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
L1Trigger
CSCTrackFinder
src
CSCTFCandidateBuilder.cc
Go to the documentation of this file.
1
#include "
L1Trigger/CSCTrackFinder/src/CSCTFCandidateBuilder.h
"
2
3
CSCTFCandidateBuilder::CSCTFCandidateBuilder
(
const
edm::ParameterSet
&
pset
) : m_muonsorter{
pset
} {}
4
5
void
CSCTFCandidateBuilder::buildCandidates
(
const
L1CSCTrackCollection
*
trks
,
6
std::vector<L1MuRegionalCand>*
cands
)
const
{
7
std::vector<L1MuRegionalCand>
result
;
8
CSCTriggerContainer<csc::L1Track>
stripped_tracks;
9
10
L1CSCTrackCollection::const_iterator tmp_trk =
trks
->begin();
11
12
for
(; tmp_trk !=
trks
->end(); tmp_trk++) {
13
stripped_tracks.
push_back
(tmp_trk->first);
14
}
15
16
result
=
m_muonsorter
.
run
(stripped_tracks);
17
18
cands
->insert(
cands
->end(),
result
.begin(),
result
.end());
19
}
CSCTFMuonSorter::run
std::vector< L1MuRegionalCand > run(const CSCTriggerContainer< csc::L1Track > &) const
Definition:
CSCTFMuonSorter.cc:10
CSCTFCandidateBuilder::m_muonsorter
CSCTFMuonSorter m_muonsorter
Definition:
CSCTFCandidateBuilder.h:25
L1CSCTrackCollection
std::vector< L1CSCTrack > L1CSCTrackCollection
Definition:
L1CSCTrackCollection.h:8
CSCTFCandidateBuilder.h
HLT_FULL_cff.cands
cands
Definition:
HLT_FULL_cff.py:15161
edm::ParameterSet
Definition:
ParameterSet.h:47
CSCTFCandidateBuilder::buildCandidates
void buildCandidates(const L1CSCTrackCollection *, std::vector< L1MuRegionalCand > *) const
Definition:
CSCTFCandidateBuilder.cc:5
CSCTriggerContainer< csc::L1Track >
CSCTriggerContainer::push_back
void push_back(const T &data)
Definition:
CSCTriggerContainer.h:51
hltEgammaHLTExtra_cfi.trks
trks
Definition:
hltEgammaHLTExtra_cfi.py:43
mps_fire.result
result
Definition:
mps_fire.py:311
CSCTFCandidateBuilder::CSCTFCandidateBuilder
CSCTFCandidateBuilder(const edm::ParameterSet &)
Definition:
CSCTFCandidateBuilder.cc:3
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
Generated for CMSSW Reference Manual by
1.8.16