EventFilter
L1TRawToDigi
plugins
implementations_stage2
BMTFCollections.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/Event.h
"
2
3
#include "
BMTFCollections.h
"
4
5
namespace
l1t
{
6
namespace
stage2
{
7
BMTFCollections::~BMTFCollections
() {
8
event_
.
put
(
std::move
(
outputMuons_
),
"BMTF"
);
9
event_
.
put
(
std::move
(
outputMuons2_
),
"BMTF2"
);
10
//event_.put(std::move(inputMuonsPh_),"PhiDigis");
11
//event_.put(std::move(inputMuonsTh_),"TheDigis");
12
event_
.
put
(
std::move
(
inputMuonsPh_
));
13
event_
.
put
(
std::move
(
inputMuonsTh_
));
14
}
15
}
// namespace stage2
16
}
// namespace l1t
l1t::stage2::BMTFCollections::outputMuons_
std::unique_ptr< RegionalMuonCandBxCollection > outputMuons_
Definition:
BMTFCollections.h:26
l1t::stage2::BMTFCollections::outputMuons2_
std::unique_ptr< RegionalMuonCandBxCollection > outputMuons2_
Definition:
BMTFCollections.h:30
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
BMTFCollections.h
Event.h
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::stage2::BMTFCollections::inputMuonsTh_
std::unique_ptr< L1MuDTChambThContainer > inputMuonsTh_
Definition:
BMTFCollections.h:32
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition:
Event.h:133
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:71
eostools.move
def move(src, dest)
Definition:
eostools.py:511
l1t::stage2::BMTFCollections::inputMuonsPh_
std::unique_ptr< L1MuDTChambPhContainer > inputMuonsPh_
Definition:
BMTFCollections.h:31
l1t::stage2::BMTFCollections::~BMTFCollections
~BMTFCollections() override
Definition:
BMTFCollections.cc:7
Generated for CMSSW Reference Manual by
1.8.16