#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... | |
Definition at line 7 of file AlCaRecoTriggerBits.h.
AlCaRecoTriggerBits::AlCaRecoTriggerBits | ( | ) |
Definition at line 4 of file AlCaRecoTriggerBits.cc.
AlCaRecoTriggerBits::~AlCaRecoTriggerBits | ( | ) |
Definition at line 5 of file AlCaRecoTriggerBits.cc.
std::string AlCaRecoTriggerBits::compose | ( | const std::vector< std::string > & | paths | ) | const |
Compose several paths into one string :
Definition at line 10 of file AlCaRecoTriggerBits.cc.
References delimeter_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by AlCaRecoTriggerBitsRcdUpdate::addTriggerLists().
std::vector< std::string > AlCaRecoTriggerBits::decompose | ( | const std::string & | concatPaths | ) | const |
Decompose one value of map from concatenated string.
Definition at line 32 of file AlCaRecoTriggerBits.cc.
References delimeter_, and query::result.
Referenced by AlCaRecoTriggerBitsRcdRead::printMap().
|
static |
Delimeter for composing paths to one string in DB:
Definition at line 17 of file AlCaRecoTriggerBits.h.
Referenced by compose(), and decompose().
std::map<std::string,std::string> AlCaRecoTriggerBits::m_alcarecoToTrig |
Definition at line 19 of file AlCaRecoTriggerBits.h.
Referenced by AlCaRecoTriggerBitsRcdUpdate::addTriggerLists(), AlCaRecoTriggerBitsRcdUpdate::analyze(), and AlCaRecoTriggerBitsRcdRead::printMap().