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
CommonTools
TrackerMap
src
TmModule.cc
Go to the documentation of this file.
1
#include "
CommonTools/TrackerMap/interface/TmModule.h
"
2
#include <string>
3
4
TmModule::TmModule
(
int
idc,
int
ring
,
int
layer
) {
5
idModule
= idc;
6
this->ring =
ring
;
7
this->layer =
layer
;
8
this->
text
=
""
;
9
notused
=
true
;
10
histNumber
= 0;
11
red
= -1;
12
capvids
=
""
;
13
CcuId
= 0;
14
HVchannel
= 2;
15
}
16
TmModule::~TmModule
() {}
TmModule::histNumber
int histNumber
Definition:
TmModule.h:20
TmModule::idModule
int idModule
Definition:
TmModule.h:25
TmModule::layer
int layer
Definition:
TmModule.h:27
TmModule::notused
bool notused
Definition:
TmModule.h:29
pixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize< TrackerTraits > > layer
Definition:
SimplePixelTopology.h:90
TmModule::text
std::string text
Definition:
TmModule.h:13
TmModule::TmModule
TmModule(int idc, int iring, int ilayer)
Definition:
TmModule.cc:4
TmModule.h
TmModule::capvids
std::string capvids
Definition:
TmModule.h:15
TmModule::HVchannel
short int HVchannel
Definition:
TmModule.h:19
TmModule::~TmModule
virtual ~TmModule()
Definition:
TmModule.cc:16
TmModule::CcuId
int CcuId
Definition:
TmModule.h:16
TmModule::red
int red
Definition:
TmModule.h:10
TmModule::ring
int ring
Definition:
TmModule.h:26
relativeConstraints.ring
ring
Definition:
relativeConstraints.py:68
Generated for CMSSW Reference Manual by
1.8.14