1 #ifndef TestProcessor_h
2 #define TestProcessor_h 1
42 virtual void processRunHeader( LCRunHeader* run ) ;
46 virtual void processEvent( LCEvent * evt ) ;
49 virtual void check( LCEvent * evt ) ;
60 void printEndMessage()
const ;
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: TestProcessor.h:30
Base class for Marlin processors.
Definition: Processor.h:64
Simple processor for testing.
Definition: TestProcessor.h:26