CMS 3D CMS Logo

AlCaRecoTriggerBits.h
Go to the documentation of this file.
1 #ifndef CONDFORMATS_HLTOBJECTS_ALCARECOTRIGGERBITS_H
2 #define CONDFORMATS_HLTOBJECTS_ALCARECOTRIGGERBITS_H
4 
5 #include <string>
6 #include <map>
7 #include <vector>
8 
10 public:
13 
15  std::string compose(const std::vector<std::string> &paths) const;
17  std::vector<std::string> decompose(const std::string &concatPaths) const;
20 
21  std::map<std::string, std::string> m_alcarecoToTrig;
22 
24 };
25 #endif
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
AlCaRecoTriggerBits::decompose
std::vector< std::string > decompose(const std::string &concatPaths) const
Decompose one value of map from concatenated string.
Definition: AlCaRecoTriggerBits.cc:31
AlCaRecoTriggerBits
Definition: AlCaRecoTriggerBits.h:9
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
AlCaRecoTriggerBits::AlCaRecoTriggerBits
AlCaRecoTriggerBits()
Definition: AlCaRecoTriggerBits.cc:3
Serializable.h
AlCaRecoTriggerBits::~AlCaRecoTriggerBits
~AlCaRecoTriggerBits()
Definition: AlCaRecoTriggerBits.cc:4
reco::JetExtendedAssociation::value_type
Container::value_type value_type
Definition: JetExtendedAssociation.h:30
AlCaRecoTriggerBits::delimeter_
static const std::string::value_type delimeter_
Delimeter for composing paths to one string in DB:
Definition: AlCaRecoTriggerBits.h:19
AlCaRecoTriggerBits::m_alcarecoToTrig
std::map< std::string, std::string > m_alcarecoToTrig
Definition: AlCaRecoTriggerBits.h:21
Skims_PA_cff.paths
paths
Definition: Skims_PA_cff.py:18
AlCaRecoTriggerBits::compose
std::string compose(const std::vector< std::string > &paths) const
Compose several paths into one string :
Definition: AlCaRecoTriggerBits.cc:9