Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 139
    • Merge requests 139
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !58990

Draft:Fixing bug in FTF config when running with Reco_tf

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Elliot Watton requested to merge ewatton/athena:FTFwithITk_StandaloneConfigVersion_FIX into 22.0 Dec 05, 2022
  • Overview 21
  • Commits 5843
  • Pipelines 3
  • Changes 577+

Fixing a recent bug originating from the set of ITk tracking flags being modified after they have been locked. The flags are locked prior to this config, as this FTF config is included as a postInclude method to the Reco_tf command:

Reco_tf.py --maxEvents=100 --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/mc15_14TeV.900040.PG_singlemu_Pt100_etaFlatnp0_43.recon.RDO.e8185_s3856_r13824/RDO.29831688._000001.pool.root.1 --outputAODFile AOD.root --CA --steering doRAWtoALL --preInclude InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude --postInclude TrigFastTrackFinder.ITkFastTrackFinderStandaloneConfig.ITkFastTrackFinderStandaloneCfg

This has now been fixed by introducing an additional cloning step, creating a set of unlocked flags. These are modified and locked.

Edited Dec 05, 2022 by Elliot Watton
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: FTFwithITk_StandaloneConfigVersion_FIX