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
TrackingTools
GsfTools
interface
DistanceBetweenComponents.h
Go to the documentation of this file.
1
#ifndef DistanceBetweenComponents_H
2
#define DistanceBetweenComponents_H
3
4
#include "
TrackingTools/GsfTools/interface/SingleGaussianState.h
"
5
10
template
<
unsigned
int
N>
11
class
DistanceBetweenComponents
{
12
public
:
13
typedef
SingleGaussianState<N>
SingleState
;
14
15
public
:
16
virtual
double
operator()
(
const
SingleState
&,
const
SingleState
&)
const
= 0;
17
18
virtual
DistanceBetweenComponents<N>
*
clone
()
const
= 0;
19
20
virtual
~DistanceBetweenComponents
() {}
21
};
22
23
#endif // DistanceBetweenComponents_H
SingleGaussianState
Definition:
SingleGaussianState.h:14
DistanceBetweenComponents
Definition:
DistanceBetweenComponents.h:11
DistanceBetweenComponents::operator()
virtual double operator()(const SingleState &, const SingleState &) const =0
SingleGaussianState.h
DistanceBetweenComponents::SingleState
SingleGaussianState< N > SingleState
Definition:
DistanceBetweenComponents.h:13
DistanceBetweenComponents::~DistanceBetweenComponents
virtual ~DistanceBetweenComponents()
Definition:
DistanceBetweenComponents.h:20
DistanceBetweenComponents::clone
virtual DistanceBetweenComponents< N > * clone() const =0
Generated for CMSSW Reference Manual by
1.8.14