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
RecoLocalCalo
EcalRecProducers
interface
ESRecHitWorkerBaseClass.h
Go to the documentation of this file.
1
#ifndef RecoLocalCalo_EcalRecAlgos_ESRecHitWorkerBaseClass_hh
2
#define RecoLocalCalo_EcalRecAlgos_ESRecHitWorkerBaseClass_hh
3
4
#include "
DataFormats/EcalRecHit/interface/EcalRecHitCollections.h
"
5
#include "
DataFormats/EcalDigi/interface/EcalDigiCollections.h
"
6
#include "
FWCore/Framework/interface/EventSetup.h
"
7
8
namespace
edm
{
9
class
ParameterSet
;
10
}
11
12
class
ESRecHitWorkerBaseClass
{
13
public
:
14
ESRecHitWorkerBaseClass
(
const
edm::ParameterSet
&){};
15
virtual
~ESRecHitWorkerBaseClass
(){};
16
17
virtual
void
set
(
const
edm::EventSetup
& es) = 0;
18
virtual
bool
run
(
const
ESDigiCollection::const_iterator
& digi,
ESRecHitCollection
&
result
) = 0;
19
};
20
21
#endif
edm::SortedCollection< EcalRecHit >
mps_fire.result
result
Definition:
mps_fire.py:311
ParameterSet
Definition:
Functions.h:16
ESRecHitWorkerBaseClass
Definition:
ESRecHitWorkerBaseClass.h:12
EventSetup.h
EcalRecHitCollections.h
ESRecHitWorkerBaseClass::ESRecHitWorkerBaseClass
ESRecHitWorkerBaseClass(const edm::ParameterSet &)
Definition:
ESRecHitWorkerBaseClass.h:14
EcalDigiCollections.h
edm::EventSetup
Definition:
EventSetup.h:56
ESRecHitWorkerBaseClass::~ESRecHitWorkerBaseClass
virtual ~ESRecHitWorkerBaseClass()
Definition:
ESRecHitWorkerBaseClass.h:15
edm::DataFrameContainer::const_iterator
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
Definition:
DataFrameContainer.h:61
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
ESRecHitWorkerBaseClass::run
virtual bool run(const ESDigiCollection::const_iterator &digi, ESRecHitCollection &result)=0
Generated for CMSSW Reference Manual by
1.8.14