Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ETofCal.h

Go to the documentation of this file.
00001 #ifndef ETOF_CAL_H
00002 #define ETOF_CAL_H 
00003   
00004 const unsigned int nEndPar    = 8;
00005 
00006 class ETofCal{
00007  public:
00008    ETofCal() {}
00009    ~ETofCal(){}
00010  public:  
00011    double getP(int i)const{ return m_p[i]; }
00012    void   setP(int i,double p){ m_p[i] = p;}
00013 
00014  private:
00015   double m_p[nEndPar];                         // time calibration constant 
00016 };
00017 #endif             

Generated on Wed Feb 2 15:41:55 2011 for BOSS6.5.5 by  doxygen 1.3.9.1