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

Go to the documentation of this file.
00001 #ifndef RootEventData_TEvtRecEtaToGG_H
00002 #define RootEventData_TEvtRecEtaToGG_H 
00003 
00004 #include "TObject.h"
00005 #include <vector>
00006 
00007 
00008 class TEvtRecEtaToGG : public TObject {
00009 
00010  public:
00011   TEvtRecEtaToGG();
00012   ~TEvtRecEtaToGG();
00013 
00014   
00015   Double_t unconMass() const {return m_unconMass;}
00016   Double_t chisq() const {return m_chisq;}
00017   
00018   Double_t hiPxfit() const {return m_hiPx;}
00019   Double_t hiPyfit() const {return m_hiPy;}
00020   Double_t hiPzfit() const {return m_hiPz;}
00021   Double_t hiPefit() const {return m_hiPe;}
00022 
00023   Double_t loPxfit() const {return m_loPx;}
00024   Double_t loPyfit() const {return m_loPy;}
00025   Double_t loPzfit() const {return m_loPz;}
00026   Double_t loPefit() const {return m_loPe;}
00027 
00028   Int_t  hiEnGamma() const {return m_hiEnGamma;}
00029   Int_t  loEnGamma() const {return m_loEnGamma;}
00030  
00031   
00032   //setters
00033   void setUnconMass(Double_t unconMass) {m_unconMass=unconMass;}
00034   void setChisq(Double_t chisq) { m_chisq = chisq; }
00035   
00036   void setHiPxfit(Double_t hiPx) { m_hiPx = hiPx; }
00037   void setHiPyfit(Double_t hiPy) { m_hiPy = hiPy; }
00038   void setHiPzfit(Double_t hiPz) { m_hiPz = hiPz; }
00039   void setHiPefit(Double_t hiPe) { m_hiPe = hiPe; }
00040   
00041   void setLoPxfit(Double_t loPx) { m_loPx = loPx; }
00042   void setLoPyfit(Double_t loPy) { m_loPy = loPy; }
00043   void setLoPzfit(Double_t loPz) { m_loPz = loPz; }
00044   void setLoPefit(Double_t loPe) { m_loPe = loPe; }
00045   
00046   void setHiEnGamma(Int_t hiEnGamma) {m_hiEnGamma = hiEnGamma;}
00047   void setLoEnGamma(Int_t loEnGamma) {m_loEnGamma = loEnGamma;}
00048   
00049   
00050  private:
00051   Double_t m_unconMass;
00052   Double_t m_chisq;
00053   
00054   Double_t m_hiPx;
00055   Double_t m_hiPy;
00056   Double_t m_hiPz;
00057   Double_t m_hiPe;
00058   
00059   Double_t m_loPx;
00060   Double_t m_loPy;
00061   Double_t m_loPz;
00062   Double_t m_loPe;
00063 
00064   Int_t m_hiEnGamma;
00065   Int_t m_loEnGamma;
00066   
00067   
00068   ClassDef(TEvtRecEtaToGG, 1)
00069 };
00070 #endif
00071   

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