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
DataFormats
HeavyIonEvent
src
ClusterCompatibility.cc
Go to the documentation of this file.
1
#include "
DataFormats/HeavyIonEvent/interface/ClusterCompatibility.h
"
2
using namespace
reco
;
3
4
ClusterCompatibility::ClusterCompatibility
() : nValidPixelHits_(0), z0_(), nHit_(), chi_() {}
5
6
ClusterCompatibility::~ClusterCompatibility
() {}
7
8
void
ClusterCompatibility::append
(
float
z0,
int
nHit,
float
chi) {
9
z0_
.push_back(
z0
);
10
nHit_
.push_back(
nHit
);
11
chi_
.push_back(
chi
);
12
}
reco::ClusterCompatibility::chi_
std::vector< float > chi_
Definition:
ClusterCompatibility.h:38
reco::ClusterCompatibility::nHit
int nHit(int i) const
Definition:
ClusterCompatibility.h:23
reco::ClusterCompatibility::ClusterCompatibility
ClusterCompatibility()
Definition:
ClusterCompatibility.cc:4
ClusterCompatibility.h
reco::ClusterCompatibility::append
void append(float, int, float)
Definition:
ClusterCompatibility.cc:8
reco::ClusterCompatibility::~ClusterCompatibility
virtual ~ClusterCompatibility()
Definition:
ClusterCompatibility.cc:6
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::ClusterCompatibility::z0
float z0(int i) const
Vertex z position for the i-th vertex-position hypothesis.
Definition:
ClusterCompatibility.h:19
reco::ClusterCompatibility::chi
float chi(int i) const
Definition:
ClusterCompatibility.h:28
reco::ClusterCompatibility::z0_
std::vector< float > z0_
Definition:
ClusterCompatibility.h:36
reco::ClusterCompatibility::nHit_
std::vector< int > nHit_
Definition:
ClusterCompatibility.h:37
Generated for CMSSW Reference Manual by
1.8.14