Public Member Functions | |
std::string | channel (size_t i) |
int | convert (std::string s) |
std::string | convert (int pid) |
std::string | ConvertIndex (int index) |
int | isDecayParticle (int pid) |
MonitoredDecays (const edm::ParameterSet &iConfig) | |
unsigned int | NDecayParticles () |
size_t | position (int pid1, int pid2) |
size_t | size () |
size_t | stable () |
size_t | undetermined () |
~MonitoredDecays () | |
Private Member Functions | |
void | fill (std::string s) |
void | fillMap () |
Private Attributes | |
std::vector< std::pair< int, int > > | channels |
std::map< std::string, int > | namePidMap |
unsigned int | nparticles_ |
Definition at line 49 of file HiggsValidation.h.
|
inline |
Definition at line 52 of file HiggsValidation.h.
References fill(), fillMap(), edm::ParameterSet::getParameter(), i, and input.
|
inline |
Definition at line 60 of file HiggsValidation.h.
|
inline |
Definition at line 75 of file HiggsValidation.h.
References channels, convert(), first, and edm::second().
Referenced by HiggsValidation::beginJob().
|
inline |
Definition at line 81 of file HiggsValidation.h.
References namePidMap, and alignCSCRings::s.
Referenced by channel(), and fill().
|
inline |
Definition at line 88 of file HiggsValidation.h.
References funct::abs(), i, and namePidMap.
|
inline |
Definition at line 108 of file HiggsValidation.h.
References i, customizeTrackingMonitorSeedNumber::idx, and namePidMap.
Referenced by HiggsValidation::beginJob().
|
inlineprivate |
Definition at line 118 of file HiggsValidation.h.
References channels, convert(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by MonitoredDecays().
|
inlineprivate |
Definition at line 128 of file HiggsValidation.h.
References i, namePidMap, and nparticles_.
Referenced by MonitoredDecays().
|
inline |
Definition at line 99 of file HiggsValidation.h.
References i, customizeTrackingMonitorSeedNumber::idx, and namePidMap.
Referenced by HiggsValidation::analyze().
|
inline |
Definition at line 97 of file HiggsValidation.h.
References nparticles_.
Referenced by HiggsValidation::beginJob().
|
inline |
Definition at line 62 of file HiggsValidation.h.
References funct::abs(), channels, first, i, edm::second(), and undetermined().
Referenced by HiggsValidation::findHiggsDecayChannel().
|
inline |
Definition at line 72 of file HiggsValidation.h.
References channels.
Referenced by HiggsValidation::beginJob(), and stable().
|
inline |
Definition at line 74 of file HiggsValidation.h.
References size().
Referenced by HiggsValidation::findHiggsDecayChannel().
|
inline |
Definition at line 73 of file HiggsValidation.h.
Referenced by HiggsValidation::findHiggsDecayChannel(), and position().
|
private |
Definition at line 150 of file HiggsValidation.h.
Referenced by channel(), fill(), position(), and size().
|
private |
Definition at line 148 of file HiggsValidation.h.
Referenced by convert(), ConvertIndex(), fillMap(), and isDecayParticle().
|
private |
Definition at line 151 of file HiggsValidation.h.
Referenced by fillMap(), and NDecayParticles().