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
GMTCollections.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/Event.h
"
2
3
#include "
GMTCollections.h
"
4
5
#include <string>
6
7
namespace
l1t
{
8
namespace
stage2
{
9
GMTCollections::~GMTCollections
() {
10
event_
.
put
(
std::move
(
regionalMuonCandsBMTF_
),
"BMTF"
);
11
event_
.
put
(
std::move
(
regionalMuonCandsOMTF_
),
"OMTF"
);
12
event_
.
put
(
std::move
(
regionalMuonCandsEMTF_
),
"EMTF"
);
13
event_
.
put
(
std::move
(
muons_
[0]),
"Muon"
);
14
for
(
int
i
= 1;
i
< 6; ++
i
) {
15
event_
.
put
(
std::move
(
muons_
[
i
]),
"MuonCopy"
+ std::to_string(
i
));
16
}
17
event_
.
put
(
std::move
(
imdMuonsBMTF_
),
"imdMuonsBMTF"
);
18
event_
.
put
(
std::move
(
imdMuonsEMTFNeg_
),
"imdMuonsEMTFNeg"
);
19
event_
.
put
(
std::move
(
imdMuonsEMTFPos_
),
"imdMuonsEMTFPos"
);
20
event_
.
put
(
std::move
(
imdMuonsOMTFNeg_
),
"imdMuonsOMTFNeg"
);
21
event_
.
put
(
std::move
(
imdMuonsOMTFPos_
),
"imdMuonsOMTFPos"
);
22
}
23
}
// namespace stage2
24
}
// namespace l1t
l1t::stage2::GMTCollections::imdMuonsOMTFNeg_
std::unique_ptr< MuonBxCollection > imdMuonsOMTFNeg_
Definition:
GMTCollections.h:56
mps_fire.i
i
Definition:
mps_fire.py:355
l1t::stage2::GMTCollections::regionalMuonCandsEMTF_
std::unique_ptr< RegionalMuonCandBxCollection > regionalMuonCandsEMTF_
Definition:
GMTCollections.h:51
GMTCollections.h
l1t::stage2::GMTCollections::imdMuonsBMTF_
std::unique_ptr< MuonBxCollection > imdMuonsBMTF_
Definition:
GMTCollections.h:53
l1t::UnpackerCollections::event_
edm::Event & event_
Definition:
UnpackerCollections.h:12
l1t::stage2::GMTCollections::imdMuonsEMTFNeg_
std::unique_ptr< MuonBxCollection > imdMuonsEMTFNeg_
Definition:
GMTCollections.h:54
l1t::stage2::GMTCollections::regionalMuonCandsBMTF_
std::unique_ptr< RegionalMuonCandBxCollection > regionalMuonCandsBMTF_
Definition:
GMTCollections.h:46
l1t::stage2::GMTCollections::regionalMuonCandsOMTF_
std::unique_ptr< RegionalMuonCandBxCollection > regionalMuonCandsOMTF_
Definition:
GMTCollections.h:50
Event.h
l1t
delete x;
Definition:
CaloConfig.h:22
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition:
Event.h:132
l1t::stage2::GMTCollections::~GMTCollections
~GMTCollections() override
Definition:
GMTCollections.cc:9
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:71
l1t::stage2::GMTCollections::imdMuonsOMTFPos_
std::unique_ptr< MuonBxCollection > imdMuonsOMTFPos_
Definition:
GMTCollections.h:57
l1t::stage2::GMTCollections::imdMuonsEMTFPos_
std::unique_ptr< MuonBxCollection > imdMuonsEMTFPos_
Definition:
GMTCollections.h:55
eostools.move
def move(src, dest)
Definition:
eostools.py:511
l1t::stage2::GMTCollections::muons_
std::array< std::unique_ptr< MuonBxCollection >, 6 > muons_
Definition:
GMTCollections.h:52
Generated for CMSSW Reference Manual by
1.8.16