Main Page
Namespaces
Classes
Package Documentation
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
{
9
event_
.
put
(
std::move
(
ecalDigis_
));
10
event_
.
put
(
std::move
(
hcalDigis_
));
11
event_
.
put
(
std::move
(
caloRegions_
));
12
}
13
}
14
}
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition:
Event.h:127
l1t::stage2::CaloLayer1Collections::caloRegions_
std::unique_ptr< L1CaloRegionCollection > caloRegions_
Definition:
CaloLayer1Collections.h:30
l1t::stage2::CaloLayer1Collections::hcalDigis_
std::unique_ptr< HcalTrigPrimDigiCollection > hcalDigis_
Definition:
CaloLayer1Collections.h:29
Event.h
CaloLayer1Collections.h
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
l1t::stage2::CaloLayer1Collections::~CaloLayer1Collections
~CaloLayer1Collections() override
Definition:
CaloLayer1Collections.cc:7
l1t::stage2::CaloLayer1Collections::ecalDigis_
std::unique_ptr< EcalTrigPrimDigiCollection > ecalDigis_
Definition:
CaloLayer1Collections.h:25
eostools.move
def move(src, dest)
Definition:
eostools.py:510
Generated for CMSSW Reference Manual by
1.8.11