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
RecoTracker
TkNavigation
interface
TkNavigationSchool.h
Go to the documentation of this file.
1
#ifndef TkNavigation_TkNavigationSchool_H
2
#define TkNavigation_TkNavigationSchool_H
3
4
#include "
TrackingTools/DetLayers/interface/NavigationSchool.h
"
5
#include "
RecoTracker/TkDetLayers/interface/GeometricSearchTracker.h
"
6
7
class
MagneticField
;
8
12
class
TkNavigationSchool
:
public
NavigationSchool
{
13
public
:
14
TkNavigationSchool
(
const
GeometricSearchTracker
*
tracker
,
const
MagneticField
*
field
)
15
:
theField
(
field
),
theTracker
(
tracker
) {}
16
17
const
MagneticField
&
field
()
const
{
return
*
theField
; }
18
const
GeometricSearchTracker
&
searchTracker
()
const
{
return
*
theTracker
; }
19
20
protected
:
21
const
MagneticField
*
theField
;
22
const
GeometricSearchTracker
*
theTracker
;
23
};
24
25
#endif
NavigationSchool
Definition:
NavigationSchool.h:18
MagneticField
Definition:
MagneticField.h:19
PbPb_ZMuSkimMuonDPG_cff.tracker
tracker
Definition:
PbPb_ZMuSkimMuonDPG_cff.py:67
TkNavigationSchool::field
const MagneticField & field() const
Definition:
TkNavigationSchool.h:17
NavigationSchool.h
GeometricSearchTracker
Definition:
GeometricSearchTracker.h:15
TkNavigationSchool::searchTracker
const GeometricSearchTracker & searchTracker() const
Definition:
TkNavigationSchool.h:18
TkNavigationSchool
Definition:
TkNavigationSchool.h:12
TkNavigationSchool::theTracker
const GeometricSearchTracker * theTracker
Definition:
TkNavigationSchool.h:22
TkNavigationSchool::TkNavigationSchool
TkNavigationSchool(const GeometricSearchTracker *tracker, const MagneticField *field)
Definition:
TkNavigationSchool.h:14
GeometricSearchTracker.h
TkNavigationSchool::theField
const MagneticField * theField
Definition:
TkNavigationSchool.h:21
Generated for CMSSW Reference Manual by
1.8.14