#include <VTXBgClusters.h>
Public Member Functions | |
| VTXBgClusters (const VTXBgClusters &)=delete | |
| VTXBgClusters & | operator= (const VTXBgClusters &)=delete |
| virtual Processor * | newProcessor () |
| VTXBgClusters () | |
| 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 {} |
| int | _nRun {} |
| int | _nEvt {} |
| int | _debug {} |
| int | _mod {} |
| int | _removeDRays {} |
| float | _momCut {} |
| float | _epi {} |
| float | _pitch [6] {} |
| float | _it [6] {} |
| VXDGeometry * | _vxdGeo {} |
Definition at line 50 of file VTXBgClusters.h.