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

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 #include "geometry/Hardroc1Board.hh"
00004 #include "geometry/Hardroc1Chip.hh"
00005 #include "geometry/Dif.hh"
00006 
00007 #include <iostream>
00008 #include "tools/Log.hh"
00009 
00010 using namespace std;
00011 
00012 //--------------- Constructor -------------//
00013 Hardroc1Board::Hardroc1Board(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId)
00014       : Board(aChamber, aCol, aRow, nbColumns, nbRows, aId) 
00015 {
00016 //  FILE_LOG(logDEBUG) << "---Hardroc1Board constructor, id " << id << endl;
00017 //  init();
00018   //FILE_LOG(logDEBUG) << *this << endl;
00019 }
00020 
00021 //--------------- Destructor -------------//
00022 
00023 Hardroc1Board::~Hardroc1Board()
00024 {
00025   //FILE_LOG(logDEBUG) << "---Hardroc1Board destructor" << endl;
00026 }
00027 
00028 //--------------------------//
00029 void Hardroc1Board::init()
00030 {
00031 }

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