Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
HLTObjects
interface
AlCaRecoTriggerBits.h
Go to the documentation of this file.
1
#ifndef CONDFORMATS_HLTOBJECTS_ALCARECOTRIGGERBITS_H
2
#define CONDFORMATS_HLTOBJECTS_ALCARECOTRIGGERBITS_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <string>
6
#include <map>
7
#include <vector>
8
9
class
AlCaRecoTriggerBits
{
10
public
:
11
AlCaRecoTriggerBits
();
12
~AlCaRecoTriggerBits
();
13
15
std::string
compose
(
const
std::vector<std::string> &
paths
)
const
;
17
std::vector<std::string>
decompose
(
const
std::string
&concatPaths)
const
;
19
static
const
std::string::value_type
delimeter_
;
20
21
std::map<std::string, std::string>
m_alcarecoToTrig
;
22
23
COND_SERIALIZABLE
;
24
};
25
#endif
AlCaRecoTriggerBits
Definition:
AlCaRecoTriggerBits.h:9
AlCaRecoTriggerBits::AlCaRecoTriggerBits
AlCaRecoTriggerBits()
Definition:
AlCaRecoTriggerBits.cc:3
AlCaRecoTriggerBits::m_alcarecoToTrig
std::map< std::string, std::string > m_alcarecoToTrig
Definition:
AlCaRecoTriggerBits.h:21
AlCaRecoTriggerBits::decompose
std::vector< std::string > decompose(const std::string &concatPaths) const
Decompose one value of map from concatenated string.
Definition:
AlCaRecoTriggerBits.cc:31
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
reco::JetExtendedAssociation::value_type
Container::value_type value_type
Definition:
JetExtendedAssociation.h:30
AlCaRecoTriggerBits::~AlCaRecoTriggerBits
~AlCaRecoTriggerBits()
Definition:
AlCaRecoTriggerBits.cc:4
mergeAndRegister.paths
list paths
Definition:
mergeAndRegister.py:52
AlCaRecoTriggerBits::compose
std::string compose(const std::vector< std::string > &paths) const
Compose several paths into one string :
Definition:
AlCaRecoTriggerBits.cc:9
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
AlCaRecoTriggerBits::delimeter_
static const std::string::value_type delimeter_
Delimeter for composing paths to one string in DB:
Definition:
AlCaRecoTriggerBits.h:19
Serializable.h
Generated for CMSSW Reference Manual by
1.8.5