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/TMdcDigi.cxx
Go to the documentation of this file.
1
#include "RootEventData/TMdcDigi.h"
2
3
ClassImp
(
TMdcDigi
)
4
5
//************************************************
6
//
7
TMdcDigi::TMdcDigi
() {
8
Clear
();
9
}
10
//************************************************
11
//
12
TMdcDigi::~TMdcDigi
(){
13
Clear
();
14
}
15
/************************************************
16
void TMdcDigi::Clear(Option_t *option) {
17
m_intId =0;
18
m_timeChannel =0;
19
m_chargeChannel =0;
20
}
21
***********************************************
22
void TMdcDigi::Print(Option_t *option) const {
23
TObject::Print(option);
24
std::cout.precision(2);
25
std::cout << "Idetifier: " << m_intId << std::endl;
26
std::cout << "TimeChannel: " << m_timeChannel <<std::endl;
27
std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
28
}
29
void TMdcDigi::initialize(UInt_t id, UInt_t time, UInt_t charge){
30
m_intId = id ;
31
m_timeChannel =time;
32
m_chargeChannel = charge;
33
}
34
***********************************************/
35
36
void
TMdcDigi::setOverflow
(
const
UInt_t overflow) {
37
m_overflow = overflow;
38
}
39
40
41
//Get
42
UInt_t
TMdcDigi::getOverflow
()
const
{
43
return
m_overflow;
44
}
ClassImp
ClassImp(TMdcDigi) TMdcDigi
Definition:
RootEventData-00-05-13/src/TMdcDigi.cxx:3
TMdcDigi
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TMdcDigi.h:7
TMdcDigi::~TMdcDigi
~TMdcDigi()
Definition:
bak_RootEventData-00-05-12/src/TMdcDigi.cxx:12
TMdcDigi::setOverflow
void setOverflow(const UInt_t overflow)
Definition:
bak_RootEventData-00-05-12/src/TMdcDigi.cxx:36
TMdcDigi::getOverflow
UInt_t getOverflow() const
Definition:
bak_RootEventData-00-05-12/src/TMdcDigi.cxx:42
TMdcDigi::TMdcDigi
TMdcDigi()
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
TMdcDigi.cxx
Generated by
1.9.6