Skip to content

Commit

Permalink
Synchronise with CMSSW_11_2_0_pre9
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Dec 29, 2020
1 parent 1168aa8 commit d1564c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/Configuration/python/DQMOffline_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@
run3_GEM.toReplaceWith(DQMOfflineMuon, _run3_GEM_DQMOfflineMuon)

#Taus not created in pp conditions for HI
from Configuration.Eras.Modifier_pp_on_AA_2018_cff import pp_on_AA_2018
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
_DQMOfflineTAU = cms.Sequence()
pp_on_AA_2018.toReplaceWith(DQMOfflineTAU, _DQMOfflineTAU)
pp_on_AA.toReplaceWith(DQMOfflineTAU, _DQMOfflineTAU)


# miniAOD DQM validation
Expand Down

0 comments on commit d1564c4

Please sign in to comment.