1 #ifndef SelectNthEventsProcessor_h
2 #define SelectNthEventsProcessor_h 1
4 #include "marlin/Processor.h"
10 using namespace marlin ;
40 virtual void processRunHeader( LCRunHeader* run ) ;
44 virtual void processEvent( LCEvent * evt ) ;
47 virtual void check( LCEvent * evt ) ;
64 bool _invertSelection;
Select a number n to use only every nth event by throwing a SkipEventException for all other ones...
Definition: SelectNthEventsProcessor.h:24