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
TrackingTools
PatternTools
interface
ClosestApproachOnHelices.h
Go to the documentation of this file.
1
#ifndef _ClosestApproachOnHelices_H_
2
#define _ClosestApproachOnHelices_H_
3
4
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
5
#include <utility>
6
17
class
FreeTrajectoryState
;
18
class
TrajectoryStateOnSurface
;
19
20
class
ClosestApproachOnHelices
{
21
public
:
22
ClosestApproachOnHelices
() {}
23
24
virtual
~ClosestApproachOnHelices
() {}
25
26
virtual
bool
calculate
(
const
TrajectoryStateOnSurface
& sta,
const
TrajectoryStateOnSurface
& stb) = 0;
27
28
virtual
bool
calculate
(
const
FreeTrajectoryState
& sta,
const
FreeTrajectoryState
& stb) = 0;
29
30
virtual
bool
status
()
const
= 0;
31
33
virtual
std::pair<GlobalPoint, GlobalPoint>
points
()
const
= 0;
34
39
virtual
GlobalPoint
crossingPoint
()
const
= 0;
40
42
virtual
float
distance
()
const
= 0;
43
44
virtual
ClosestApproachOnHelices
*
clone
()
const
= 0;
45
};
46
47
#endif
ClosestApproachOnHelices::distance
virtual float distance() const =0
ClosestApproachOnHelices::ClosestApproachOnHelices
ClosestApproachOnHelices()
Definition:
ClosestApproachOnHelices.h:22
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
ClosestApproachOnHelices
Definition:
ClosestApproachOnHelices.h:20
ClosestApproachOnHelices::status
virtual bool status() const =0
Point3DBase< float, GlobalTag >
ClosestApproachOnHelices::clone
virtual ClosestApproachOnHelices * clone() const =0
ClosestApproachOnHelices::crossingPoint
virtual GlobalPoint crossingPoint() const =0
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
ClosestApproachOnHelices::points
virtual std::pair< GlobalPoint, GlobalPoint > points() const =0
ClosestApproachOnHelices::calculate
virtual bool calculate(const TrajectoryStateOnSurface &sta, const TrajectoryStateOnSurface &stb)=0
ClosestApproachOnHelices::~ClosestApproachOnHelices
virtual ~ClosestApproachOnHelices()
Definition:
ClosestApproachOnHelices.h:24
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.16