BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TLumiDigi.cxx
Go to the documentation of this file.
2
4
6 Clear();
7}
8
10 Clear();
11}
12
13void TLumiDigi::setOverflow(const UInt_t overflow) {
14 m_overflow = overflow;
15}
16
17UInt_t TLumiDigi::getOverflow() const {
18 return m_overflow;
19}
20
ClassImp(TLumiDigi) TLumiDigi
Definition: TLumiDigi.cxx:3
~TLumiDigi()
Definition: TLumiDigi.cxx:9
UInt_t getOverflow() const
Definition: TLumiDigi.cxx:17
void setOverflow(const UInt_t overflow)
Definition: TLumiDigi.cxx:13
void Clear(Option_t *option="")
Definition: TRawData.cxx:18