#include <ClusterCheater5_3.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
ClusterCheater5_3 () | |
virtual void | init () |
Initialization. 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 | _nRun {} |
int | _nEvt {} |
double | gearRMax {} |
double | zmax {} |
int | _nlost {} |
std::string | _trueClustCollection {} |
std::vector< std::string > | _caloCollections {} |
std::string | _relCollection {} |
std::string | _trueClustToMCP {} |
std::string | _MCcollection {} |
int | _backcut {} |
int | _Nmin {} |
Definition at line 30 of file ClusterCheater5_3.h.