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
Alignment
APEEstimation
interface
ReducedTrackerTreeVariables.h
Go to the documentation of this file.
1
#ifndef ReducedTrackerTreeVariables_h
2
#define ReducedTrackerTreeVariables_h
3
4
// For ROOT types with '_t':
5
#include <Rtypes.h>
6
7
// container to hold those static module parameters needed for correct xPrime-Residual calculation (and others), determined with ideal geometry
8
struct
ReducedTrackerTreeVariables
{
9
ReducedTrackerTreeVariables
() { this->
clear
(); }
10
11
void
clear
() {
12
subdetId
= 0;
13
nStrips
= 0;
14
uDirection
=
vDirection
=
wDirection
= 0;
15
}
16
17
UInt_t
subdetId
,
nStrips
;
18
Int_t
uDirection
,
vDirection
,
wDirection
;
19
};
20
21
#endif
ReducedTrackerTreeVariables::uDirection
Int_t uDirection
Definition:
ReducedTrackerTreeVariables.h:18
ReducedTrackerTreeVariables::ReducedTrackerTreeVariables
ReducedTrackerTreeVariables()
Definition:
ReducedTrackerTreeVariables.h:9
ReducedTrackerTreeVariables::clear
void clear()
Definition:
ReducedTrackerTreeVariables.h:11
ReducedTrackerTreeVariables
Definition:
ReducedTrackerTreeVariables.h:8
ReducedTrackerTreeVariables::wDirection
Int_t wDirection
Definition:
ReducedTrackerTreeVariables.h:18
ReducedTrackerTreeVariables::vDirection
Int_t vDirection
Definition:
ReducedTrackerTreeVariables.h:18
ReducedTrackerTreeVariables::subdetId
UInt_t subdetId
Definition:
ReducedTrackerTreeVariables.h:17
ReducedTrackerTreeVariables::nStrips
UInt_t nStrips
Definition:
ReducedTrackerTreeVariables.h:17
Generated for CMSSW Reference Manual by
1.8.14