ForwardTracking  1.10.0
Public Member Functions | Protected Attributes | List of all members
TrackPickProcessor Class Reference

Processor to pick single or more tracks from those the track cheater finds. More...

#include <TrackPickProcessor.h>

Inheritance diagram for TrackPickProcessor:

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 _colNameMCTrueTracksRel
 Input collection name.
 
std::string _TrackPickCollection
 output collection
 
int _nRun
 
int _nEvt
 

Detailed Description

Processor to pick single or more tracks from those the track cheater finds.

As this is just for testing, it is so far a hard coded stuff.

Member Function Documentation

void TrackPickProcessor::init ( )
virtual

Called at the begin of the job before anything is read.

Use to initialize the processor, e.g. book histograms.


The documentation for this class was generated from the following files: