/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/ETofSim.h

Go to the documentation of this file.
00001 #ifndef ETOF_SIM_H
00002 #define ETOF_SIM_H 
00003   
00004 class ETofSim{
00005  public:
00006    ETofSim() {}
00007    ~ETofSim(){}
00008  public:
00009    double getGain()                     const { return m_gain;         }
00010    double getAttenLength()              const { return m_length;       }
00011    double getNoiseSmear()               const { return m_noisesmear;   }
00012 
00013  public:
00014    void setGain( double gain )                { m_gain = gain;     }
00015    void setAttenLength( double length )       { m_length = length; }
00016    void setNoiseSmear( double noisesmear )    { m_noisesmear = noisesmear; }
00017 
00018  private:
00019    double m_gain;
00020    double m_length;
00021    double m_noisesmear;
00022 
00023 };
00024 
00025 #endif

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