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
concentrator
HGCalConcentratorTrigSumImpl.h
Go to the documentation of this file.
1
#ifndef __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
2
#define __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DataFormats/L1THGCal/interface/HGCalTriggerCell.h
"
6
#include "
DataFormats/L1THGCal/interface/HGCalTriggerSums.h
"
7
#include "
L1Trigger/L1THGCal/interface/HGCalTriggerTools.h
"
8
#include <vector>
9
10
class
HGCalConcentratorTrigSumImpl
{
11
public
:
12
HGCalConcentratorTrigSumImpl
(
const
edm::ParameterSet
& conf);
13
14
void
doSum
(uint32_t module_id,
15
const
std::vector<l1t::HGCalTriggerCell>& trigCellVecInput,
16
std::vector<l1t::HGCalTriggerSums>& trigSumsVecOutput)
const
;
17
18
void
eventSetup
(
const
edm::EventSetup
& es) {
triggerTools_
.
eventSetup
(es); }
19
20
private
:
21
HGCalTriggerTools
triggerTools_
;
22
};
23
24
#endif
HGCalConcentratorTrigSumImpl::triggerTools_
HGCalTriggerTools triggerTools_
Definition:
HGCalConcentratorTrigSumImpl.h:21
HGCalTriggerTools.h
HGCalTriggerTools::eventSetup
void eventSetup(const edm::EventSetup &)
Definition:
HGCalTriggerTools.cc:35
HGCalTriggerSums.h
HGCalConcentratorTrigSumImpl
Definition:
HGCalConcentratorTrigSumImpl.h:10
edm::ParameterSet
Definition:
ParameterSet.h:47
HGCalConcentratorTrigSumImpl::doSum
void doSum(uint32_t module_id, const std::vector< l1t::HGCalTriggerCell > &trigCellVecInput, std::vector< l1t::HGCalTriggerSums > &trigSumsVecOutput) const
Definition:
HGCalConcentratorTrigSumImpl.cc:5
edm::EventSetup
Definition:
EventSetup.h:58
HGCalConcentratorTrigSumImpl::eventSetup
void eventSetup(const edm::EventSetup &es)
Definition:
HGCalConcentratorTrigSumImpl.h:18
HGCalTriggerTools
Definition:
HGCalTriggerTools.h:32
HGCalTriggerCell.h
ParameterSet.h
HGCalConcentratorTrigSumImpl::HGCalConcentratorTrigSumImpl
HGCalConcentratorTrigSumImpl(const edm::ParameterSet &conf)
Definition:
HGCalConcentratorTrigSumImpl.cc:3
Generated for CMSSW Reference Manual by
1.8.16