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
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:132
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