a more fexible handling of filename list and run list in any2many (see MUSR-166). Still far from production

This commit is contained in:
nemu
2011-01-13 12:10:30 +00:00
parent f9a310f2fa
commit 826ad1efa9
4 changed files with 180 additions and 167 deletions

View File

@ -575,9 +575,8 @@ typedef struct {
TString outTemplate; ///< holds the output file template
TString year; ///< holds the information about the year to be used
PIntVector runList; ///< holds the run number list to be converted
TString inFileName; ///< holds the file name of the input data file
TString outFileName; ///< holds the file name of the output data file
PStringVector outFileList; ///< holds the out path/file name
PStringVector inFileName; ///< holds the file name of the input data file
PStringVector outPathFileName; ///< holds the out path/file name
TString outPath; ///< holds the output path
UInt_t rebin; ///< holds the number of bins to be packed
UInt_t compressionTag; ///< 0=no compression, 1=gzip compression, 2=bzip2 compression