/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/include/geometry/DiracBoard.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 _DIRAC_BOARD_HH_
00004 #define _DIRAC_BOARD_HH_
00005 
00006 //////////////////////////////////////////////////////////////////////////
00007 // MICROMEGAS
00008 //
00009 //             Dirac Board for Dirac and Hardroc boards
00010 //
00011 //////////////////////////////////////////////////////////////////////////
00012 
00013 #include "mTypes.h"
00014 #include "geometry/Board.hh"
00015 
00016 //////////////////////////////////////////////////////////////////////////
00017 //      CLASS Dirac                                                  //
00018 //////////////////////////////////////////////////////////////////////////
00019 class DiracBoard : public Board {
00020   public :
00021     DiracBoard(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId);
00022     ~DiracBoard();
00023 
00024 
00025 
00026     //------ methods ------------------//
00027   public :
00028     inline const float getXGap() const { return(0); }; // gap between chips in centimeters
00029     inline const float getYGap() const { return(0); };
00030   private :
00031     virtual void init();
00032 
00033   protected :
00034     //----- data members --------------//
00035 
00036 };
00037 
00038 #endif // _DIRAC_BOARD_HH_

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