Skip to content

Commit

Permalink
Merge pull request #39939 from francescobrivio/alca-fix_autoDQM_12_4_X
Browse files Browse the repository at this point in the history
[12_4_X] Fix rerecoCommon DQM sequence
  • Loading branch information
cmsbuild committed Nov 2, 2022
2 parents f83efeb + f31f711 commit 66e6b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/Configuration/python/autoDQM.py
Expand Up @@ -178,9 +178,9 @@
'PostDQMOffline',
'@common+@muon+@L1TMon+@hcal+@jetmet+@ecal+@egamma'],

'rerecoCommon': ['@common+@muon+@hcal+@jetmet+@ecal+@egamma+@L1TMuon+@L1TEgamma+@ctpps',
'rerecoCommon': ['@common+@muon+@L1TMon+@hcal+@jetmet+@ecal+@egamma+@L1TMuon+@L1TEgamma+@ctpps',
'PostDQMOffline',
'@common+@muon+@hcal+@jetmet+@ecal+@egamma+@L1TMuon+@L1TEgamma+@ctpps'],
'@common+@muon+@L1TMon+@hcal+@jetmet+@ecal+@egamma+@L1TMuon+@L1TEgamma+@ctpps'],

'rerecoSingleMuon': ['@common+@muon+@hcal+@jetmet+@ecal+@egamma+@lumi+@L1TMuon+@L1TEgamma+@ctpps',
'PostDQMOffline',
Expand Down

0 comments on commit 66e6b9b

Please sign in to comment.