An auxiliary class to store momentum parametrised in eta, phi, and energy. More...
Public Member Functions | |
double | e () const |
Returns energy. More... | |
double | eta () const |
Returns pseudorapidity. More... | |
EtaPhiE (double eta, double phi, double e) | |
Constructor. More... | |
bool | operator< (EtaPhiE const &rhs) const |
A comparison operator to sort a collection of objects of this type. More... | |
double | phi () const |
Returns azimuthal angle. More... | |
Private Attributes | |
double | etaValue |
Pseudorapidity and azimuthal angle. More... | |
double | eValue |
Energy. More... | |
double | phiValue |
An auxiliary class to store momentum parametrised in eta, phi, and energy.
It is useful to deal with muons and ECAL superclusters on a common basis.
Definition at line 48 of file HLTJetsCleanedFromLeadingLeptons.h.
HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::EtaPhiE | ( | double | eta, |
double | phi, | ||
double | e | ||
) |
Constructor.
Definition at line 120 of file HLTJetsCleanedFromLeadingLeptons.h.
double HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::e | ( | ) | const |
Returns energy.
Definition at line 141 of file HLTJetsCleanedFromLeadingLeptons.h.
References HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::eValue.
double HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::eta | ( | void | ) | const |
Returns pseudorapidity.
Definition at line 127 of file HLTJetsCleanedFromLeadingLeptons.h.
References HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::etaValue.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
bool HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::operator< | ( | EtaPhiE const & | rhs | ) | const |
A comparison operator to sort a collection of objects of this type.
Definition at line 148 of file HLTJetsCleanedFromLeadingLeptons.h.
References HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::eValue.
double HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::phi | ( | void | ) | const |
Returns azimuthal angle.
Definition at line 134 of file HLTJetsCleanedFromLeadingLeptons.h.
References HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::phiValue.
Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().
|
private |
Pseudorapidity and azimuthal angle.
Definition at line 69 of file HLTJetsCleanedFromLeadingLeptons.h.
Referenced by HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::eta().
|
private |
Energy.
Definition at line 72 of file HLTJetsCleanedFromLeadingLeptons.h.
Referenced by HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::e(), and HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::operator<().
|
private |
Definition at line 69 of file HLTJetsCleanedFromLeadingLeptons.h.
Referenced by HLTJetsCleanedFromLeadingLeptons< JetType >::EtaPhiE::phi().