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
Calibration
TkAlCaRecoProducers
interface
AlcaBeamSpotFromDB.h
Go to the documentation of this file.
1
#ifndef TkAlCaRecoProducers_AlcaBeamSpotFromDB_h
2
#define TkAlCaRecoProducers_AlcaBeamSpotFromDB_h
3
15
// C++ standard
16
#include <string>
17
// CMS
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
20
#include "
FWCore/Framework/interface/one/EDProducer.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
23
class
AlcaBeamSpotFromDB
:
public
edm::one::EDProducer
<edm::EndLuminosityBlockProducer> {
24
public
:
25
explicit
AlcaBeamSpotFromDB
(
const
edm::ParameterSet
&);
26
~AlcaBeamSpotFromDB
()
override
;
27
28
private
:
29
void
beginJob
()
final
;
30
void
endLuminosityBlockProduce
(
edm::LuminosityBlock
&lumiSeg,
const
edm::EventSetup
&iSetup)
final
;
31
void
produce
(
edm::Event
&
iEvent
,
const
edm::EventSetup
&iSetup)
final
;
32
void
endJob
()
final
;
33
};
34
35
#endif
EDProducer.h
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
edm::one::EDProducer
Definition:
EDProducer.h:30
AlcaBeamSpotFromDB::beginJob
void beginJob() final
Definition:
AlcaBeamSpotFromDB.cc:80
AlcaBeamSpotFromDB::endLuminosityBlockProduce
void endLuminosityBlockProduce(edm::LuminosityBlock &lumiSeg, const edm::EventSetup &iSetup) final
Definition:
AlcaBeamSpotFromDB.cc:40
AlcaBeamSpotFromDB::produce
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) final
Definition:
AlcaBeamSpotFromDB.cc:37
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
AlcaBeamSpotFromDB::endJob
void endJob() final
Definition:
AlcaBeamSpotFromDB.cc:82
iEvent
int iEvent
Definition:
GenABIO.cc:224
edm::EventSetup
Definition:
EventSetup.h:57
AlcaBeamSpotFromDB::AlcaBeamSpotFromDB
AlcaBeamSpotFromDB(const edm::ParameterSet &)
Definition:
AlcaBeamSpotFromDB.cc:30
AlcaBeamSpotFromDB::~AlcaBeamSpotFromDB
~AlcaBeamSpotFromDB() override
Definition:
AlcaBeamSpotFromDB.cc:34
Frameworkfwd.h
AlcaBeamSpotFromDB
Definition:
AlcaBeamSpotFromDB.h:23
ParameterSet.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16