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
CalibCalorimetry
EcalLaserAnalyzer
interface
TMem.h
Go to the documentation of this file.
1
#ifndef TMem_H
2
#define TMem_H
3
4
#include "TObject.h"
5
#include <vector>
6
7
class
TMem
:
public
TObject {
8
private
:
9
int
_fedid
;
10
std::vector<int>
_memFromDcc
;
11
12
void
init
(
int
);
13
14
public
:
15
// Default Constructor, mainly for Root
16
TMem
();
17
18
// Constructor
19
TMem
(
int
);
20
21
// Destructor: Does nothing
22
~TMem
()
override
;
23
24
bool
isMemRelevant
(
int
);
25
int
Mem
(
int
,
int
);
26
27
ClassDefOverride(
TMem
, 0)
28
};
29
30
#endif
TMem
Definition:
TMem.h:7
TMem::Mem
int Mem(int, int)
Definition:
TMem.cc:41
TMem::_memFromDcc
std::vector< int > _memFromDcc
Definition:
TMem.h:10
TMem::_fedid
int _fedid
Definition:
TMem.h:9
TMem::isMemRelevant
bool isMemRelevant(int)
Definition:
TMem.cc:30
TMem::init
void init(int)
Definition:
TMem.cc:25
TMem::TMem
TMem()
Definition:
TMem.cc:17
TMem::~TMem
~TMem() override
Definition:
TMem.cc:23
Generated for CMSSW Reference Manual by
1.8.14