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
GsfTracking
interface
PosteriorWeightsCalculator.h
Go to the documentation of this file.
1
#ifndef PosteriorWeightsCalculator_H_
2
#define PosteriorWeightsCalculator_H_
3
4
#include "
TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h
"
5
#include "
TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHit.h
"
6
13
class
PosteriorWeightsCalculator
{
14
private
:
15
typedef
TrajectoryStateOnSurface
TSOS
;
16
17
public
:
18
PosteriorWeightsCalculator
(
const
std::vector<TSOS>& mixture) :
predictedComponents
(mixture) {}
19
20
~PosteriorWeightsCalculator
() {}
22
std::vector<double>
weights
(
const
TrackingRecHit
& tsos)
const
;
23
template
<
unsigned
int
D>
24
std::vector<double>
weights
(
const
TrackingRecHit
& tsos)
const
;
25
26
private
:
27
std::vector<TSOS>
predictedComponents
;
28
};
29
30
#endif //_TR_PosteriorWeightsCalculator_H_
TrajectoryStateOnSurface.h
TransientTrackingRecHit.h
PosteriorWeightsCalculator::~PosteriorWeightsCalculator
~PosteriorWeightsCalculator()
Definition:
PosteriorWeightsCalculator.h:20
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
PosteriorWeightsCalculator
Definition:
PosteriorWeightsCalculator.h:13
PosteriorWeightsCalculator::weights
std::vector< double > weights(const TrackingRecHit &tsos) const
Create random state.
Definition:
PosteriorWeightsCalculator.cc:11
PosteriorWeightsCalculator::predictedComponents
std::vector< TSOS > predictedComponents
Definition:
PosteriorWeightsCalculator.h:27
TrackingRecHit
Definition:
TrackingRecHit.h:21
PosteriorWeightsCalculator::PosteriorWeightsCalculator
PosteriorWeightsCalculator(const std::vector< TSOS > &mixture)
Definition:
PosteriorWeightsCalculator.h:18
PosteriorWeightsCalculator::TSOS
TrajectoryStateOnSurface TSOS
Definition:
PosteriorWeightsCalculator.h:15
Generated for CMSSW Reference Manual by
1.8.16