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
n
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
c
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
src
CondFormats
CSCObjects
interface
CSCTriggerMappingFromFile.h
Go to the documentation of this file.
1
#ifndef CondFormats_CSCTriggerMappingFromFile_h
2
#define CondFormats_CSCTriggerMappingFromFile_h
3
10
#include <
CondFormats/CSCObjects/interface/CSCTriggerSimpleMapping.h
>
11
#include <string>
12
13
class
CSCTriggerMappingFromFile
:
public
CSCTriggerSimpleMapping
{
14
public
:
16
explicit
CSCTriggerMappingFromFile
(
std::string
filename
);
17
CSCTriggerMappingFromFile
() {}
18
20
~CSCTriggerMappingFromFile
()
override
;
21
23
void
fill
(
void
)
override
;
24
25
private
:
26
std::string
filename_
;
27
};
28
29
#endif
corrVsCorr.filename
filename
Definition:
corrVsCorr.py:123
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CSCTriggerMappingFromFile::fill
void fill(void) override
Fill mapping store.
Definition:
CSCTriggerMappingFromFile.cc:10
CSCTriggerSimpleMapping.h
CSCTriggerSimpleMapping
Definition:
CSCTriggerSimpleMapping.h:13
CSCTriggerMappingFromFile::CSCTriggerMappingFromFile
CSCTriggerMappingFromFile()
Definition:
CSCTriggerMappingFromFile.h:17
CSCTriggerMappingFromFile::filename_
std::string filename_
Definition:
CSCTriggerMappingFromFile.h:26
CSCTriggerMappingFromFile
Definition:
CSCTriggerMappingFromFile.h:13
CSCTriggerMappingFromFile::~CSCTriggerMappingFromFile
~CSCTriggerMappingFromFile() override
Destructor.
Definition:
CSCTriggerMappingFromFile.cc:8
Generated for CMSSW Reference Manual by
1.8.14