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