/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/include/geometry/Hardroc1Board.hh

Go to the documentation of this file.
00001 /* @version $Revision: 1328 $ * @modifiedby $Author: jacquem $ * @lastmodified $Date: 2011-10-03 17:04:17 +0200 (Mon, 03 Oct 2011) $ */
00002 
00003 #ifndef _HARDROC1_BOARD_HH_
00004 #define _HARDROC1_BOARD_HH_
00005 
00006 //////////////////////////////////////////////////////////////////////////
00007 // MICROMEGAS
00008 //
00009 //             HardRoc Board for Dirac and Hardroc boards
00010 //
00011 //////////////////////////////////////////////////////////////////////////
00012 
00013 #include "mTypes.h"
00014 #include "geometry/Board.hh"
00015 
00016 //////////////////////////////////////////////////////////////////////////
00017 //      CLASS HardRoc                                                  //
00018 //////////////////////////////////////////////////////////////////////////
00019 class Hardroc1Board : public Board {
00020   public :
00021     Hardroc1Board(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId);
00022     ~Hardroc1Board();
00023 
00024     //------ methods ------------------//
00025   public :
00026     inline const float getXGap() const { return(0); }; // gap between chips in centimeters
00027     inline const float getYGap() const { return(0); };
00028 
00029   private :
00030     virtual void init();
00031 
00032   protected :
00033     //----- data members --------------//
00034 
00035 };
00036 
00037 #endif // _HARDROC1_BOARD_HH_

Generated on Mon Jan 7 13:15:20 2013 for MicromegasFramework by  doxygen 1.4.7