1 #ifndef JetPFOsProcessor_h
2 #define JetPFOsProcessor_h 1
4 #include "marlin/Processor.h"
35 virtual void check( LCEvent * evt ) ;
std::string _colJet
Input collection name.
virtual void check(LCEvent *evt)
virtual marlin::Processor * newProcessor()
std::string _colPFOsFromJet
Output collection name.
virtual void end()
Called after data processing for clean up.
A simple processor for to save particles from jets to a PFO collection.
virtual void processEvent(LCEvent *evt)
Called for every event - the working horse.
virtual void processRunHeader(LCRunHeader *run)
Called for every run.
virtual void init()
Called at the begin of the job before anything is read.