Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 Wed Feb 2 15:41:40 2011 for BOSS6.5.5 by  doxygen 1.3.9.1