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 RecordToKey &map)
 
void add (const std::string &record, const std::string &type, const std::string &key)
 
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

const static std::string kEmptyKey = ""
 
const static 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

Enumerator
kCSCTF 
kDTTF 
kRPC 
kGMT 
kRCT 
kGCT 
kGT 
kTSP0 
kNumberSubsystems 

Definition at line 27 of file L1TriggerKey.h.

Constructor & Destructor Documentation

◆ L1TriggerKey()

L1TriggerKey::L1TriggerKey ( )
inline

Definition at line 35 of file L1TriggerKey.h.

35  {
36  for (int i = 0; i < kNumberSubsystems; ++i) {
38  }
39  }

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

Member Function Documentation

◆ add() [1/2]

void L1TriggerKey::add ( const RecordToKey map)
inline

Definition at line 46 of file L1TriggerKey.h.

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  }

References kNullKey, m_recordToKey, and genParticles_cff::map.

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

◆ add() [2/2]

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

◆ get()

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

◆ recordToKeyMap()

const RecordToKey& L1TriggerKey::recordToKeyMap ( ) const
inline

◆ 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

◆ setTSCKey()

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

Definition at line 52 of file L1TriggerKey.h.

52 { m_tscKey = tscKey; }

References m_tscKey, and tscKey().

Referenced by L1TriggerKeyDummyProd::L1TriggerKeyDummyProd().

◆ subsystemKey()

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

◆ tscKey()

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

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().

L1TriggerKey::m_recordToKey
RecordToKey m_recordToKey
Definition: L1TriggerKey.h:87
hcal_dqm_sourceclient-live_cfg.subsystem
subsystem
Definition: hcal_dqm_sourceclient-live_cfg.py:16
mps_fire.i
i
Definition: mps_fire.py:428
L1TriggerKey::kRPC
Definition: L1TriggerKey.h:27
L1TriggerKey::m_tscKey
std::string m_tscKey
Definition: L1TriggerKey.h:90
L1TriggerKey::kGMT
Definition: L1TriggerKey.h:27
GlobalPosition_Frontier_DevDB_cff.record
record
Definition: GlobalPosition_Frontier_DevDB_cff.py:10
L1TriggerKey::m_subsystemKeys
std::string m_subsystemKeys[kNumberSubsystems]
Definition: L1TriggerKey.h:91
L1TriggerKey::kNullKey
const static std::string kNullKey
Definition: L1TriggerKey.h:30
L1TriggerKey::kTSP0
Definition: L1TriggerKey.h:27
L1TriggerKey::kRCT
Definition: L1TriggerKey.h:27
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
L1TriggerKey::kDTTF
Definition: L1TriggerKey.h:27
type
type
Definition: SiPixelVCal_PayloadInspector.cc:37
L1TriggerKey::kEmptyKey
const static std::string kEmptyKey
Definition: L1TriggerKey.h:32
L1TriggerKey::kGCT
Definition: L1TriggerKey.h:27
itr
std::vector< std::pair< float, float > >::iterator itr
Definition: HGCDigitizer.cc:29
L1TriggerKey::tscKey
const std::string & tscKey() const
Definition: L1TriggerKey.h:69
L1TriggerKey::kGT
Definition: L1TriggerKey.h:27
L1TriggerKey::kCSCTF
Definition: L1TriggerKey.h:27
genParticles_cff.map
map
Definition: genParticles_cff.py:11
crabWrapper.key
key
Definition: crabWrapper.py:19
L1TriggerKey::kNumberSubsystems
Definition: L1TriggerKey.h:27