CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/RootEventData-00-05-13/RootEventData/TLumiDigi.h
Go to the documentation of this file.
1#ifndef DigiRootData_TLumiDigi_H
2#define DigiRootData_TLumiDigi_H 1
3
4#include "TRawData.h"
5
6class TLumiDigi : public TRawData {
7
8public:
9
11
13
14 void setOverflow(const UInt_t overflow);
15
16 //Get
17 UInt_t getOverflow() const;
18
19private:
20
21 UInt_t m_overflow;
22
23 ClassDef(TLumiDigi,1)
24};
25
26#endif
UInt_t getOverflow() const
void setOverflow(const UInt_t overflow)