CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | Private Member Functions | Friends
L1TriggerKey Class Reference

#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 RecordToKeyrecordToKeyMap () 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
 

Detailed Description

Definition at line 23 of file L1TriggerKey.h.

Member Typedef Documentation

◆ RecordToKey

typedef std::map<std::string, std::string> L1TriggerKey::RecordToKey

Definition at line 25 of file L1TriggerKey.h.

Member Enumeration Documentation

◆ L1Subsystems

Constructor & Destructor Documentation

◆ L1TriggerKey()

L1TriggerKey::L1TriggerKey ( )
inline

Definition at line 35 of file L1TriggerKey.h.

References mps_fire::i, kNullKey, kNumberSubsystems, and m_subsystemKeys.

35  {
36  for (int i = 0; i < kNumberSubsystems; ++i) {
38  }
39  }
static const std::string kNullKey
Definition: L1TriggerKey.h:30
std::string m_subsystemKeys[kNumberSubsystems]
Definition: L1TriggerKey.h:91

Member Function Documentation

◆ add() [1/2]

void L1TriggerKey::add ( const std::string &  record,
const std::string &  type,
const std::string &  key 
)
inline

◆ add() [2/2]

void L1TriggerKey::add ( const RecordToKey map)
inline

Definition at line 46 of file L1TriggerKey.h.

References kNullKey, m_recordToKey, and genParticles_cff::map.

Referenced by counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().

46  {
47  for (RecordToKey::const_iterator itr = map.begin(); itr != map.end(); ++itr) {
48  m_recordToKey.insert(std::make_pair(itr->first, itr->second.empty() ? kNullKey : itr->second));
49  }
50  }
static const std::string kNullKey
Definition: L1TriggerKey.h:30
RecordToKey m_recordToKey
Definition: L1TriggerKey.h:87

◆ get()

std::string L1TriggerKey::get ( const std::string &  record,
const std::string &  type 
) const
inline

Definition at line 61 of file L1TriggerKey.h.

References kEmptyKey, kNullKey, m_recordToKey, AlCaHarvesting_cff::record, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), rrapi.RRApi::count(), util.rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), submitPVValidationJobs.BetterConfigParser::getResultingSection(), util.rrapi.RRApi::report(), rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), rrapi.RRApi::tables(), util.rrapi.RRApi::tables(), util.rrapi.RRApi::tags(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().

61  {
62  RecordToKey::const_iterator it = m_recordToKey.find(record + "@" + type);
63  if (it == m_recordToKey.end())
64  return std::string();
65  else
66  return it->second == kNullKey ? kEmptyKey : it->second;
67  }
static const std::string kEmptyKey
Definition: L1TriggerKey.h:32
static const std::string kNullKey
Definition: L1TriggerKey.h:30
RecordToKey m_recordToKey
Definition: L1TriggerKey.h:87

◆ recordToKeyMap()

const RecordToKey& L1TriggerKey::recordToKeyMap ( ) const
inline

Definition at line 76 of file L1TriggerKey.h.

References m_recordToKey.

Referenced by CSCTFConfigTestAnalyzer::analyze().

76 { return m_recordToKey; }
RecordToKey m_recordToKey
Definition: L1TriggerKey.h:87

◆ serialize()

template<class Archive >
void L1TriggerKey::serialize ( Archive &  ar,
const unsigned int  version 
)
private

◆ setSubsystemKey()

void L1TriggerKey::setSubsystemKey ( L1Subsystems  subsystem,
const std::string &  key 
)
inline

Definition at line 54 of file L1TriggerKey.h.

References crabWrapper::key, kNullKey, m_subsystemKeys, and hcal_dqm_sourceclient-live_cfg::subsystem.

Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().

54  {
55  m_subsystemKeys[subsystem] = key.empty() ? kNullKey : key;
56  }
static const std::string kNullKey
Definition: L1TriggerKey.h:30
std::string m_subsystemKeys[kNumberSubsystems]
Definition: L1TriggerKey.h:91

◆ setTSCKey()

void L1TriggerKey::setTSCKey ( const std::string &  tscKey)
inline

Definition at line 52 of file L1TriggerKey.h.

References m_tscKey, and tscKey().

Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().

52 { m_tscKey = tscKey; }
std::string m_tscKey
Definition: L1TriggerKey.h:90
const std::string & tscKey() const
Definition: L1TriggerKey.h:69

◆ subsystemKey()

const std::string& L1TriggerKey::subsystemKey ( L1Subsystems  subsystem) const
inline

Definition at line 71 of file L1TriggerKey.h.

References kEmptyKey, kNullKey, m_subsystemKeys, and hcal_dqm_sourceclient-live_cfg::subsystem.

Referenced by CSCTFConfigTestAnalyzer::analyze().

71  {
73  }
static const std::string kEmptyKey
Definition: L1TriggerKey.h:32
static const std::string kNullKey
Definition: L1TriggerKey.h:30
std::string m_subsystemKeys[kNumberSubsystems]
Definition: L1TriggerKey.h:91

◆ tscKey()

const std::string& L1TriggerKey::tscKey ( ) const
inline

Definition at line 69 of file L1TriggerKey.h.

References m_tscKey.

Referenced by CSCTFConfigTestAnalyzer::analyze(), and setTSCKey().

69 { return m_tscKey; }
std::string m_tscKey
Definition: L1TriggerKey.h:90

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 93 of file L1TriggerKey.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 93 of file L1TriggerKey.h.

Member Data Documentation

◆ kEmptyKey

const std::string L1TriggerKey::kEmptyKey = ""
static

Definition at line 32 of file L1TriggerKey.h.

Referenced by get(), and subsystemKey().

◆ kNullKey

const std::string L1TriggerKey::kNullKey = "NULL"
static

◆ m_recordToKey

RecordToKey L1TriggerKey::m_recordToKey
protected

Definition at line 87 of file L1TriggerKey.h.

Referenced by add(), get(), and recordToKeyMap().

◆ m_subsystemKeys

std::string L1TriggerKey::m_subsystemKeys[kNumberSubsystems]
protected

Definition at line 91 of file L1TriggerKey.h.

Referenced by L1TriggerKey(), setSubsystemKey(), and subsystemKey().

◆ m_tscKey

std::string L1TriggerKey::m_tscKey
protected

Definition at line 90 of file L1TriggerKey.h.

Referenced by setTSCKey(), and tscKey().