#include <TOFEstimators.h>
Public Member Functions | |
TOFEstimators (const TOFEstimators &)=delete | |
Copy constructor. More... | |
TOFEstimators & | operator= (const TOFEstimators &)=delete |
Copy assignment operator. More... | |
marlin::Processor * | newProcessor () |
Method required by the Marlin to register processor in the global scope. More... | |
TOFEstimators () | |
Default constructor. More... | |
void | init () |
Called at the begin of the job before anything is read. More... | |
void | processEvent (EVENT::LCEvent *evt) |
Called for every event - the working horse. More... | |
Private Attributes | |
std::string | _pfoCollectionName {} |
Stores ReconstructedParticleCollection steering parameter. More... | |
bool | _extrapolateToEcal {} |
Stores ExtrapolateToEcal steering parameter. More... | |
std::string | _tofMethod {} |
Stores TofMethod steering parameter. More... | |
double | _timeResolution {} |
Stores TimeResolution steering parameter. More... | |
int | _maxEcalLayer {} |
Stores MaxEcalLayer steering parameter. More... | |
int | _nEvent {} |
Stores current event number. More... | |
std::vector< std::string > | _outputParNames {} |
Stores names of the output parameters. More... | |
MarlinTrk::IMarlinTrkSystem * | _trkSystem = nullptr |
Kalman Filter System. More... | |
double | _bField {} |
Stores z component of the magnetic field at the origin in Tesla. More... | |
double | _tpcOuterR {} |
Stores outer TPC radius in mm. More... | |
Definition at line 20 of file TOFEstimators.h.