CGEM BOSS
6.6.5.f
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
RootEventData-00-05-13/src/TCgemDigi.cxx
Go to the documentation of this file.
1
#include "RootEventData/TCgemDigi.h"
2
3
ClassImp
(
TCgemDigi
)
4
5
//************************************************
6
//
7
TCgemDigi::TCgemDigi
() {
8
Clear
();
9
}
10
//************************************************
11
//
12
TCgemDigi::~TCgemDigi
(){
13
Clear
();
14
}
15
/***********************************************
16
void TCgemDigi::Clear(Option_t *option) {
17
m_id =0;
18
TRawData::Clear();
19
}
20
// ***********************************************
21
void TCgemDigi::Print(Option_t *option) const {
22
TObject::Print(option);
23
std::cout.precision(2);
24
std::cout << "Idetifier: " << m_id << std::endl;
25
TRawData::Print();
26
}
27
**********************************************
28
//Get
29
UInt_t TCgemDigi::getIntId() const {
30
return m_id;
31
}
32
33
void TCgemDigi::initialize(UInt_t id, UInt_t time, UInt_t charge){
34
m_id = id;
35
TRawData::initialize(0,time,charge);
36
}
37
**********************************************/
38
39
void
TCgemDigi::setOverflow
(
const
UInt_t overflow) {
40
m_overflow = overflow;
41
}
42
43
44
//Get
45
UInt_t
TCgemDigi::getOverflow
()
const
{
46
return
m_overflow;
47
}
ClassImp
ClassImp(TCgemDigi) TCgemDigi
Definition:
RootEventData-00-05-13/src/TCgemDigi.cxx:3
TCgemDigi
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TCgemDigi.h:8
TCgemDigi::TCgemDigi
TCgemDigi()
TCgemDigi::~TCgemDigi
~TCgemDigi()
Definition:
bak_RootEventData-00-05-12/src/TCgemDigi.cxx:12
TCgemDigi::getOverflow
UInt_t getOverflow() const
Definition:
bak_RootEventData-00-05-12/src/TCgemDigi.cxx:45
TCgemDigi::setOverflow
void setOverflow(const UInt_t overflow)
Definition:
bak_RootEventData-00-05-12/src/TCgemDigi.cxx:39
TRawData::Clear
void Clear(Option_t *option="")
Definition:
bak_RootEventData-00-05-12/src/TRawData.cxx:18
source
Event
RootEventData
RootEventData-00-05-13
src
TCgemDigi.cxx
Generated by
1.9.6