Skip to content

Commit

Permalink
disable displacedRegional for pp_on AA and XeXe (#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
slava77 and slava77devel committed Dec 2, 2023
1 parent a0d9620 commit 5b1e007
Showing 1 changed file with 6 additions and 0 deletions.
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 5b1e007

Please sign in to comment.