Skip to content
Snippets Groups Projects
Commit 1ae2a4ef authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'main-fix-FSVSI' into 'main'

ATR-28617: Rename FS LRT sequence to avoid clash with FS VSI

See merge request !68125
parents a85f979a cc790134
No related branches found
No related tags found
1 merge request!68125ATR-28617: Rename FS LRT sequence to avoid clash with FS VSI
......@@ -451,6 +451,7 @@ def createDataFlow(flags, chains, allDicts):
filterOutput = [CFNaming.filterOutName(filterName, inputName) for inputName in filterInput ]
foundCFSeq = [cfseq for cfseq in CFseqList[nstep] if filterName == cfseq.filter.Alg.getName()]
# TODO: Check sequence consistency if skipping, to avoid issues like https://its.cern.ch/jira/browse/ATR-28617
log.debug("Found %d CF sequences with filter name %s", len(foundCFSeq), filterName)
if not foundCFSeq:
sequenceFilter = buildFilter(filterName, filterInput, chainStep.isEmpty)
......
......@@ -15,7 +15,7 @@ def FullScanLRTMenuSequence(flags):
# Construct the full reco sequence
from TriggerMenuMT.HLT.UnconventionalTracking.CommonConfiguration import getCommonInDetFullScanLRTCfg
from TriggerMenuMT.HLT.Jet.JetMenuSequencesConfig import getTrackingInputMaker
reco = InEventRecoCA("UncFSVSIreco",inputMaker=getTrackingInputMaker("ftf"))
reco = InEventRecoCA("UncFSLRTreco",inputMaker=getTrackingInputMaker("ftf"))
reco.mergeReco( getCommonInDetFullScanLRTCfg(flags) )
from ..CommonSequences.FullScanDefs import trkFSRoI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment