Public Member Functions | |
TElectronMultiLeptonSelector (const char *name="TElectronMultiLeptonSelector") | |
~TElectronMultiLeptonSelector () | |
int | initialize () |
int | finalize () |
const Root::TAccept & | accept (const double eta, const double eT, const double rHad, const double rHad1, const double Reta, const double w2, const double f1, const double f3, const double wstot, const double DEmaxs1, const double deltaEta, const int nSi, const int nSiDeadSensors, const int nPix, const int nPixDeadSensors, const double deltaPhiRes, const double dpOverp, const double TRratio, const int nTRTTotal, const int nBlayerHits, const bool expectBlayer) const |
TElectronMultiLeptonSelector::TElectronMultiLeptonSelector | ( | const char * | name = "TElectronMultiLeptonSelector" |
) |
Standard constructor
TElectronMultiLeptonSelector::~TElectronMultiLeptonSelector | ( | ) |
Standard destructor
const Root::TAccept & TElectronMultiLeptonSelector::accept | ( | const double | eta, | |
const double | eT, | |||
const double | rHad, | |||
const double | rHad1, | |||
const double | Reta, | |||
const double | w2, | |||
const double | f1, | |||
const double | f3, | |||
const double | wstot, | |||
const double | DEmaxs1, | |||
const double | deltaEta, | |||
const int | nSi, | |||
const int | nSiDeadSensors, | |||
const int | nPix, | |||
const int | nPixDeadSensors, | |||
const double | deltaPhiRes, | |||
const double | dpOverp, | |||
const double | TRratio, | |||
const int | nTRTTotal, | |||
const int | nBlayerHits, | |||
const bool | expectBlayer | |||
) | const |
The main accept method: the actual cuts are applied here
int Root::TElectronMultiLeptonSelector::finalize | ( | ) | [inline, virtual] |
Finalize this class; everything that should be done after the event loop should go here
Implements Root::TSelectorToolBase.
int TElectronMultiLeptonSelector::initialize | ( | void | ) | [virtual] |
Initialize this class
Implements Root::TSelectorToolBase.