BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RootEventData/RootEventData-00-03-80/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
12 ~TLumiDigi ();
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
~TLumiDigi()
Definition: TLumiDigi.cxx:9
UInt_t getOverflow() const
Definition: TLumiDigi.cxx:17
void setOverflow(const UInt_t overflow)
Definition: TLumiDigi.cxx:13