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
CommonTools
TrackerMap
src
TmCcu.cc
Go to the documentation of this file.
1
#include "
CommonTools/TrackerMap/interface/TmCcu.h
"
2
#include "
CommonTools/TrackerMap/interface/TmModule.h
"
3
#include <string>
4
5
TmCcu::TmCcu
(
int
crate,
int
slot,
int
ring
,
int
addr
) {
6
idex
=
crate
* 10000000 + slot * 100000 +
ring
* 1000 +
addr
;
7
this->crate =
crate
;
8
value
= 0;
9
count
= 0;
10
red
= -1;
11
text
=
""
;
12
nmod
= 0;
13
cmodid
=
""
;
14
layer
= 0;
15
}
16
17
TmCcu::~TmCcu
() {}
TmCcu::cmodid
std::string cmodid
Definition:
TmCcu.h:15
TmCcu::layer
int layer
Definition:
TmCcu.h:16
TmCcu::count
int count
Definition:
TmCcu.h:11
TmCcu::nmod
int nmod
Definition:
TmCcu.h:14
TmCcu::crate
int crate
Definition:
TmCcu.h:13
generateTowerEtThresholdLUT.addr
addr
Definition:
generateTowerEtThresholdLUT.py:57
TmCcu::~TmCcu
~TmCcu()
Definition:
TmCcu.cc:17
value
Definition:
value.py:1
TmModule.h
TmCcu.h
TmCcu::TmCcu
TmCcu(int crate, int slot, int ring, int addr)
Definition:
TmCcu.cc:5
TmCcu::idex
int idex
Definition:
TmCcu.h:12
TmCcu::red
int red
Definition:
TmCcu.h:8
TmCcu::text
std::string text
Definition:
TmCcu.h:10
relativeConstraints.ring
ring
Definition:
relativeConstraints.py:68
Generated for CMSSW Reference Manual by
1.8.14