#include <L1TriggerKey.h>
Public Types | |
enum | L1Subsystems { kCSCTF, kDTTF, kRPC, kGMT, kRCT, kGCT, kGT, kTSP0, kNumberSubsystems } |
typedef std::map< std::string, std::string > | RecordToKey |
Public Member Functions | |
void | add (const std::string &record, const std::string &type, const std::string &key) |
void | add (const RecordToKey &map) |
std::string | get (const std::string &record, const std::string &type) const |
L1TriggerKey () | |
const RecordToKey & | recordToKeyMap () const |
void | setSubsystemKey (L1Subsystems subsystem, const std::string &key) |
void | setTSCKey (const std::string &tscKey) |
const std::string & | subsystemKey (L1Subsystems subsystem) const |
const std::string & | tscKey () const |
Static Public Attributes | |
static const std::string | kEmptyKey = "" |
static const std::string | kNullKey = "NULL" |
Protected Attributes | |
RecordToKey | m_recordToKey |
std::string | m_subsystemKeys [kNumberSubsystems] |
std::string | m_tscKey |
Definition at line 21 of file L1TriggerKey.h.
typedef std::map<std::string, std::string> L1TriggerKey::RecordToKey |
Definition at line 24 of file L1TriggerKey.h.
Enumerator | |
---|---|
kCSCTF | |
kDTTF | |
kRPC | |
kGMT | |
kRCT | |
kGCT | |
kGT | |
kTSP0 | |
kNumberSubsystems |
Definition at line 26 of file L1TriggerKey.h.
|
inline |
Definition at line 45 of file L1TriggerKey.h.
References i, kNullKey, kNumberSubsystems, and m_subsystemKeys.
|
inline |
Definition at line 54 of file L1TriggerKey.h.
References combine::key, kNullKey, and m_recordToKey.
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().
|
inline |
Definition at line 57 of file L1TriggerKey.h.
References kNullKey, and m_recordToKey.
|
inline |
Definition at line 76 of file L1TriggerKey.h.
References kEmptyKey, kNullKey, m_recordToKey, GlobalPosition_Frontier_DevDB_cff::record, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
inline |
Definition at line 92 of file L1TriggerKey.h.
References m_recordToKey.
Referenced by L1CondDBIOVWriter::analyze().
|
inline |
Definition at line 70 of file L1TriggerKey.h.
References combine::key, kNullKey, m_subsystemKeys, and hcal_dqm_sourceclient-file_cfg::subsystem.
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().
|
inline |
Definition at line 67 of file L1TriggerKey.h.
References m_tscKey, and tscKey().
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().
|
inline |
Definition at line 88 of file L1TriggerKey.h.
References kEmptyKey, kNullKey, m_subsystemKeys, and hcal_dqm_sourceclient-file_cfg::subsystem.
|
inline |
|
static |
Definition at line 42 of file L1TriggerKey.h.
Referenced by get(), and subsystemKey().
|
static |
Definition at line 40 of file L1TriggerKey.h.
Referenced by add(), L1CondDBPayloadWriter::analyze(), L1CondDBIOVWriter::analyze(), get(), L1TriggerKey(), setSubsystemKey(), and subsystemKey().
|
protected |
Definition at line 104 of file L1TriggerKey.h.
Referenced by add(), get(), and recordToKeyMap().
|
protected |
Definition at line 109 of file L1TriggerKey.h.
Referenced by L1TriggerKey(), setSubsystemKey(), and subsystemKey().
|
protected |
Definition at line 108 of file L1TriggerKey.h.
Referenced by setTSCKey(), and tscKey().