/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/include/geometry/Hardroc1Channel.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_CHANNEL_HH_
00004 #define _HARDROC1_CHANNEL_HH_
00005 
00006 //////////////////////////////////////////////////////////////////////////
00007 // MICROMEGAS
00008 //
00009 //              HARDROCK CHANNEL FOR MICROMEGAS READOUT
00010 //
00011 //////////////////////////////////////////////////////////////////////////
00012 
00013 #include "geometry/Channel.hh"
00014 
00015 //////////////////////////////////////////////////////////////////////////
00016 ///     CLASS Hardroc1Channel                                               //
00017 //////////////////////////////////////////////////////////////////////////
00018 class Hardroc1Channel : public Channel {
00019   public:
00020     Hardroc1Channel(const Chip& , const i32 aX, const i32 aY, const i32 aId);
00021     ~Hardroc1Channel() ;
00022 
00023   //------ methods --------//
00024   public:
00025     const ui32 getXLength() const { return  10000; };// in micrometer
00026     const ui32 getYLength() const { return  10000; };
00027 
00028 }; // class Hardroc1Channel
00029 
00030 #endif // _HARDROCK_CHANNEL_HH_

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