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