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
TkSeedGenerator
interface
FastLine.h
Go to the documentation of this file.
1
#ifndef TR_FastLine_H_
2
#define TR_FastLine_H_
3
4
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
5
15
class
FastLine
{
16
public
:
17
FastLine
(
const
GlobalPoint
& outerHit,
const
GlobalPoint
& innerHit);
18
19
FastLine
(
const
GlobalPoint
& outerHit,
const
GlobalPoint
& innerHit,
double
rho
);
20
21
~FastLine
() {}
22
23
double
n1
()
const
{
return
theN1
; }
24
25
double
n2
()
const
{
return
theN2
; }
26
27
double
c
()
const
{
return
theC
; }
28
29
bool
isValid
()
const
{
return
theValid
; }
30
31
private
:
32
GlobalPoint
theOuterHit
;
33
GlobalPoint
theInnerHit
;
34
double
theRho
;
35
36
double
theN1
;
37
double
theN2
;
38
double
theC
;
39
40
bool
theValid
;
41
42
void
createLineParameters
();
43
};
44
45
#endif //TR_FastLine_H_
FastLine::theOuterHit
GlobalPoint theOuterHit
Definition:
FastLine.h:32
DDAxes::rho
FastLine::FastLine
FastLine(const GlobalPoint &outerHit, const GlobalPoint &innerHit)
Definition:
FastLine.cc:3
FastLine::c
double c() const
Definition:
FastLine.h:27
FastLine::isValid
bool isValid() const
Definition:
FastLine.h:29
FastLine::theRho
double theRho
Definition:
FastLine.h:34
FastLine::createLineParameters
void createLineParameters()
Definition:
FastLine.cc:13
FastLine::theN2
double theN2
Definition:
FastLine.h:37
FastLine::theValid
bool theValid
Definition:
FastLine.h:40
FastLine::theInnerHit
GlobalPoint theInnerHit
Definition:
FastLine.h:33
FastLine
Definition:
FastLine.h:15
FastLine::theC
double theC
Definition:
FastLine.h:38
FastLine::~FastLine
~FastLine()
Definition:
FastLine.h:21
FastLine::theN1
double theN1
Definition:
FastLine.h:36
FastLine::n2
double n2() const
Definition:
FastLine.h:25
Point3DBase< float, GlobalTag >
FastLine::n1
double n1() const
Definition:
FastLine.h:23
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.14