/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/include/geometry/Hardroc2Board.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 _HARDROC2_BOARD_HH_
00004 #define _HARDROC2_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 #include "tools/SteerDesc.hh"
00016 
00017 //////////////////////////////////////////////////////////////////////////
00018 //      CLASS HardRoc                                                  //
00019 //////////////////////////////////////////////////////////////////////////
00020 class Hardroc2Board : public Board {
00021   public :
00022     Hardroc2Board(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId);
00023     ~Hardroc2Board();
00024 
00025     //------ methods ------------------//
00026   public :
00027     inline const float getXGap() const { return(0); }; // gap between chips in centimeters
00028     inline const float getYGap() const { return(0); };
00029 
00030   private :
00031     virtual void init();
00032 
00033 
00034   protected :
00035     //----- data members --------------//
00036 
00037 };
00038 
00039 #endif // _HARDROC2_BOARD_HH_

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