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
EventFilter
L1TRawToDigi
plugins
implementations_stage2
CaloLayer1Collections.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/Event.h
"
2
3
#include "
CaloLayer1Collections.h
"
4
5
namespace
l1t
{
6
namespace
stage2
{
7
CaloLayer1Collections::~CaloLayer1Collections
() {
8
event_
.
put
(
std::move
(
ecalDigis_
));
9
event_
.
put
(
std::move
(
hcalDigis_
));
10
event_
.
put
(
std::move
(
caloRegions_
));
11
12
for
(
int
i
= 0;
i
< 5; ++
i
) {
13
event_
.
put
(
std::move
(
ecalDigisBx_
[
i
]),
"EcalDigisBx"
+ std::to_string(
i
+ 1));
14
}
15
}
16
}
// namespace stage2
17
}
// namespace l1t
mps_fire.i
i
Definition:
mps_fire.py:355
l1t::stage2::CaloLayer1Collections::ecalDigisBx_
std::array< std::unique_ptr< EcalTrigPrimDigiCollection >, 5 > ecalDigisBx_
Definition:
CaloLayer1Collections.h:46
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
Event.h
CaloLayer1Collections.h
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::stage2::CaloLayer1Collections::~CaloLayer1Collections
~CaloLayer1Collections() override
Definition:
CaloLayer1Collections.cc:7
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition:
Event.h:132
l1t::stage2::CaloLayer1Collections::ecalDigis_
std::unique_ptr< EcalTrigPrimDigiCollection > ecalDigis_
Definition:
CaloLayer1Collections.h:39
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:71
eostools.move
def move(src, dest)
Definition:
eostools.py:511
l1t::stage2::CaloLayer1Collections::hcalDigis_
std::unique_ptr< HcalTrigPrimDigiCollection > hcalDigis_
Definition:
CaloLayer1Collections.h:43
l1t::stage2::CaloLayer1Collections::caloRegions_
std::unique_ptr< L1CaloRegionCollection > caloRegions_
Definition:
CaloLayer1Collections.h:44
Generated for CMSSW Reference Manual by
1.8.16