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
CondTools
Hcal
interface
CastorPedestalsHandler.h
Go to the documentation of this file.
1
#ifndef CastorPedestalsHandler_h
2
#define CastorPedestalsHandler_h
3
4
// Radek Ofierzynski, 27.02.2008
5
// Adapted for CASTOR by L. Mundim (26/03/2009)
6
7
#include <string>
8
#include <iostream>
9
#include <typeinfo>
10
#include <fstream>
11
12
#include "
FWCore/Framework/interface/MakerMacros.h
"
13
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
14
15
#include "
FWCore/Framework/interface/ESHandle.h
"
16
#include "
FWCore/Framework/interface/Event.h
"
17
#include "
DataFormats/Common/interface/Handle.h
"
18
#include "
FWCore/Framework/interface/EventSetup.h
"
19
// user include files
20
#include "
CondFormats/CastorObjects/interface/CastorPedestals.h
"
21
#include "
CondFormats/DataRecord/interface/CastorPedestalsRcd.h
"
22
#include "
CalibCalorimetry/CastorCalib/interface/CastorDbASCIIIO.h
"
23
24
class
CastorPedestalsHandler
:
public
popcon::PopConSourceHandler
<CastorPedestals> {
25
public
:
26
void
getNewObjects
()
override
;
27
std::string
id
()
const override
{
return
m_name
; }
28
~CastorPedestalsHandler
()
override
;
29
CastorPedestalsHandler
(
edm::ParameterSet
const
&);
30
31
void
initObject
(
CastorPedestals
*);
32
33
private
:
34
unsigned
int
sinceTime
;
35
edm::FileInPath
fFile
;
36
CastorPedestals
*
myDBObject
;
37
std::string
m_name
;
38
};
39
#endif
PopConSourceHandler.h
CastorPedestalsRcd.h
Handle.h
CastorPedestalsHandler::id
std::string id() const override
Definition:
CastorPedestalsHandler.h:27
ESHandle.h
edm::FileInPath
Definition:
FileInPath.h:64
MakerMacros.h
CastorPedestals
Definition:
CastorPedestals.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CastorPedestalsHandler::fFile
edm::FileInPath fFile
Definition:
CastorPedestalsHandler.h:35
CastorPedestalsHandler::initObject
void initObject(CastorPedestals *)
Definition:
CastorPedestalsHandler.cc:36
edm::ParameterSet
Definition:
ParameterSet.h:47
CastorPedestalsHandler::sinceTime
unsigned int sinceTime
Definition:
CastorPedestalsHandler.h:34
Event.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
CastorDbASCIIIO.h
CastorPedestalsHandler::m_name
std::string m_name
Definition:
CastorPedestalsHandler.h:37
CastorPedestals.h
CastorPedestalsHandler::CastorPedestalsHandler
CastorPedestalsHandler(edm::ParameterSet const &)
Definition:
CastorPedestalsHandler.cc:6
CastorPedestalsHandler
Definition:
CastorPedestalsHandler.h:24
EventSetup.h
CastorPedestalsHandler::myDBObject
CastorPedestals * myDBObject
Definition:
CastorPedestalsHandler.h:36
CastorPedestalsHandler::getNewObjects
void getNewObjects() override
Definition:
CastorPedestalsHandler.cc:13
CastorPedestalsHandler::~CastorPedestalsHandler
~CastorPedestalsHandler() override
Definition:
CastorPedestalsHandler.cc:11
Generated for CMSSW Reference Manual by
1.8.16