/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h

Go to the documentation of this file.
00001 #ifndef BTOF_GEO_H
00002 #define BTOF_GEO_H 
00003   
00004 class BTofGeo{
00005  public:
00006    BTofGeo() {}
00007    ~BTofGeo(){}
00008  public:  
00009    double getInrad()                const { return m_inrad; }
00010    double getThick()                const { return m_thick; }
00011    double getPhiMax()               const { return m_phiMax; }
00012    double getPhiMin()               const { return m_phiMin; }
00013    double getLength()               const { return m_length; }
00014    void   setInrad(double inrad)    { m_inrad=inrad; }
00015    void   setThick(double thick)    { m_thick=thick; }
00016    void   setPhiMax(double phiMax)  { m_phiMax=phiMax; }
00017    void   setPhiMin(double phiMax)  { m_phiMin=phiMax; }
00018    void   setLength(double length)  { m_length=length; } 
00019  private:
00020    double m_inrad;
00021    double m_thick;
00022    double m_phiMin;
00023    double m_phiMax;
00024    double m_length;
00025 };
00026 #endif             

Generated on Tue Nov 29 23:14:38 2016 for BOSS_7.0.2 by  doxygen 1.4.7