160 |
acfolder << tempname.str().c_str(); |
acfolder << tempname.str().c_str(); |
161 |
tempname << "/ac2tree_run"; |
tempname << "/ac2tree_run"; |
162 |
tempname << run << ".root"; |
tempname << run << ".root"; |
163 |
|
UInt_t totnorun = 0; |
164 |
// |
// |
165 |
// DB classes |
// DB classes |
166 |
// |
// |
226 |
} else { |
} else { |
227 |
sgnl = 0; |
sgnl = 0; |
228 |
}; |
}; |
|
{ |
|
229 |
// |
// |
230 |
// number of events in the file BEFORE the first event of our run |
// number of events in the file BEFORE the first event of our run |
231 |
// |
// |
242 |
// number of run to be processed |
// number of run to be processed |
243 |
// |
// |
244 |
numbofrun = runinfo->GetNoRun(); |
numbofrun = runinfo->GetNoRun(); |
245 |
UInt_t totnorun = runinfo->GetRunEntries(); |
totnorun = runinfo->GetRunEntries(); |
246 |
// |
// |
247 |
// Try to access the Anticounter tree in the file, if it exists we are reprocessing data if not we are processing a new run |
// Try to access the Anticounter tree in the file, if it exists we are reprocessing data if not we are processing a new run |
248 |
// |
// |
626 |
}; // process all the runs |
}; // process all the runs |
627 |
// |
// |
628 |
if ( verbose ) printf("\n Finished processing data \n"); |
if ( verbose ) printf("\n Finished processing data \n"); |
|
} |
|
629 |
// |
// |
630 |
closeandexit: |
closeandexit: |
631 |
// |
// |