Skip to content

Commit

Permalink
disable displacedRegional for pp_on AA and XeXe (cms-sw#104)
Browse files Browse the repository at this point in the history
* add short-circuit parts for jetCore with fastSim and seedingDeepCore [repeat]

* disable displacedRegional for pp_on AA and XeXe

---------

Co-authored-by: Slava Krutelyov <slava77@cern.ch>
  • Loading branch information
2 people authored and Zhenbin Wu committed Feb 14, 2024
1 parent 30d4c7c commit 461c1bc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
"muonSeededTracksOutInClassifier"
]
)
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
from Configuration.Eras.Modifier_pp_on_XeXe_2017_cff import pp_on_XeXe_2017
(pp_on_AA | pp_on_XeXe_2017).toModify(displacedRegionalStepInputTracks,
trackProducers = [],
inputClassifiers = []
)

0 comments on commit 461c1bc

Please sign in to comment.