| 
    ForwardTracking
    1.10.0
    
   | 
 
Processor to pick single or more tracks from those the track cheater finds. More...
#include <TrackPickProcessor.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 | _colNameMCTrueTracksRel | 
| Input collection name.  | |
| std::string | _TrackPickCollection | 
| output collection  | |
| int | _nRun | 
| int | _nEvt | 
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.
      
  | 
  virtual | 
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
 1.8.6