Main Page
Namespaces
Classes
Package Documentation
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
{
9
event_
.
put
(
std::move
(
outputMuons_
),
"BMTF"
);
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
}
16
}
17
}
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition:
Event.h:122
l1t::stage2::BMTFCollections::inputMuonsTh_
std::unique_ptr< L1MuDTChambThContainer > inputMuonsTh_
Definition:
BMTFCollections.h:31
Event.h
l1t::stage2::BMTFCollections::inputMuonsPh_
std::unique_ptr< L1MuDTChambPhContainer > inputMuonsPh_
Definition:
BMTFCollections.h:30
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
l1t::stage2::BMTFCollections::~BMTFCollections
virtual ~BMTFCollections()
Definition:
BMTFCollections.cc:7
BMTFCollections.h
l1t::stage2::BMTFCollections::outputMuons_
std::unique_ptr< RegionalMuonCandBxCollection > outputMuons_
Definition:
BMTFCollections.h:26
eostools.move
def move(src, dest)
Definition:
eostools.py:510
Generated for CMSSW Reference Manual by
1.8.11