78 if (newval!=
True and newval!=
False):
80 newval=string.atoi(newval)
83 newval=string.atof(newval)
87 tasks=[hcalDigiMonitor,hcalRecHitMonitor,hcalHotCellMonitor,hcalDeadCellMonitor,
88 hcalRawDataMonitor, hcalBeamMonitor, hcalTrigPrimMonitor, hcalNZSMonitor,
89 hcalDataIntegrityMonitor, hcalDetDiagLaserMonitor, hcalDetDiagLEDMonitor,
90 hcalDetDiagNoiseMonitor, hcalDetDiagPedestalMonitor, hcalCoarsePedestalMonitor,
91 hcalDetDiagTimingMonitor, hcalLSbyLSMonitor]
95 cmd=
"process.%s.%s=%s"%(i,param,value)
97 cmd=
"process.%s.%s='%s'"%(i,param,value)
101 print "Could not execute command '%s'"%cmd