Skip to content

Commit

Permalink
revert the reco tag change for run3
Browse files Browse the repository at this point in the history
  • Loading branch information
Long committed Apr 14, 2022
1 parent 5e62cc3 commit b2891e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DQM/HcalTasks/python/OfflineSourceSequence_pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
)

from Configuration.Eras.Modifier_run3_HB_cff import run3_HB
### reverting the reco tag setting that inherited from run2
run3_HB.toModify(hcalGPUComparisonTask,
tagHBHE_ref = "hbhereco@cpu",
tagHBHE_target = "hbhereco@cuda"
)
run3_HB.toModify(recHitTask,
tagHBHE = "hbhereco"
)
_phase1_hcalOnlyOfflineSourceSequence = hcalOnlyOfflineSourceSequence.copy()
_phase1_hcalOnlyOfflineSourceSequence.replace(recHitPreRecoTask, recHitTask)
run3_HB.toReplaceWith(hcalOnlyOfflineSourceSequence, _phase1_hcalOnlyOfflineSourceSequence)
Expand Down

0 comments on commit b2891e0

Please sign in to comment.