#include <KIT.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
KIT () | |
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 | |
int | _options {} |
int | _nRun {} |
int | _nEvt {} |
std::string | _Ecal_col {} |
std::string | _CoreCollection {} |
string | _ToClean {} |
int | _CleanCut {} |
int | _N {} |
vector< float > | _miipstep {} |
int | _MinHit0 {} |
int | _MinHitSplit {} |
double | _Rcut {} |
double | _Distcut {} |
double | _Coscut {} |