ForwardTracking
1.10.0
|
Processor to analyse the steps a true track made on its way through the FTD. More...
#include <StepAnalyser.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 | |
int | _nRun |
int | _nEvt |
double | _Bz |
std::string | _rootFileName |
std::string | _treeName |
std::string | _treeName2 |
std::string | _colNameMCTrueTracksRel |
Processor to analyse the steps a true track made on its way through the FTD.
A collection of cheated tracks in the FTD.
A root file
MCTrueTrackRelCollectionName | The collection of the cheated track relations. |
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.