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
RecoMuon
MuonIdentification
interface
TimeMeasurementSequence.h
Go to the documentation of this file.
1
#ifndef MuonIdentification_TimeMeasurementSequence_h
2
#define MuonIdentification_TimeMeasurementSequence_h
3
13
#include <vector>
14
15
class
TimeMeasurementSequence
{
16
public
:
17
std::vector<double>
dstnc
;
18
std::vector<double>
local_t0
;
19
std::vector<double>
weightTimeVtx
;
20
std::vector<double>
weightInvbeta
;
21
22
double
totalWeightInvbeta
;
23
double
totalWeightTimeVtx
;
24
25
TimeMeasurementSequence
() :
totalWeightInvbeta
(0),
totalWeightTimeVtx
(0) {}
26
};
27
28
#endif
TimeMeasurementSequence::local_t0
std::vector< double > local_t0
Definition:
TimeMeasurementSequence.h:18
TimeMeasurementSequence::totalWeightTimeVtx
double totalWeightTimeVtx
Definition:
TimeMeasurementSequence.h:23
TimeMeasurementSequence::TimeMeasurementSequence
TimeMeasurementSequence()
Definition:
TimeMeasurementSequence.h:25
TimeMeasurementSequence::totalWeightInvbeta
double totalWeightInvbeta
Definition:
TimeMeasurementSequence.h:22
TimeMeasurementSequence::weightTimeVtx
std::vector< double > weightTimeVtx
Definition:
TimeMeasurementSequence.h:19
TimeMeasurementSequence::weightInvbeta
std::vector< double > weightInvbeta
Definition:
TimeMeasurementSequence.h:20
TimeMeasurementSequence::dstnc
std::vector< double > dstnc
Definition:
TimeMeasurementSequence.h:17
TimeMeasurementSequence
Definition:
TimeMeasurementSequence.h:15
Generated for CMSSW Reference Manual by
1.8.16