1 #ifndef Statusmonitor_h
2 #define Statusmonitor_h 1
9 using namespace marlin ;
35 virtual void processRunHeader( LCRunHeader*
run ) ;
39 virtual void processEvent( LCEvent * evt ) ;
42 virtual void check( LCEvent * evt ) ;
virtual Processor * newProcessor()
Return a new instance of the processor.
Base class for Marlin processors.
Simple processor for writing out a status message every n-th event.