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
TmApvPair.cc
Go to the documentation of this file.
1
#include "
CommonTools/TrackerMap/interface/TmApvPair.h
"
2
#include "
CommonTools/TrackerMap/interface/TmModule.h
"
3
#include <string>
4
5
TmApvPair::TmApvPair
(
int
connId,
int
crate) {
6
idex
= connId;
7
this->crate =
crate
;
8
value
= 0;
9
count
= 0;
10
red
= -1;
11
text
=
""
;
12
}
13
14
TmApvPair::~TmApvPair
() {}
TmApvPair::text
std::string text
Definition:
TmApvPair.h:12
TmApvPair::~TmApvPair
~TmApvPair()
Definition:
TmApvPair.cc:14
TmApvPair::red
int red
Definition:
TmApvPair.h:10
TmApvPair.h
value
Definition:
value.py:1
TmModule.h
TmApvPair::count
int count
Definition:
TmApvPair.h:13
TmApvPair::crate
int crate
Definition:
TmApvPair.h:15
TmApvPair::idex
int idex
Definition:
TmApvPair.h:14
TmApvPair::TmApvPair
TmApvPair(int ident, int crate)
Definition:
TmApvPair.cc:5
Generated for CMSSW Reference Manual by
1.8.14