Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 184
    • Merge requests 184
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !39908

Closed
Created Jan 22, 2021 by Edward Moyse@emoyseOwner
  • Report abuse
Report abuse

Master improvements to muon combined config

  • Overview 40
  • Commits 7
  • Pipelines 8
  • Changes 14

More improvements to try to get new configuration working.

Apologies for the large MR. None of this is running by default - it's either new config or old config disabled by a flag.

This was mostly done by enabling wrapping (it's off by default) and using my comparison script: https://gitlab.cern.ch/emoyse/Scripts/-/blob/master/CompareConfigs.py

e.g. ../../Scripts/CompareConfigs.py --ref oldconfig_before.txt --chk oldconfig_wrapped.txt --ignoreIdentical > compareconfig.txt

I also ran: python -m MuonCombinedConfig.MuonCombinedReconstructionConfig --run --threads=1

It's not yet working unfortunately - the python test can't get the inputs it needs from the available ESDs, and the wrappig fails with missing LRT trackparticles (I think I know why but this is already a very big MR).

More details:

Changes to match old config

  • MuonTrackSummaryHelperToolCfg should use AtlasExtrap
  • InDetTrackSummaryHelperToolCfg should have InDet set to true
  • MooCandidateMatchingToolCfg should use MuonStraightLineExtrap
  • MuonCombinedInDetDetailedTrackSelectorToolCfg uses new AtlasTrackSummaryToolCfg
  • SolenoidalIntersectorCfg has same name as old config, to allow for deduplication
  • misc changes to match naming of oldconfiguration
  • Correct naming of MuonCombinedInDetCandidateAlgCfg and added missing LRT configuration (currently off by default)
  • Add missing MuonAlignmentErrorDbAlg to MuonGeometryConfig and added missed folder for MuonAlign errors

Improvements to configuration:

  • Added AtlasTrackSummaryToolCfg
  • Wrapping Debug commented out (will be removed once debugging finished)
  • switch MuonCreatorTool to use summarytool which knows about ID
  • added some more new flags to wrapping (will eventually need to handle this all properly)
  • MuonCombinedRecoConfig: Need to enable ID via Detector.Reco flags now
Edited Jan 27, 2021 by Edward Moyse
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-improvements-to-MuonCombinedConfig