#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 |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 23 of file L1TriggerKey.h.
typedef std::map<std::string, std::string> L1TriggerKey::RecordToKey |
Definition at line 26 of file L1TriggerKey.h.
Enumerator | |
---|---|
kCSCTF | |
kDTTF | |
kRPC | |
kGMT | |
kRCT | |
kGCT | |
kGT | |
kTSP0 | |
kNumberSubsystems |
Definition at line 28 of file L1TriggerKey.h.
|
inline |
Definition at line 47 of file L1TriggerKey.h.
References mps_fire::i, kNullKey, kNumberSubsystems, and m_subsystemKeys.
|
inline |
Definition at line 56 of file L1TriggerKey.h.
References crabWrapper::key, and m_recordToKey.
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd(), counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
Definition at line 59 of file L1TriggerKey.h.
References m_recordToKey.
Referenced by counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
Definition at line 78 of file L1TriggerKey.h.
References m_recordToKey, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
|
inline |
Definition at line 94 of file L1TriggerKey.h.
References m_recordToKey.
Referenced by CSCTFConfigTestAnalyzer::analyze(), L1CondDBPayloadWriter::analyze(), L1CondDBIOVWriter::analyze(), L1O2OTestAnalyzer::analyze(), and L1TriggerKeyOnlineProd::produce().
|
private |
|
inline |
Definition at line 72 of file L1TriggerKey.h.
References crabWrapper::key, and m_subsystemKeys.
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().
|
inline |
Definition at line 69 of file L1TriggerKey.h.
References m_tscKey, and tscKey().
Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().
|
inline |
Definition at line 90 of file L1TriggerKey.h.
References m_subsystemKeys.
Referenced by CSCTFConfigTestAnalyzer::analyze(), L1O2OTestAnalyzer::analyze(), and L1Comparator::beginRun().
|
inline |
Definition at line 87 of file L1TriggerKey.h.
References m_tscKey.
Referenced by CSCTFConfigTestAnalyzer::analyze(), L1CondDBPayloadWriter::analyze(), L1O2OTestAnalyzer::analyze(), L1Comparator::beginRun(), and setTSCKey().
|
friend |
Definition at line 113 of file L1TriggerKey.h.
|
friend |
Definition at line 113 of file L1TriggerKey.h.
|
static |
Definition at line 44 of file L1TriggerKey.h.
|
static |
Definition at line 42 of file L1TriggerKey.h.
Referenced by L1CondDBIOVWriter::analyze(), L1CondDBPayloadWriter::analyze(), and L1TriggerKey().
|
protected |
Definition at line 106 of file L1TriggerKey.h.
Referenced by add(), get(), and recordToKeyMap().
|
protected |
Definition at line 111 of file L1TriggerKey.h.
Referenced by L1TriggerKey(), setSubsystemKey(), and subsystemKey().
|
protected |
Definition at line 110 of file L1TriggerKey.h.
Referenced by setTSCKey(), and tscKey().