Try to provide a solution to MUSR-195:
In the RUN block data file names can now be given in the following way: - without extension (default and only possible way up to now) - with (completely) lower-case extension (e.g. .nxs) - with (completely) upper-case extension (e.g. .NXS) In any case, the file that is looked for can have both a lower-case or an upper-case extension.
This commit is contained in:
@@ -67,6 +67,7 @@ class PRunDataHandler
|
||||
virtual Bool_t ReadFilesMsr();
|
||||
virtual Bool_t ReadWriteFilesList();
|
||||
virtual Bool_t FileAlreadyRead(TString runName);
|
||||
virtual void TestFileName(TString &runName, TString &ext);
|
||||
virtual Bool_t FileExistsCheck(PMsrRunBlock &runInfo, const UInt_t idx);
|
||||
virtual Bool_t FileExistsCheck(const Bool_t fileName, const Int_t idx);
|
||||
virtual Bool_t ReadRootFile(UInt_t tag);
|
||||
|
||||
Reference in New Issue
Block a user