/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/src/slowControl/ChamberSlowControl.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 
00004 #include "slowControl/ChamberSlowControl.hh"
00005 
00006 #include <iostream>
00007 #include <fstream>
00008 #include <iomanip>
00009 
00010 //////////////////////////////////////////////////////////////////////////
00011 // Slow Control for chambers
00012 
00013 void ChamberSlowControl::setParams(const MeshParams_t& aMesh, const DriftParams_t& aDrift)
00014 {
00015     mesh = aMesh;
00016     drift = aDrift;
00017 
00018 }
00019 

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