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
CondTools
DT
interface
DTT0Handler.h
Go to the documentation of this file.
1
#ifndef DTT0Handler_H
2
#define DTT0Handler_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
18
19
//------------------------------------
20
// Collaborating Class Declarations --
21
//------------------------------------
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
#include "
CondFormats/DTObjects/interface/DTT0.h
"
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
#include <string>
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
class
DTT0Handler
:
public
popcon::PopConSourceHandler
<DTT0> {
35
public
:
38
DTT0Handler
(
const
edm::ParameterSet
& ps);
39
42
~DTT0Handler
()
override
;
43
46
void
getNewObjects
()
override
;
48
std::string
id
()
const override
;
49
50
private
:
51
std::string
dataTag
;
52
std::string
fileName
;
53
unsigned
int
runNumber
;
54
};
55
56
#endif // DTT0Handler_H
DTT0Handler
Definition:
DTT0Handler.h:34
DTT0Handler::runNumber
unsigned int runNumber
Definition:
DTT0Handler.h:53
DTT0Handler::dataTag
std::string dataTag
Definition:
DTT0Handler.h:51
DTT0Handler::getNewObjects
void getNewObjects() override
Definition:
DTT0Handler.cc:46
DTT0Handler::DTT0Handler
DTT0Handler(const edm::ParameterSet &ps)
Definition:
DTT0Handler.cc:33
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
DTT0Handler::~DTT0Handler
~DTT0Handler() override
Definition:
DTT0Handler.cc:41
DTT0.h
PopConSourceHandler.h
DTT0Handler::fileName
std::string fileName
Definition:
DTT0Handler.h:52
DTT0Handler::id
std::string id() const override
Definition:
DTT0Handler.cc:121
edm::ParameterSet
Definition:
ParameterSet.h:48
Generated for CMSSW Reference Manual by
1.8.14