00001
00002 #ifndef _HARDROCKCHAMBER6_HH_
00003 #define _HARDROCKCHAMBER6_HH_
00004
00005
00006
00007
00008
00009
00010
00011 #include "Chamber.hh"
00012
00013
00014
00015
00016 class HardRockChamber6 : public Chamber {
00017
00018 public:
00019 HardRockChamber6(const i32 aX, const i32 aY, const i32 aZ, const ui32 nbColumns, const ui32 nbRows,const i32 id);
00020 ~HardRockChamber6();
00021
00022 public:
00023
00024 void print(void) const;
00025 unsigned int getNumberOfBoards() const { return 1; }
00026
00027 const ui32 getXGap() const { return(0); };
00028 const ui32 getYGap() const { return(0); };
00029 const ui32 getXLength() const ;
00030 const ui32 getYLength() const ;
00031 protected :
00032 void init();
00033
00034 protected :
00035
00036
00037 };
00038
00039 #endif // _HARDROCKCHAMBER6_HH_