clean up NeXus interface
This commit is contained in:
@ -617,7 +617,7 @@ Bool_t PRunDataHandler::FileExistsCheck(PMsrRunBlock &runInfo, const UInt_t idx)
|
|||||||
ext = TString("root");
|
ext = TString("root");
|
||||||
else if (!runInfo.GetFileFormat(idx)->CompareTo("root-ppc")) // post pile up corrected histos
|
else if (!runInfo.GetFileFormat(idx)->CompareTo("root-ppc")) // post pile up corrected histos
|
||||||
ext = TString("root");
|
ext = TString("root");
|
||||||
else if ((!runInfo.GetFileFormat(idx)->CompareTo("nexus-hdf4")) || (!runInfo.GetFileFormat(idx)->CompareTo("nexus-hdf5")) || (!runInfo.GetFileFormat(idx)->CompareTo("nexus-xml")))
|
else if (!runInfo.GetFileFormat(idx)->CompareTo("nexus"))
|
||||||
ext = TString("NXS");
|
ext = TString("NXS");
|
||||||
else if (!runInfo.GetFileFormat(idx)->CompareTo("psi-bin"))
|
else if (!runInfo.GetFileFormat(idx)->CompareTo("psi-bin"))
|
||||||
ext = TString("bin");
|
ext = TString("bin");
|
||||||
|
Reference in New Issue
Block a user