/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/RootEventData/TLumiDigi.h

Go to the documentation of this file.
00001 #ifndef DigiRootData_TLumiDigi_H
00002 #define DigiRootData_TLumiDigi_H 1
00003 
00004 #include "TRawData.h"
00005 
00006 class TLumiDigi : public TRawData {
00007     
00008 public:
00009     
00010     TLumiDigi();
00011     
00012     ~TLumiDigi ();
00013     
00014     void setOverflow(const UInt_t  overflow);
00015 
00016     //Get 
00017     UInt_t  getOverflow() const;
00018     
00019 private:
00020 
00021     UInt_t  m_overflow;
00022 
00023     ClassDef(TLumiDigi,1)
00024 };
00025 
00026 #endif 

Generated on Tue Nov 29 23:11:40 2016 for BOSS_7.0.2 by  doxygen 1.4.7