BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TLumiDigi.cxx
Go to the documentation of this file.
1#include "RootEventData/TLumiDigi.h"
2
4
6
8
9void TLumiDigi::setOverflow( const UInt_t overflow ) { m_overflow = overflow; }
10
11UInt_t TLumiDigi::getOverflow() const { return m_overflow; }
ClassImp(TLumiDigi)
UInt_t getOverflow() const
Definition TLumiDigi.cxx:11
void setOverflow(const UInt_t overflow)
Definition TLumiDigi.cxx:9
void Clear(Option_t *option="")
Definition TRawData.cxx:14