00001 /* @version $Revision: 1751 $ * @modifiedby $Author: lcdet $ * @lastmodified $Date: 2012-05-30 17:01:35 +0200 (Wed, 30 May 2012) $ */ 00002 00003 #include "geometry/Hardroc2IPNLChannel.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 Hardroc2IPNLChannel::Hardroc2IPNLChannel(const Chip& aChip, const i32 aColumn,const i32 aRow, const i32 aId) 00015 : Channel(aChip, "HardRoc2 IPNL channel", aColumn, aRow, aId) 00016 { 00017 // FILE_LOG(logDEBUG) << "-----Hardroc2IPNLChannel constructor id[ "<< aId << "], aRow[" << aRow << "], aColumn[" << aColumn << "]" << endl; 00018 }