Functions | |
def | setZDCTaskValues |
Variables | |
tuple | zdcMonitor |
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
Definition at line 4 of file ZDCMonitorModule_cfi.py.