/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/geometry/Hardroc2Channel.cpp

Go to the documentation of this file.
00001 /* @version $Revision: 1624 $ * @modifiedby $Author: lcdet $ * @lastmodified $Date: 2012-03-30 14:49:30 +0200 (Fri, 30 Mar 2012) $ */
00002 
00003 #include "geometry/Hardroc2Channel.hh"
00004 #include "geometry/Chip.hh"
00005 #include "geometry/Board.hh"
00006 #include "geometry/Dif.hh"
00007 #include "geometry/Chamber.hh"
00008 
00009 #include "tools/Log.hh"
00010 #include <iostream>
00011 using namespace std;
00012 
00013 //--------------- Constructeurs -------------//
00014 Hardroc2Channel::Hardroc2Channel(const Chip& aChip, const i32 aColumn,const i32 aRow, const i32 aId)
00015  : Channel(aChip, "HardRoc2 channel", aColumn, aRow, aId)
00016 {
00017 //  FILE_LOG(logDEBUG) << "-----Hardroc2Channel constructor id[ "<< aId << "], aRow["  <<  aRow << "], aColumn[" << aColumn << "]" <<  endl;
00018 }
00019 
00020 
00021 /*
00022 i32 Hardroc2Channel::getX() const
00023 {
00024     i32 x =  Channel::getX();
00025                 return  96 - x;
00026 }
00027 
00028 
00029 
00030 
00031 i32 Hardroc2Channel::getY() const
00032 {
00033     i32 x =  Channel::getY();
00034                 return  96 - x;
00035 }
00036 */

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