Main Page   Compound List   File List   Compound Members  

CsICluster.h

Go to the documentation of this file.
00001 
00002 
00015 class CsICluster
00016 {
00017 public:
00018 
00020         CsICluster(double e, Point p);
00021 
00023         ~CsICluster() {}
00024 
00026 
00028         void setEneLayer(std::vector<double> v){m_eneLayer = v;}
00029         
00031 
00033         double getEneLayer(int i) const {return m_eneLayer[i];}
00034 
00035 private:
00036 
00038         std::vector<double> m_eneLayer;
00039 
00040 };
00041 

Generated at Wed Nov 22 18:53:59 2000 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000