#include <anaPix.h>
Classes | |
struct | GeoData_t |
Public Member Functions | |
anaPix (const anaPix &)=delete | |
anaPix & | operator= (const anaPix &)=delete |
virtual Processor * | newProcessor () |
anaPix () | |
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... | |
void | fillTTree (FPCCDData &pxHits) |
void | InitGeometry () |
Protected Attributes | |
std::string | _colNameVTX {} |
int | _nRun {} |
int | _nEvt {} |
int | _debug {} |
FloatVec | _pixelSizeVec {} |
float | _pixelSize {} |
float | _pointResoRPhi {} |
float | _pointResoZ {} |
std::string | _rootFileName {} |
TFile * | outroot {} |
TTree * | hTreePix {} |
TTree * | hTreeLocalPix {} |
int | _nLayer {} |
int | _maxLadder {} |
std::vector< GeoData_t > | _geodata {} |