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
MuonSeedVFinder.h
Go to the documentation of this file.
1
#ifndef RecoMuon_MuonSeedGenerator_MuonSeedVFinder_H
2
#define RecoMuon_MuonSeedGenerator_MuonSeedVFinder_H
3
13
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeed.h
"
14
#include "
RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h
"
15
#include "
RecoMuon/MuonSeedGenerator/src/MuonSeedPtExtractor.h
"
16
#include "
MagneticField/Engine/interface/MagneticField.h
"
17
#include <vector>
18
19
class
MuonSeedVFinder
{
20
public
:
21
virtual
~MuonSeedVFinder
() {}
22
virtual
void
setBField
(
const
MagneticField
* field) = 0;
23
24
virtual
void
seeds
(
const
MuonTransientTrackingRecHit::MuonRecHitContainer
&
hits
,
25
std::vector<TrajectorySeed>&
result
) = 0;
26
27
void
setBeamSpot
(
const
GlobalVector
& gv) {
thePtExtractor
->
setBeamSpot
(gv); }
28
29
protected
:
30
MuonSeedPtExtractor
*
thePtExtractor
;
31
};
32
#endif
Vector3DBase
Definition:
Vector3DBase.h:8
MuonSeedPtExtractor::setBeamSpot
void setBeamSpot(const GlobalVector &gv)
Definition:
MuonSeedPtExtractor.h:29
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
MuonSeedVFinder::seeds
virtual void seeds(const MuonTransientTrackingRecHit::MuonRecHitContainer &hits, std::vector< TrajectorySeed > &result)=0
MuonSeedPtExtractor
Definition:
MuonSeedPtExtractor.h:16
MuonTransientTrackingRecHit::MuonRecHitContainer
std::vector< MuonRecHitPointer > MuonRecHitContainer
Definition:
MuonTransientTrackingRecHit.h:26
MuonTransientTrackingRecHit.h
MuonSeedVFinder::setBField
virtual void setBField(const MagneticField *field)=0
TrajectorySeed.h
MagneticField.h
MuonSeedVFinder
Definition:
MuonSeedVFinder.h:19
MuonSeedVFinder::setBeamSpot
void setBeamSpot(const GlobalVector &gv)
Definition:
MuonSeedVFinder.h:27
MuonSeedPtExtractor.h
mps_fire.result
result
Definition:
mps_fire.py:311
MuonSeedVFinder::thePtExtractor
MuonSeedPtExtractor * thePtExtractor
Definition:
MuonSeedVFinder.h:30
MuonSeedVFinder::~MuonSeedVFinder
virtual ~MuonSeedVFinder()
Definition:
MuonSeedVFinder.h:21
MagneticField
Definition:
MagneticField.h:19
Generated for CMSSW Reference Manual by
1.8.16