2 #define SelectEvents_h 1
4 #include "marlin/Processor.h"
10 using namespace marlin ;
28 virtual Processor* newProcessor() {
return new SelectEvents ; }
40 virtual void processRunHeader( LCRunHeader* run ) ;
44 virtual void processEvent( LCEvent * evt ) ;
47 virtual void check( LCEvent * evt ) ;
Select a range of events by setting the boolean 'SelectEvents' to true for the events processed by th...
Definition: SelectEvents.h:24