00001 /* @version $Revision: 1328 $ * @modifiedby $Author: jacquem $ * @lastmodified $Date: 2011-10-03 17:04:17 +0200 (Mon, 03 Oct 2011) $ */ 00002 00003 #include "geometry/DiracChannel.hh" 00004 #include "geometry/Chip.hh" 00005 00006 #include "tools/Log.hh" 00007 #include <iostream> 00008 using namespace std; 00009 00010 //--------------- Constructeurs -------------// 00011 DiracChannel::DiracChannel(const Chip& aChip, const i32 aColumn,const i32 aRow, const i32 aId) 00012 : Channel(aChip, "Dirac channel", aColumn, aRow, aId) 00013 { 00014 // FILE_LOG(logDEBUG) << "-----DiracChannel constructor"<< endl; 00015 }