#include <VTXNoiseClusters.h>
Public Member Functions | |
| VTXNoiseClusters (const VTXNoiseClusters &)=delete | |
| VTXNoiseClusters & | operator= (const VTXNoiseClusters &)=delete |
| virtual Processor * | newProcessor () |
| VTXNoiseClusters () | |
| virtual const std::string & | name () const |
| 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... | |
| void | modifyEvent (LCEvent *evt) |
| Called for every event - the working horse. More... | |
| virtual void | processEvent (LCEvent *evt) |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| Called after data processing for clean up. More... | |
Protected Attributes | |
| std::string | _colNameVTX {} |
| FloatVec | _densities {} |
| StringVec | _rootNames {} |
| int | _ranSeed {} |
| int | _nRun {} |
| int | _nEvt {} |
| gsl_rng * | _rng {} |
| VXDGeometry * | _vxdGeo {} |
| std::vector< TH2F * > | _hist {} |
| TFile * | _hfile {} |
Definition at line 54 of file VTXNoiseClusters.h.