1 #ifndef IsoLepTrainingProcessor_h
2 #define IsoLepTrainingProcessor_h 1
4 #include "marlin/Processor.h"
50 virtual void check( LCEvent * evt ) ;
Example processor for marlin.
std::string _colMCP
Input collection name.
virtual Processor * newProcessor()
virtual void processEvent(LCEvent *evt)
Called for every event - the working horse.
virtual void init()
Called at the begin of the job before anything is read.
IsoLepTrainingProcessor()
virtual void check(LCEvent *evt)
virtual void end()
Called after data processing for clean up.
virtual void processRunHeader(LCRunHeader *run)
Called for every run.