#include <AlCaRecoTriggerBits.h>
Public Member Functions | |
AlCaRecoTriggerBits () | |
std::string | compose (const std::vector< std::string > &paths) const |
Compose several paths into one string : More... | |
std::vector< std::string > | decompose (const std::string &concatPaths) const |
Decompose one value of map from concatenated string. More... | |
~AlCaRecoTriggerBits () | |
Public Attributes | |
std::map< std::string, std::string > | m_alcarecoToTrig |
Static Public Attributes | |
static const std::string::value_type | delimeter_ = ';' |
Delimeter for composing paths to one string in DB: More... | |
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 9 of file AlCaRecoTriggerBits.h.
AlCaRecoTriggerBits::AlCaRecoTriggerBits | ( | ) |
Definition at line 3 of file AlCaRecoTriggerBits.cc.
AlCaRecoTriggerBits::~AlCaRecoTriggerBits | ( | ) |
Definition at line 4 of file AlCaRecoTriggerBits.cc.
std::string AlCaRecoTriggerBits::compose | ( | const std::vector< std::string > & | paths | ) | const |
Compose several paths into one string :
Definition at line 9 of file AlCaRecoTriggerBits.cc.
References delimeter_, Skims_PA_cff::paths, and AlCaHLTBitMon_QueryRunRegistry::string.
std::vector< std::string > AlCaRecoTriggerBits::decompose | ( | const std::string & | concatPaths | ) | const |
Decompose one value of map from concatenated string.
Definition at line 31 of file AlCaRecoTriggerBits.cc.
References delimeter_, mps_fire::result, and alignCSCRings::s.
Referenced by TriggerHelper::expressionsFromDB(), and AlCaRecoTriggerBitsRcdRead::printMap().
|
private |
|
friend |
Definition at line 23 of file AlCaRecoTriggerBits.h.
|
friend |
Definition at line 23 of file AlCaRecoTriggerBits.h.
|
static |
Delimeter for composing paths to one string in DB:
Definition at line 19 of file AlCaRecoTriggerBits.h.
Referenced by compose(), and decompose().
std::map<std::string, std::string> AlCaRecoTriggerBits::m_alcarecoToTrig |
Definition at line 21 of file AlCaRecoTriggerBits.h.
Referenced by TriggerHelper::expressionsFromDB(), and AlCaRecoTriggerBitsRcdRead::printMap().