Warning, /macros/eventcombine/README is written in an unsupported language. File is not indexed.
0001 Run event combiner in condor. Used for runs where all prdf's exist
0002 (MBD, ZDC/sEPD, HCals) and the prdf files are in lustre under
0003 /sphenix/lustre01/sphnxpro/commissioning
0004
0005 The list of runs to be processed is in runnumbers.txt, the condor bash script
0006 run_eventcombiner.sh creates the list files with the prdf's and runs the Fun4All_Combiner.C macro which reads in those lists. The output filepath is hardcoded in Fun4All_Combiner.C:
0007
0008 Fun4AllEventOutputManager *out = new Fun4AllEventOutputManager("EvtOut","/sphenix/lustre01/sphnxpro/commissioning/aligned_prdf/beam-%08d-%04d.prdf",20000);
0009
0010 choose a directory you can write to. The output files will be named
0011 beam-00000<runnumber>-00<segment>.prdf. The run number is taken from the input
0012 prdfs, the segment number starts with 0 and is then incremented for each new
0013 output file. The size of the combined prdf files is set by the second parameter,
0014 it is the size in MB after which a new file is opened.