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
CalibCalorimetry
CaloMiscalibTools
interface
WriteEcalMiscalibConstants.h
Go to the documentation of this file.
1
/* <Notes on implementation>
2
*/
3
//
4
// Original Author: Stephanie BEAUCERON
5
// Created: Tue May 15 16:23:21 CEST 2007
6
//
7
//
8
9
// system include files
10
#include <memory>
11
12
// user include files
13
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
14
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
15
16
#include "
FWCore/Framework/interface/Event.h
"
17
#include "
FWCore/Framework/interface/MakerMacros.h
"
18
19
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
20
21
#include "
CondFormats/EcalObjects/interface/EcalIntercalibConstants.h
"
22
#include "
CondFormats/DataRecord/interface/EcalIntercalibConstantsRcd.h
"
23
//
24
// class decleration
25
//
26
27
class
WriteEcalMiscalibConstants
:
public
edm::one::EDAnalyzer
<> {
28
public
:
29
explicit
WriteEcalMiscalibConstants
(
const
edm::ParameterSet
&);
30
~WriteEcalMiscalibConstants
()
override
;
31
32
private
:
33
void
beginJob
()
override
;
34
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
35
void
endJob
()
override
;
36
37
// ----------member data ---------------------------
38
std::string
newTagRequest_
;
39
40
const
edm::ESGetToken<EcalIntercalibConstants, EcalIntercalibConstantsRcd>
intercalibConstsToken_
;
41
};
Event.h
Frameworkfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
EcalIntercalibConstantsRcd.h
ParameterSet.h
WriteEcalMiscalibConstants::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
WriteEcalMiscalibConstants.cc:48
edm::ESGetToken
Definition:
EventSetup.h:46
WriteEcalMiscalibConstants::beginJob
void beginJob() override
Definition:
WriteEcalMiscalibConstants.cc:67
EcalIntercalibConstants.h
WriteEcalMiscalibConstants::endJob
void endJob() override
Definition:
WriteEcalMiscalibConstants.cc:70
WriteEcalMiscalibConstants::newTagRequest_
std::string newTagRequest_
Definition:
WriteEcalMiscalibConstants.h:38
edm::EventSetup
Definition:
EventSetup.h:56
WriteEcalMiscalibConstants::WriteEcalMiscalibConstants
WriteEcalMiscalibConstants(const edm::ParameterSet &)
Definition:
WriteEcalMiscalibConstants.cc:38
WriteEcalMiscalibConstants
Definition:
WriteEcalMiscalibConstants.h:27
EDAnalyzer.h
WriteEcalMiscalibConstants::intercalibConstsToken_
const edm::ESGetToken< EcalIntercalibConstants, EcalIntercalibConstantsRcd > intercalibConstsToken_
Definition:
WriteEcalMiscalibConstants.h:40
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
MakerMacros.h
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
WriteEcalMiscalibConstants::~WriteEcalMiscalibConstants
~WriteEcalMiscalibConstants() override
Definition:
WriteEcalMiscalibConstants.cc:41
Generated for CMSSW Reference Manual by
1.8.14