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
MkFitCore
src
Hit.cc
Go to the documentation of this file.
1
#include "
RecoTracker/MkFitCore/interface/Hit.h
"
2
#include "
Matrix.h
"
3
4
namespace
mkfit
{
5
6
void
MCHitInfo::reset
() {}
7
8
void
print
(std::string_view
label
,
const
MeasurementState
&
s
) {
9
std::cout
<<
label
<< std::endl;
10
std::cout
<<
"x: "
<<
s
.parameters()[0] <<
" y: "
<<
s
.parameters()[1] <<
" z: "
<<
s
.parameters()[2] << std::endl
11
<<
"errors: "
<< std::endl;
12
dumpMatrix
(
s
.errors());
13
std::cout
<< std::endl;
14
}
15
16
}
// end namespace mkfit
mkfit
Definition:
MkFitEventOfHits.h:6
Hit.h
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
Matrix.h
label
char const * label
Definition:
PFTauDecayModeTools.cc:11
mkfit::MCHitInfo::reset
static void reset()
Definition:
Hit.cc:6
mkfit::dumpMatrix
void dumpMatrix(Matrix m)
Definition:
MatrixSTypes.h:37
mkfit::print
void print(std::string_view label, const MeasurementState &s)
Definition:
Hit.cc:8
mkfit::MeasurementState
Definition:
Hit.h:121
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
Generated for CMSSW Reference Manual by
1.8.14