#include <NominalEfficiencyThresholds.h>
Classes | |
struct | EfficiencyBin |
compare to efficiencies More... | |
class | EtaBounds |
struct | locless |
compare two locations More... | |
struct | ThresholdLocation |
threshold location More... | |
Public Member Functions | |
std::vector< double > | bins () const |
void | dump () |
NominalEfficiencyThresholds () | |
NominalEfficiencyThresholds (const std::string &infile) | |
float | thresholdValueForEfficiency (ThresholdLocation location, float eff_thr) const |
~NominalEfficiencyThresholds () | |
Private Types | |
typedef std::map< ThresholdLocation, ThresholdConstituents, locless > | MapType |
typedef std::pair< EfficiencyBin, float > | ThresholdConstituent |
typedef std::map< EfficiencyBin, float, EfficiencyBin > | ThresholdConstituents |
Private Member Functions | |
void | add (ThresholdLocation location, ThresholdConstituent threshold) |
Private Attributes | |
EtaBounds | etabounds |
MapType | thresholds |
Definition at line 10 of file NominalEfficiencyThresholds.h.
|
private |
Definition at line 58 of file NominalEfficiencyThresholds.h.
|
private |
Definition at line 56 of file NominalEfficiencyThresholds.h.
|
private |
Definition at line 57 of file NominalEfficiencyThresholds.h.
|
inline |
Definition at line 12 of file NominalEfficiencyThresholds.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by muonisolation::NominalEfficiencyThresholds::locless::operator()().
muonisolation::NominalEfficiencyThresholds::NominalEfficiencyThresholds | ( | const std::string & | infile | ) |
|
inline |
Definition at line 14 of file NominalEfficiencyThresholds.h.
|
private |
Definition at line 100 of file NominalEfficiencyThresholds.cc.
References TtSemiLepEvtBuilder_cfi::mt, and particleFlowZeroSuppressionECAL_cff::thresholds.
Referenced by counter.Counter::register().
vector< double > NominalEfficiencyThresholds::bins | ( | ) | const |
Definition at line 43 of file NominalEfficiencyThresholds.cc.
References mps_fire::i, and mps_fire::result.
void NominalEfficiencyThresholds::dump | ( | void | ) |
Definition at line 116 of file NominalEfficiencyThresholds.cc.
References gather_cfg::cout, and particleFlowZeroSuppressionECAL_cff::thresholds.
float NominalEfficiencyThresholds::thresholdValueForEfficiency | ( | ThresholdLocation | location, |
float | eff_thr | ||
) | const |
Definition at line 131 of file NominalEfficiencyThresholds.cc.
References muonisolation::NominalEfficiencyThresholds::ThresholdLocation::cone, gather_cfg::cout, geometryDiff::epsilon, muonisolation::NominalEfficiencyThresholds::ThresholdLocation::eta, and particleFlowZeroSuppressionECAL_cff::thresholds.
|
private |
Definition at line 63 of file NominalEfficiencyThresholds.h.
|
private |
Definition at line 61 of file NominalEfficiencyThresholds.h.