12 if(inputA.failed())
return 1;
14 while( !inputA.failed() )
17 inputA.read_event(evt);
18 if( inputA.failed() ) {
19 printf(
"End of file reached. Exit.\n");
22 particles+=evt.particles().size();
26 return 1*(particles!=1200);
Definition of class GenEvent.
Definition of class ReaderRootTree.
Stores event-related information.
GenEvent I/O parsing and serialization for root files based on root TTree.