#include <VTXNoiseHits.h>
Public Member Functions | |
| VTXNoiseHits (const VTXNoiseHits &)=delete | |
| VTXNoiseHits & | operator= (const VTXNoiseHits &)=delete |
| virtual Processor * | newProcessor () |
| VTXNoiseHits () | |
| virtual void | init () |
| Called at the begin of the job before anything is read. More... | |
| virtual void | processRunHeader (LCRunHeader *run) |
| Called for every run. More... | |
| virtual void | processEvent (LCEvent *evt) |
| Called for every event - the working horse. More... | |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| Called after data processing for clean up. More... | |
Protected Attributes | |
| std::string | _colNameVTX {} |
| FloatVec | _densities {} |
| float | _pointResoRPhiVTX {} |
| float | _pointResoZVTX {} |
| int | _nRun {} |
| int | _nEvt {} |
| gsl_rng * | r {} |
Definition at line 43 of file VTXNoiseHits.h.