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
L1Trigger
L1THGCal
interface
backend
HGCalTriggerClusterInterpreterBase.h
Go to the documentation of this file.
1
#ifndef __L1Trigger_L1THGCal_HGCalTriggerClusterInterpreterBase_h__
2
#define __L1Trigger_L1THGCal_HGCalTriggerClusterInterpreterBase_h__
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
DataFormats/L1THGCal/interface/HGCalMulticluster.h
"
6
7
class
HGCalTriggerClusterInterpreterBase
{
8
public
:
9
HGCalTriggerClusterInterpreterBase
(){};
10
virtual
~HGCalTriggerClusterInterpreterBase
(){};
11
virtual
void
initialize
(
const
edm::ParameterSet
& conf) = 0;
12
virtual
void
eventSetup
(
const
edm::EventSetup
& es) = 0;
13
virtual
void
interpret
(
l1t::HGCalMulticlusterBxCollection
& multiclusters)
const
= 0;
14
};
15
16
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
17
typedef
edmplugin::PluginFactory
<
HGCalTriggerClusterInterpreterBase
*()>
HGCalTriggerClusterInterpreterFactory
;
18
19
#define DEFINE_HGC_TPG_CLUSTER_INTERPRETER(type, name) \
20
DEFINE_EDM_PLUGIN(HGCalTriggerClusterInterpreterFactory, type, name)
21
22
#endif
PluginFactory.h
HGCalTriggerClusterInterpreterBase::eventSetup
virtual void eventSetup(const edm::EventSetup &es)=0
HGCalTriggerClusterInterpreterBase::initialize
virtual void initialize(const edm::ParameterSet &conf)=0
HGCalTriggerClusterInterpreterBase::interpret
virtual void interpret(l1t::HGCalMulticlusterBxCollection &multiclusters) const =0
BXVector
Definition:
BXVector.h:15
HGCalMulticluster.h
HGCalTriggerClusterInterpreterBase::~HGCalTriggerClusterInterpreterBase
virtual ~HGCalTriggerClusterInterpreterBase()
Definition:
HGCalTriggerClusterInterpreterBase.h:10
edm::ParameterSet
Definition:
ParameterSet.h:47
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
edm::EventSetup
Definition:
EventSetup.h:58
HGCalTriggerClusterInterpreterBase
Definition:
HGCalTriggerClusterInterpreterBase.h:7
Frameworkfwd.h
HGCalTriggerClusterInterpreterBase::HGCalTriggerClusterInterpreterBase
HGCalTriggerClusterInterpreterBase()
Definition:
HGCalTriggerClusterInterpreterBase.h:9
Generated for CMSSW Reference Manual by
1.8.16