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

Go to the documentation of this file.
00001 #ifndef RootEventData_TRecEvTime_H
00002 #define RootEventData_TRecEvTime_H 1
00003 
00004 #include "TObject.h"
00005 #include <vector>
00006 
00007 
00008 using namespace std;
00009 
00010 class TRecEvTime : public TObject {
00011     
00012 public:
00013     
00014     TRecEvTime();
00015     
00016     ~TRecEvTime ();
00017     
00018     
00019  //   void Clear(Option_t *option ="");
00020 
00021  //    void PrInt_t(Option_t *option="") const;
00022 
00023 //Get
00024 
00025     Int_t     status()   const { return m_status; }
00026     Double_t  estime()   const { return m_estime; }
00027     Double_t  quality()  const { return m_quality;}
00028    // Set
00029     void  setTest ( Double_t estime ) { m_estime = estime; }
00030     void  setStats( Int_t    status ) { m_status = status; }
00031     void  setQuality( Double_t quality ) { m_quality = quality; }
00032   
00033 private:
00034     Int_t  m_status;
00035     Double_t m_estime;
00036     Double_t m_quality;
00037 
00038     //vector<MucRecHit> m_vecHits;
00039 
00040     ClassDef(TRecEvTime,3)
00041 };
00042 
00043 #endif 

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