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