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
RecoLocalTracker
SiStripRecHitConverter
interface
CrosstalkInversion.h
Go to the documentation of this file.
1
#ifndef SiStripRecHitConverter_InverseCrosstalkMatrix_h
2
#define SiStripRecHitConverter_InverseCrosstalkMatrix_h
3
4
#include <vector>
5
#include <cmath>
6
#include <cstdint>
7
#include "
RecoLocalTracker/SiStripRecHitConverter/interface/ErrorPropogationTypes.h
"
8
9
class
SiStripCluster
;
10
11
namespace
reco
{
12
13
class
InverseCrosstalkMatrix
{
14
public
:
15
InverseCrosstalkMatrix
(
const
unsigned
N
,
const
float
x);
16
float
operator()
(
const
unsigned
i
,
const
unsigned
j
)
const
;
17
18
private
:
19
float
element
(
const
unsigned
,
const
unsigned
)
const
;
20
const
unsigned
N
;
21
const
double
sq
,
lambdaP
,
lambdaM
,
denominator
;
22
23
public
:
24
static
std::vector<stats_t<float> >
unfold
(
const
SiStripCluster
&
q
,
const
float
x);
25
};
26
}
// namespace reco
27
#endif
reco::InverseCrosstalkMatrix::unfold
static std::vector< stats_t< float > > unfold(const SiStripCluster &q, const float x)
Definition:
CrosstalkInversion.cc:7
mps_fire.i
i
Definition:
mps_fire.py:428
reco::InverseCrosstalkMatrix::operator()
float operator()(const unsigned i, const unsigned j) const
Definition:
CrosstalkInversion.cc:52
reco::InverseCrosstalkMatrix
Definition:
CrosstalkInversion.h:13
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::InverseCrosstalkMatrix::N
const unsigned N
Definition:
CrosstalkInversion.h:20
reco::InverseCrosstalkMatrix::lambdaP
const double lambdaP
Definition:
CrosstalkInversion.h:21
reco::InverseCrosstalkMatrix::InverseCrosstalkMatrix
InverseCrosstalkMatrix(const unsigned N, const float x)
Definition:
CrosstalkInversion.cc:45
reco::InverseCrosstalkMatrix::lambdaM
const double lambdaM
Definition:
CrosstalkInversion.h:21
ErrorPropogationTypes.h
submitPVResolutionJobs.q
q
Definition:
submitPVResolutionJobs.py:84
reco::InverseCrosstalkMatrix::denominator
const double denominator
Definition:
CrosstalkInversion.h:21
reco::InverseCrosstalkMatrix::sq
const double sq
Definition:
CrosstalkInversion.h:21
dqmiolumiharvest.j
j
Definition:
dqmiolumiharvest.py:66
SiStripCluster
Definition:
SiStripCluster.h:8
reco::InverseCrosstalkMatrix::element
float element(const unsigned, const unsigned) const
Definition:
CrosstalkInversion.cc:56
Generated for CMSSW Reference Manual by
1.8.16