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:428
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:133
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