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

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

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