Holds jet alg parameters and can be used to look up and load a particular jet. More...
#include <JetKey.hh>
Public Member Functions | |
JetKey (Jet::Algorithm alg, double rparam, Jet::Calibration calibration) | |
bool | operator== (const JetKey &key) const |
size_t | rAsInt () const |
Jet::Algorithm | alg () const |
double | rParam () const |
Jet::Calibration | calibration () const |
void | setFiltered (bool filtered) |
Set this to be a filtered jet (default = not filtered) | |
bool | filtered () const |
Holds jet alg parameters and can be used to look up and load a particular jet.
Definition at line 13 of file JetKey.hh.
ForIA::JetKey::JetKey | ( | Jet::Algorithm | alg, |
double | rparam, | ||
Jet::Calibration | calibration | ||
) |
Constructor of a JetKey
alg | The jet algorithm type |
rparam | The r parameter |
calibration | The type of calibration used |
Definition at line 5 of file JetKey.cxx.
Jet::Algorithm ForIA::JetKey::alg | ( | ) | const [inline] |
Jet::Calibration ForIA::JetKey::calibration | ( | ) | const [inline] |
bool ForIA::JetKey::filtered | ( | ) | const [inline] |
bool ForIA::JetKey::operator== | ( | const JetKey & | key ) | const [inline] |
size_t ForIA::JetKey::rAsInt | ( | ) | const |
Return the r-param as an integer representation Used for pattern matching the JetKey to a string
Definition at line 11 of file JetKey.cxx.
double ForIA::JetKey::rParam | ( | ) | const [inline] |
void ForIA::JetKey::setFiltered | ( | bool | filtered ) |
Set this to be a filtered jet (default = not filtered)
Definition at line 23 of file JetKey.cxx.