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

Go to the documentation of this file.
00001 /* @version $Revision: 1742 $ * @modifiedby $Author: jacquem $ * @lastmodified $Date: 2012-05-29 16:34:39 +0200 (Tue, 29 May 2012) $ */
00002 
00003 #ifndef _MICROROC_BOARD_HH
00004 #define _MICROROC_BOARD_HH
00005 
00006 //////////////////////////////////////////////////////////////////////////
00007 // MICROMEGAS
00008 //
00009 //             HardRoc Board for Dirac and Microroc 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 MicrorocBoard : public Board {
00021   public :
00022     MicrorocBoard(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId);
00023     ~MicrorocBoard();
00024 
00025 
00026     //------ methods ------------------//
00027   public :
00028     inline const float getXGap() const { return(0); }; // gap between chips in micrometer
00029     inline const float getYGap() const { return(0); };
00030     void initChipSerialId() ;
00031 
00032   private :
00033     virtual void init();
00034 
00035   protected :
00036     //----- data members --------------//
00037 
00038 };
00039 
00040 #endif // _MICROROC_BOARD_HH

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