#include <AlCaRecoTriggerBits.h>
|
static const
std::string::value_type | delimeter_ = ';' |
| Delimeter for composing paths to one string in DB: More...
|
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 9 of file AlCaRecoTriggerBits.h.
AlCaRecoTriggerBits::AlCaRecoTriggerBits |
( |
| ) |
|
AlCaRecoTriggerBits::~AlCaRecoTriggerBits |
( |
| ) |
|
std::string AlCaRecoTriggerBits::compose |
( |
const std::vector< std::string > & |
paths | ) |
const |
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 mps_fire::result.
38 std::vector<std::string>
result;
44 if (delimiterPos == std::string::npos) {
45 result.push_back(
s.substr(previousPos));
48 result.push_back(
s.substr(previousPos, delimiterPos - previousPos));
49 previousPos = delimiterPos + 1;
static const std::string::value_type delimeter_
Delimeter for composing paths to one string in DB:
template<class Archive >
void AlCaRecoTriggerBits::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
const std::string::value_type AlCaRecoTriggerBits::delimeter_ = ';' |
|
static |
std::map<std::string,std::string> AlCaRecoTriggerBits::m_alcarecoToTrig |