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
RecoMuon
MuonSeedGenerator
src
MuonCSCSeedFromRecHits.h
Go to the documentation of this file.
1
#ifndef MuonSeedGenerator_MuonCSCSeedFromRecHits_h
2
#define MuonSeedGenerator_MuonCSCSeedFromRecHits_h
3
4
#include "
RecoMuon/TrackingTools/interface/MuonSeedFromRecHits.h
"
5
6
class
MuonCSCSeedFromRecHits
:
public
MuonSeedFromRecHits
{
7
public
:
8
MuonCSCSeedFromRecHits
();
9
~MuonCSCSeedFromRecHits
()
override
{}
10
11
virtual
TrajectorySeed
seed
()
const
;
12
13
ConstMuonRecHitPointer
bestEndcapHit
(
const
MuonRecHitContainer
&
endcapHits
)
const
;
14
15
private
:
16
// try to make something from a pair of layers with hits.
17
bool
makeSeed
(
const
MuonRecHitContainer
& hits1,
const
MuonRecHitContainer
& hits2,
TrajectorySeed
&
seed
)
const
;
18
bool
makeSeed2
(
const
MuonRecHitContainer
& hits1,
const
MuonRecHitContainer
& hits2,
TrajectorySeed
&
seed
)
const
;
19
20
// when all else fails
21
void
makeDefaultSeed
(
TrajectorySeed
&
seed
)
const
;
22
23
bool
createDefaultEndcapSeed
(
ConstMuonRecHitPointer
last
,
TrajectorySeed
&
seed
)
const
;
24
float
computeDefaultPt
(
ConstMuonRecHitPointer
muon
)
const
;
25
int
segmentQuality
(
ConstMuonRecHitPointer
muon
)
const
;
26
27
void
analyze
()
const
;
28
};
29
30
#endif
MuonCSCSeedFromRecHits::createDefaultEndcapSeed
bool createDefaultEndcapSeed(ConstMuonRecHitPointer last, TrajectorySeed &seed) const
Definition:
MuonCSCSeedFromRecHits.cc:217
HLT_FULL_cff.endcapHits
endcapHits
Definition:
HLT_FULL_cff.py:84477
MuonRecHitContainer
MuonTransientTrackingRecHit::MuonRecHitContainer MuonRecHitContainer
Definition:
CosmicMuonSmoother.h:31
MuonCSCSeedFromRecHits::analyze
void analyze() const
Definition:
MuonCSCSeedFromRecHits.cc:224
muon
Definition:
MuonCocktails.h:17
MuonCSCSeedFromRecHits::segmentQuality
int segmentQuality(ConstMuonRecHitPointer muon) const
Definition:
MuonCSCSeedFromRecHits.cc:124
MuonCSCSeedFromRecHits::bestEndcapHit
ConstMuonRecHitPointer bestEndcapHit(const MuonRecHitContainer &endcapHits) const
Definition:
MuonCSCSeedFromRecHits.cc:154
MuonCSCSeedFromRecHits
Definition:
MuonCSCSeedFromRecHits.h:6
dqmdumpme.last
last
Definition:
dqmdumpme.py:56
MuonCSCSeedFromRecHits::seed
virtual TrajectorySeed seed() const
Definition:
MuonCSCSeedFromRecHits.cc:17
ConstMuonRecHitPointer
MuonTransientTrackingRecHit::ConstMuonRecHitPointer ConstMuonRecHitPointer
Definition:
MuonSeedGenerator.cc:48
MuonCSCSeedFromRecHits::~MuonCSCSeedFromRecHits
~MuonCSCSeedFromRecHits() override
Definition:
MuonCSCSeedFromRecHits.h:9
MuonSeedFromRecHits
Definition:
MuonSeedFromRecHits.h:19
MuonCSCSeedFromRecHits::makeSeed
bool makeSeed(const MuonRecHitContainer &hits1, const MuonRecHitContainer &hits2, TrajectorySeed &seed) const
Definition:
MuonCSCSeedFromRecHits.cc:78
MuonCSCSeedFromRecHits::computeDefaultPt
float computeDefaultPt(ConstMuonRecHitPointer muon) const
TrajectorySeed
Definition:
TrajectorySeed.h:18
MuonCSCSeedFromRecHits::makeDefaultSeed
void makeDefaultSeed(TrajectorySeed &seed) const
Definition:
MuonCSCSeedFromRecHits.cc:206
MuonCSCSeedFromRecHits::MuonCSCSeedFromRecHits
MuonCSCSeedFromRecHits()
Definition:
MuonCSCSeedFromRecHits.cc:15
MuonCSCSeedFromRecHits::makeSeed2
bool makeSeed2(const MuonRecHitContainer &hits1, const MuonRecHitContainer &hits2, TrajectorySeed &seed) const
MuonSeedFromRecHits.h
Generated for CMSSW Reference Manual by
1.8.16