A simple processor for to save particles from jets to a PFO collection. More...
#include <JetPFOsProcessor.h>
Public Member Functions | |
| virtual marlin::Processor * | newProcessor () |
| JetPFOsProcessor () | |
| virtual void | init () |
| Called at the begin of the job before anything is read. More... | |
| virtual void | processRunHeader (LCRunHeader *run) |
| Called for every run. More... | |
| virtual void | processEvent (LCEvent *evt) |
| Called for every event - the working horse. More... | |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| Called after data processing for clean up. More... | |
Protected Attributes | |
| std::string | _colJet {} |
| Input collection name. More... | |
| std::string | _colPFOsFromJet {} |
| Output collection name. More... | |
A simple processor for to save particles from jets to a PFO collection.
Definition at line 12 of file JetPFOsProcessor.h.
| JetPFOsProcessor::JetPFOsProcessor | ( | ) |
Definition at line 27 of file JetPFOsProcessor.cc.
|
virtual |
Definition at line 82 of file JetPFOsProcessor.cc.
|
virtual |
Called after data processing for clean up.
Definition at line 87 of file JetPFOsProcessor.cc.
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
Definition at line 49 of file JetPFOsProcessor.cc.
|
inlinevirtual |
Definition at line 16 of file JetPFOsProcessor.h.
|
virtual |
Called for every event - the working horse.
Definition at line 59 of file JetPFOsProcessor.cc.
|
virtual |
Called for every run.
Definition at line 56 of file JetPFOsProcessor.cc.
|
protected |
Input collection name.
Definition at line 45 of file JetPFOsProcessor.h.
|
protected |
Output collection name.
Definition at line 49 of file JetPFOsProcessor.h.