|
| Bool_t | useStandardOutput {false} |
| | flag showing if the converted shall be sent to the standard output
|
| |
| TString | inFormat {""} |
| | holds the information about the input data file format
|
| |
| TString | outFormat {""} |
| | holds the information about the output data file format
|
| |
| TString | inTemplate {""} |
| | holds the input file template
|
| |
| TString | outTemplate {""} |
| | holds the output file template
|
| |
| TString | year {""} |
| | holds the information about the year to be used
|
| |
| PUIntVector | runList |
| | holds the run number list to be converted
|
| |
| PIntVector | groupHistoList |
| | holds the histo group list offset (used to define for MusrRoot files, what to be exported)
|
| |
| PStringVector | inFileName |
| | holds the file name of the input data file
|
| |
| TString | outFileName {""} |
| | holds the output file name
|
| |
| PStringVector | outPathFileName |
| | holds the out path/file name
|
| |
| TString | outPath {""} |
| | holds the output path
|
| |
| UInt_t | rebin {1} |
| | holds the number of bins to be packed
|
| |
| UInt_t | compressionTag {0} |
| | 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 {0} |
| | IDF version for NeXus files.
|
| |
Configuration structure for the any2many data format converter.
This structure contains all settings needed to convert μSR data between different file formats (ROOT, NeXus, MUD, PSI-BIN, ASCII). It supports batch conversion, rebinning, compression, and format-specific options like histogram group selection for MusrRoot files.
Supported conversions: Any-to-any among ROOT, NeXus, MUD, PSI-BIN, WKM, and ASCII formats.
Definition at line 1351 of file PMusr.h.