...
- provide module level maps for "Inactive Hits" and pull distributions with the same structure as the available residuals distributions.
Unknown User (sfolguer)Status colour Green title DONE Move the LS trends in trends each 10 LS: using the “LumiBlock” instead of “Lumisection” in the offline, in Online we could keep single LS granularity (need to add a switch, like the “PerModule” to allow different specs in Online and Offline)
Unknown User (sfolguer)Status colour RedGreen title PENDINGDONE INFO FROM FRANCESCO:
as an example look here https://github.com/cms-sw/cmssw/blob/master/DQM/SiPixelPhase1Common/python/HistogramManager_cfi.py#L154
the point is to change the "Lumisection" with "LumiBlock" used here https://github.com/cms-sw/cmssw/blob/master/DQM/SiPixelPhase1Digis/python/SiPixelPhase1Digis_cfi.py#L91 as an example. However we have to keep the possibility to use the simple Lumisection in Online, this require to add a cpl of switches "Online" and "Offline" to those available here https://github.com/cms-sw/cmssw/blob/master/DQM/SiPixelPhase1Digis/python/SiPixelPhase1Digis_cfi.py#L91 and keep the "Lumisection" when Online is true, while the "LumiBlock" when it is false.
...