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 48 of file HiggsValidation.h.
|
inline |
Definition at line 50 of file HiggsValidation.h.
References fill(), fillMap(), edm::ParameterSet::getParameter(), mps_fire::i, and input.
|
inline |
Definition at line 58 of file HiggsValidation.h.
|
inline |
Definition at line 76 of file HiggsValidation.h.
References channels, convert(), first, and edm::second().
Referenced by HiggsValidation::bookHistograms().
|
inline |
Definition at line 84 of file HiggsValidation.h.
References namePidMap, and alignCSCRings::s.
Referenced by channel(), and fill().
|
inline |
Definition at line 91 of file HiggsValidation.h.
References funct::abs(), mps_fire::i, and namePidMap.
|
inline |
Definition at line 114 of file HiggsValidation.h.
References mps_fire::i, and namePidMap.
Referenced by HiggsValidation::bookHistograms().
|
inlineprivate |
Definition at line 125 of file HiggsValidation.h.
References channels, convert(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by MonitoredDecays().
|
inlineprivate |
Definition at line 135 of file HiggsValidation.h.
References mps_fire::i, namePidMap, and nparticles_.
Referenced by MonitoredDecays().
|
inline |
Definition at line 104 of file HiggsValidation.h.
References mps_fire::i, and namePidMap.
Referenced by HiggsValidation::analyze().
|
inline |
Definition at line 102 of file HiggsValidation.h.
References nparticles_.
Referenced by HiggsValidation::bookHistograms().
|
inline |
Definition at line 60 of file HiggsValidation.h.
References funct::abs(), channels, first, mps_fire::i, edm::second(), and undetermined().
Referenced by HiggsValidation::findHiggsDecayChannel().
|
inline |
Definition at line 73 of file HiggsValidation.h.
References channels.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), HiggsValidation::bookHistograms(), and stable().
|
inline |
Definition at line 75 of file HiggsValidation.h.
References size().
Referenced by HiggsValidation::findHiggsDecayChannel().
|
inline |
Definition at line 74 of file HiggsValidation.h.
Referenced by HiggsValidation::findHiggsDecayChannel(), and position().
|
private |
Definition at line 157 of file HiggsValidation.h.
Referenced by channel(), fill(), position(), and size().
|
private |
Definition at line 155 of file HiggsValidation.h.
Referenced by convert(), ConvertIndex(), fillMap(), and isDecayParticle().
|
private |
Definition at line 158 of file HiggsValidation.h.
Referenced by fillMap(), and NDecayParticles().