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
SiStrip
plugins
SiStripDetVOffReader.h
Go to the documentation of this file.
1
#ifndef SiStripDetVOffReader_H
2
#define SiStripDetVOffReader_H
3
4
// system include files
5
//#include <memory>
6
7
// user include files
8
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
9
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
10
#include "
FWCore/Framework/interface/Event.h
"
11
#include "
FWCore/Framework/interface/EventSetup.h
"
12
#include "
FWCore/Framework/interface/ESHandle.h
"
13
#include "
FWCore/ServiceRegistry/interface/Service.h
"
14
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
15
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
16
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
17
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/ServiceRegistry/interface/Service.h
"
20
#include "
CondFormats/DataRecord/interface/SiStripCondDataRecords.h
"
21
22
class
SiStripDetVOff
;
23
//
24
//
25
// class decleration
26
//
27
class
SiStripDetVOffReader
:
public
edm::EDAnalyzer
{
28
public
:
29
explicit
SiStripDetVOffReader
(
const
edm::ParameterSet
&);
30
~SiStripDetVOffReader
()
override
;
31
32
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
33
34
private
:
35
bool
printdebug_
;
36
edm::ESGetToken<SiStripDetVOff, SiStripDetVOffRcd>
detVOffToken_
;
37
std::vector<uint32_t>
detids
;
38
};
39
#endif
40
41
/* LocalWords: ifndef
42
*/
SiStripDetVOffReader::printdebug_
bool printdebug_
Definition:
SiStripDetVOffReader.h:35
MessageLogger.h
ESHandle.h
SiStripDetVOffReader::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiStripDetVOffReader.cc:14
SiStripDetVOffReader::detVOffToken_
edm::ESGetToken< SiStripDetVOff, SiStripDetVOffRcd > detVOffToken_
Definition:
SiStripDetVOffReader.h:36
EDAnalyzer.h
SiStripDetVOffReader::detids
std::vector< uint32_t > detids
Definition:
SiStripDetVOffReader.h:37
SiStripDetVOffReader::~SiStripDetVOffReader
~SiStripDetVOffReader() override
Definition:
SiStripDetVOffReader.cc:12
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
Service.h
edm::ParameterSet
Definition:
ParameterSet.h:47
SiStripCondDataRecords.h
Event.h
SiStripDetVOff
Definition:
SiStripDetVOff.h:31
edm::EventSetup
Definition:
EventSetup.h:57
edm::ESGetToken< SiStripDetVOff, SiStripDetVOffRcd >
SiStripDetVOffReader
Definition:
SiStripDetVOffReader.h:27
SiStripDetVOffReader::SiStripDetVOffReader
SiStripDetVOffReader(const edm::ParameterSet &)
Definition:
SiStripDetVOffReader.cc:9
Frameworkfwd.h
EventSetup.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16