/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/include/geometry/Hardroc2Channel.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_CHANNEL_HH_
00004 #define _HARDROC2_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 Hardroc2Channel                                               //
00017 //////////////////////////////////////////////////////////////////////////
00018 class Hardroc2Channel : public Channel {
00019   public:
00020     Hardroc2Channel(const Chip& , const i32 aX, const i32 aY, const i32 aId);
00021     ~Hardroc2Channel() { };
00022 
00023   //------ methods --------//
00024   public:
00025     const ui32 getXLength() const { return  10000; };// in micrometer
00026     const ui32 getYLength() const { return  10000; };
00027 
00028 //    i32 getX() const;
00029 //    i32 getY() const;
00030 
00031 }; // class Hardroc2Channel
00032 
00033 #endif // _HARDROCK_CHANNEL_HH_

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