Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
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
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
Generated for CMSSW Reference Manual by
1.8.16