CMS 3D CMS Logo

Functions | Variables

ZDCMonitorModule_cfi Namespace Reference

Functions

def setZDCTaskValues

Variables

tuple zdcMonitor

Function Documentation

def ZDCMonitorModule_cfi::setZDCTaskValues (   process)

Definition at line 43 of file ZDCMonitorModule_cfi.py.

00044                              :
00045     # If you import this function directly, you can then set all the individual subtask values to the global settings
00046     # (This is useful if you've changed the global value, and you want it to propagate everywhere)
00047 
00048     # set checkNevents -- soon to be deprecated in favor of checking once/lumi block
00049     checkNevents = deepcopy(process.checkNevents.value())
00050     process.ZDCMonitor_checkNevents                     = checkNevents
00051     
00052     # set pedestalsInFC
00053     pedestalsInFC = deepcopy(process.pedestalsInFC.value())
00054     return

Variable Documentation

Definition at line 4 of file ZDCMonitorModule_cfi.py.