#include <EgHLTComCodes.h>
Public Member Functions | |
ComCodes () | |
ComCodes (const ComCodes &rhs) | |
int | getCode (const char *descript) const |
void | getCodeName (int code, std::string &id) const |
void | setCode (const char *descript, int code) |
void | sort () |
~ComCodes () | |
Static Public Member Functions | |
static bool | keyComp (const std::pair< std::string, int > &lhs, const std::pair< std::string, int > &rhs) |
Private Attributes | |
std::vector< std::pair< std::string, int > > | _codeDefs |
Definition at line 12 of file EgHLTComCodes.h.
|
inline |
Definition at line 18 of file EgHLTComCodes.h.
|
inline |
Definition at line 19 of file EgHLTComCodes.h.
|
inline |
Definition at line 20 of file EgHLTComCodes.h.
References getCode(), getCodeName(), keyComp(), setCode(), and AlCaHLTBitMon_QueryRunRegistry::string.
int ComCodes::getCode | ( | const char * | descript | ) | const |
Definition at line 20 of file EgHLTComCodes.cc.
References _codeDefs, plotBeamSpotDB::first, runEdmFileComparison::found, mps_fire::i, and NULL.
Referenced by egHLT::EgCutCodes::getCode(), and ~ComCodes().
void ComCodes::getCodeName | ( | int | code, |
std::string & | id | ||
) | const |
Definition at line 52 of file EgHLTComCodes.cc.
References _codeDefs, relativeConstraints::empty, mps_fire::i, and edm::second().
Referenced by egHLT::EgCutCodes::getCodeName(), and ~ComCodes().
|
static |
Definition at line 47 of file EgHLTComCodes.cc.
Referenced by sort(), and ~ComCodes().
void ComCodes::setCode | ( | const char * | descript, |
int | code | ||
) |
Definition at line 7 of file EgHLTComCodes.cc.
References _codeDefs, plotBeamSpotDB::first, runEdmFileComparison::found, and mps_fire::i.
Referenced by egHLT::EgCutCodes::setCodes_(), and ~ComCodes().
|
inline |
Definition at line 31 of file EgHLTComCodes.h.
References keyComp().
Referenced by egHLT::EgCutCodes::setCodes_().
|
private |
Definition at line 15 of file EgHLTComCodes.h.
Referenced by getCode(), getCodeName(), and setCode().