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
n
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
c
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
src
L1Trigger
CSCTrackFinder
src
CSCTFCandidateBuilder.h
Go to the documentation of this file.
1
8
#ifndef CSCTrackFinder_CSCTFCandidateBuilder_h
9
#define CSCTrackFinder_CSCTFCandidateBuilder_h
10
11
#include "
DataFormats/L1GlobalMuonTrigger/interface/L1MuRegionalCand.h
"
12
#include "
DataFormats/L1CSCTrackFinder/interface/L1CSCTrackCollection.h
"
13
14
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
15
16
#include "
L1Trigger/CSCTrackFinder/interface/CSCTFMuonSorter.h
"
17
18
class
CSCTFCandidateBuilder
{
19
public
:
20
explicit
CSCTFCandidateBuilder
(
const
edm::ParameterSet
&);
21
22
void
buildCandidates
(
const
L1CSCTrackCollection
*, std::vector<L1MuRegionalCand>*)
const
;
23
24
private
:
25
CSCTFMuonSorter
m_muonsorter
;
26
};
27
28
#endif
CSCTFMuonSorter
Definition:
CSCTFMuonSorter.h:9
L1MuRegionalCand.h
L1CSCTrackCollection.h
L1CSCTrackCollection
std::vector< L1CSCTrack > L1CSCTrackCollection
Definition:
L1CSCTrackCollection.h:8
ParameterSet.h
CSCTFCandidateBuilder::m_muonsorter
CSCTFMuonSorter m_muonsorter
Definition:
CSCTFCandidateBuilder.h:25
CSCTFCandidateBuilder::CSCTFCandidateBuilder
CSCTFCandidateBuilder(const edm::ParameterSet &)
Definition:
CSCTFCandidateBuilder.cc:3
CSCTFMuonSorter.h
edm::ParameterSet
Definition:
ParameterSet.h:48
CSCTFCandidateBuilder::buildCandidates
void buildCandidates(const L1CSCTrackCollection *, std::vector< L1MuRegionalCand > *) const
Definition:
CSCTFCandidateBuilder.cc:5
CSCTFCandidateBuilder
Definition:
CSCTFCandidateBuilder.h:18
Generated for CMSSW Reference Manual by
1.8.14