Public Member Functions | |
MatchStruct () | |
MatchStruct (const reco::Candidate *cand, const unsigned int &obj) | |
MatchStruct (const reco::Track *cand, const unsigned int &obj) | |
bool | operator< (MatchStruct match) |
bool | operator> (MatchStruct match) |
Public Attributes | |
float | eta |
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 22 of file MatchStruct.cc.
|
inline |
Definition at line 29 of file MatchStruct.cc.
|
inline |
Definition at line 37 of file MatchStruct.cc.
|
inline |
Definition at line 47 of file MatchStruct.cc.
|
inline |
Definition at line 55 of file MatchStruct.cc.
References pt.
|
inline |
Definition at line 59 of file MatchStruct.cc.
References pt.
float MatchStruct::eta |
Definition at line 26 of file MatchStruct.cc.
unsigned int MatchStruct::objType |
Definition at line 24 of file MatchStruct.cc.
float MatchStruct::phi |
Definition at line 27 of file MatchStruct.cc.
float MatchStruct::pt |
Definition at line 25 of file MatchStruct.cc.
Referenced by matchesByDescendingPt::operator()(), operator<(), and operator>().
const void* MatchStruct::thepointer |
Definition at line 28 of file MatchStruct.cc.