Skip to content

Commit

Permalink
support hltMergedTracks in common track selection and refitting sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jul 25, 2023
1 parent 763ba59 commit e0a8bd5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def getSequence(process, collection,

if collection in ("ALCARECOTkAlMinBias", "generalTracks",
"ALCARECOTkAlMinBiasHI", "hiGeneralTracks",
"ALCARECOTkAlJetHT", "ALCARECOTkAlDiMuonVertexTracks"):
"ALCARECOTkAlJetHT", "ALCARECOTkAlDiMuonVertexTracks",
"hltMergedTracks"):
options["TrackSelector"]["Alignment"].update({
"ptMin": 1.0,
"pMin": 8.,
Expand Down

0 comments on commit e0a8bd5

Please sign in to comment.