LCTuple
1.6.0
|
Helper processor that creates LCReation collections for the relations to Tracks and Clusters of ReconstructedParticles to be used with LCTuple. More...
#include <CreateRecoRelations.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
virtual void | init () |
Called at the begin of the job before anything is read. More... | |
virtual void | processRunHeader (LCRunHeader *run) |
Called for every run. | |
virtual void | processEvent (LCEvent *evt) |
Called for every event - the working horse. | |
virtual void | check (LCEvent *evt) |
virtual void | end () |
Called after data processing for clean up. | |
Protected Attributes | |
std::string | _inColReco |
Input collection name. | |
std::string | _outColR2T |
std::string | _outColR2C |
std::string | _outColR2R |
int | _nRun |
int | _nEvt |
Helper processor that creates LCReation collections for the relations to Tracks and Clusters of ReconstructedParticles to be used with LCTuple.
RecoCollection | Names of ReconstructedParticles input collections |
Reco2TracksRelationName | Name of output collection for relation ReconstructedParticles to Tracks |
Reco2ClusterRelationName | Name of output collection for relation ReconstructedParticles to Clusters |
Reco2RecoRelationName | Name of output collection for relation ReconstructedParticles to ReconstructedParticles |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.