rseidita
rseidita
@tjavaid I tried running the following workflows locally: 1001.4 1002.3 1002.4 1001.3 141.901 1001.2 1040.0 140.56 1000.0 1001.0 140.57 140.56 1003.0 Run successfully: 1001.4 1002.3 1002.4 1001.3 141.901 1001.2 1040.0...
Thanks a lot @AdrianoDee, I will proceed like this
Hi @tjavaid, I can't open the links apparently, did you use the "Link me" feature of the DQM GUI?
Regardless, this PR only touches files in the `DQMOffline/JetMET` package, so no it should not affect anything in other workspaces as far as I know
Thanks @tjavaid, the links work now. Looking at the logs, I see that the difference is in the HLT results for some events: ``` Found 10 matching events, out of...
Hi Tim, thanks a look for taking the time to look into this. It looks good to me; I will implement your suggestion, test it, and let you know
Something that seems to work is simply adding the `cscMonitor` to the `DQMOfflineMuonDPGExpress` sequence [here](https://github.com/cms-sw/cmssw/blob/9a7db4713cd6e64c39c70144eebe35846b98eed4/DQMOffline/Configuration/python/DQMOffline_cff.py#L71-L73). I checked that, with the POG sequence commented out (the thing that triggered this whole...
@ptcox I checked that this solution works as expected. However, since `cscMonitor` is currently included in [`muonMonitors`](https://github.com/cms-sw/cmssw/blob/bd0bb1c16397f3564e3268986ffde0f46e22652a/DQMOffline/Muon/python/muonMonitors_cff.py#L25-L30), which is called together with `cscSources` in the [Muon POG DQM sequence](https://github.com/cms-sw/cmssw/blob/bd0bb1c16397f3564e3268986ffde0f46e22652a/DQMOffline/Configuration/python/DQMOffline_cff.py#L275-L279), simply...