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

Go to the documentation of this file.
00001 /* @version $Revision: 1764 $ * @modifiedby $Author: lcdet $ * @lastmodified $Date: 2012-06-07 16:58:43 +0200 (Thu, 07 Jun 2012) $ */
00002 
00003 #include "geometry/MicrorocBoard.hh"
00004 #include "geometry/MicrorocChip.hh"
00005 #include "geometry/Dif.hh"
00006 
00007 #include <iostream>
00008 #include "tools/Log.hh"
00009 
00010 using namespace std;
00011 
00012 
00013 
00014 //--------------- Constructor -------------//
00015 MicrorocBoard::MicrorocBoard(const Chamber& aChamber, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows,const i32 aId)
00016       : Board(aChamber, aCol, aRow, nbColumns, nbRows, aId) 
00017 {
00018     FILE_LOG(logDEBUG1)<< "MicrorocBoard Constructeur aRow " << aRow << ", aCol:" << aCol <<  " id:" << aId <<  endl;
00019     init();
00020 
00021 }
00022 
00023 //--------------- Destructor -------------//
00024 
00025 MicrorocBoard::~MicrorocBoard()
00026 {
00027   FILE_LOG(logDEBUG1) << "---MicrorocBoard destructor" << endl;
00028 }
00029 
00030 
00031 //--------------- init -------------//
00032 void MicrorocBoard::init()
00033 {
00034 }
00035 

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