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