100 Analyzer.read_daqevents_from_file() ;
102 Analyzer.read_summaryslices_from_file () ;
116 TFile outfile(options.
ofname.c_str() ,
"recreate") ;
122 run_histograms.Write_to_file (outfile) ;
126 cout <<
"Done! " << endl ;
Structure to store the different command line arguments for JRunAnalyzer.
Timeslice data structure for L1 data.
Class dedicated to the analysis of KM3NeT runs.
Timeslice data structure for L2 data.
Timeslice data structure for SN data.
void copy(const Head &from, JHead &to)
Copy header from from to to.
int read_user_options(IO &options, int argc, char **argv)
Parses the command line options and fills an IO structure with them.
Timeslice data structure for L0 data.
bool putObject(TDirectory *dir, const T &object)
Write object to ROOT directory.