added minimal NeXus IDF 2 support.
This commit is contained in:
@@ -609,6 +609,7 @@ typedef struct {
|
||||
UInt_t rebin; ///< holds the number of bins to be packed
|
||||
UInt_t compressionTag; ///< 0=no compression, 1=gzip compression, 2=bzip2 compression
|
||||
TString compressFileName; ///< holds the name of the outputfile name in case of compression is used
|
||||
UInt_t idf; ///< IDF version for NeXus files.
|
||||
} PAny2ManyInfo;
|
||||
|
||||
#endif // _PMUSR_H_
|
||||
|
||||
@@ -96,6 +96,7 @@ class PRunDataHandler
|
||||
virtual TString GetFileName(const TString extension, Bool_t &ok);
|
||||
virtual TString FileNameFromTemplate(TString &fileNameTemplate, Int_t run, TString &year, Bool_t &ok);
|
||||
virtual TString GetMonth(Int_t month);
|
||||
virtual void SplitTimeDate(TString timeDate, TString &time, TString &date, Bool_t &ok);
|
||||
};
|
||||
|
||||
#endif // _PRUNDATAHANDLER_H_
|
||||
|
||||
Reference in New Issue
Block a user