Public Member Functions | |
MatchStruct () | |
MatchStruct (const reco::Candidate *cand, const unsigned int &obj) | |
MatchStruct (const reco::Candidate *cand, const unsigned int &obj, const float &bTagVal) | |
MatchStruct (const reco::Track *cand, const unsigned int &obj) | |
bool | operator< (MatchStruct match) |
bool | operator> (MatchStruct match) |
Public Attributes | |
float | bTag |
float | eta |
math::XYZTLorentzVector | lorentzVector |
unsigned int | objType |
float | phi |
float | pt |
const void * | thepointer |
Generate histograms for trigger efficiencies Higgs related Documentation available on the CMS TWiki: https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate
Definition at line 23 of file MatchStruct.cc.
|
inline |
Definition at line 32 of file MatchStruct.cc.
|
inline |
Definition at line 42 of file MatchStruct.cc.
|
inline |
Definition at line 51 of file MatchStruct.cc.
|
inline |
Definition at line 63 of file MatchStruct.cc.
|
inline |
Definition at line 71 of file MatchStruct.cc.
References pt.
|
inline |
Definition at line 75 of file MatchStruct.cc.
References pt.
float MatchStruct::bTag |
Definition at line 29 of file MatchStruct.cc.
Referenced by matchesByDescendingBtag::operator()().
float MatchStruct::eta |
Definition at line 27 of file MatchStruct.cc.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
math::XYZTLorentzVector MatchStruct::lorentzVector |
Definition at line 30 of file MatchStruct.cc.
unsigned int MatchStruct::objType |
Definition at line 25 of file MatchStruct.cc.
float MatchStruct::phi |
Definition at line 28 of file MatchStruct.cc.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
float MatchStruct::pt |
Definition at line 26 of file MatchStruct.cc.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), matchesByDescendingPt::operator()(), operator<(), operator>(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
const void* MatchStruct::thepointer |
Definition at line 31 of file MatchStruct.cc.