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

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

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