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
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
setGeometry
(
const
HGCalTriggerGeometryBase
*
const
geom
) {
triggerTools_
.
setGeometry
(
geom
); }
19
20
private
:
21
HGCalTriggerTools
triggerTools_
;
22
};
23
24
#endif
HGCalTriggerGeometryBase
Definition:
HGCalTriggerGeometryBase.h:16
HGCalConcentratorTrigSumImpl::doSum
void doSum(uint32_t module_id, const std::vector< l1t::HGCalTriggerCell > &trigCellVecInput, std::vector< l1t::HGCalTriggerSums > &trigSumsVecOutput) const
Definition:
HGCalConcentratorTrigSumImpl.cc:5
HGCalTriggerTools::setGeometry
void setGeometry(const HGCalTriggerGeometryBase *const)
Definition:
HGCalTriggerTools.cc:40
ParameterSet.h
HGCalTriggerCell.h
HGCalConcentratorTrigSumImpl
Definition:
HGCalConcentratorTrigSumImpl.h:10
HGCalConcentratorTrigSumImpl::HGCalConcentratorTrigSumImpl
HGCalConcentratorTrigSumImpl(const edm::ParameterSet &conf)
Definition:
HGCalConcentratorTrigSumImpl.cc:3
HGCalTriggerTools
Definition:
HGCalTriggerTools.h:32
relativeConstraints.geom
geom
Definition:
relativeConstraints.py:72
HGCalTriggerSums.h
HGCalConcentratorTrigSumImpl::triggerTools_
HGCalTriggerTools triggerTools_
Definition:
HGCalConcentratorTrigSumImpl.h:21
edm::ParameterSet
Definition:
ParameterSet.h:47
HGCalConcentratorTrigSumImpl::setGeometry
void setGeometry(const HGCalTriggerGeometryBase *const geom)
Definition:
HGCalConcentratorTrigSumImpl.h:18
HGCalTriggerTools.h
Generated for CMSSW Reference Manual by
1.8.14