Skip to content

Adding view of the step2 (fastTracking) to the view of step3 (precisionCalo)

As it is discussed here https://its.cern.ch/jira/browse/ATR-18927?focusedCommentId=2778968&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-2778968 to form a complete chain views of each steps should be connected, in the line https://gitlab.cern.ch/dbakshig/athena/blob/linkingFastPrecision/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/PrecisionCaloSequenceSetup.py#L25 by adding precisionCaloViewsMaker.RequireParentView = True I am enabling precisionCalo to have link to fastTracking (https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Egamma/ElectronSequenceSetup.py) step's view. This will be needed when precisionTracking step will be running since it will need information from precisionCalo (step 3) and FastTrack (step 2)

Merge request reports