Public Member Functions | |
TrkCuts (const edm::ParameterSet ¶) | |
Static Public Member Functions | |
static edm::ParameterSetDescription | pSetDescript () |
Public Attributes | |
std::vector< reco::TrackBase::TrackAlgorithm > | algosToReject |
std::vector< reco::TrackBase::TrackQuality > | allowedQualities |
float | maxDPtPt |
float | maxDR2 |
float | maxDZ |
float | minDEta |
float | minDR2 |
float | minHits |
float | minPixelHits |
float | minPt |
Definition at line 54 of file EleTkIsolFromCands.h.
|
explicit |
Definition at line 5 of file EleTkIsolFromCands.cc.
References reco::TrackBase::algoByName(), HIPAlignmentAlgorithm_cfi::algoName, algosToReject, allowedQualities, edm::ParameterSet::getParameter(), maxDPtPt, maxDR2, maxDZ, minDEta, minDR2, minHits, minPixelHits, minPt, reco::TrackBase::qualityByName(), and heppy_batch::val.
|
static |
Definition at line 30 of file EleTkIsolFromCands.cc.
References edm::ParameterSetDescription::add().
Referenced by EleTkIsolFromCands::pSetDescript().
std::vector<reco::TrackBase::TrackAlgorithm> EleTkIsolFromCands::TrkCuts::algosToReject |
Definition at line 64 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
std::vector<reco::TrackBase::TrackQuality> EleTkIsolFromCands::TrkCuts::allowedQualities |
Definition at line 63 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::maxDPtPt |
Definition at line 62 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::maxDR2 |
Definition at line 57 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::maxDZ |
Definition at line 59 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::minDEta |
Definition at line 58 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::minDR2 |
Definition at line 56 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::minHits |
Definition at line 60 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::minPixelHits |
Definition at line 61 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().
float EleTkIsolFromCands::TrkCuts::minPt |
Definition at line 55 of file EleTkIsolFromCands.h.
Referenced by EleTkIsolFromCands::passTrkSel(), and TrkCuts().