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 167
    • Merge requests 167
  • 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
  • !58913

Iso photons

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Fernando Monticelli requested to merge fernando/athena:IsoPhotons into master Dec 01, 2022
  • Overview 33
  • Commits 9
  • Pipelines 2
  • Changes 7

This MR is to write out the isolated photons at HLT in a separated container. The logic is the following:

  • PrecisionPhoton stage creates xAOD photons
  • PrecisionPhotonCaliIso pick up those photons as input and:
    • create a new Output Container HLT_egamma_Iso_Photons
    • copy there the input photons
  • Run the isolation tool on the new created output container which decorates them
  • apply hypothesis

Inside Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionPhotonCaloIsoHypoAlg.cxx:

  • Output collection is created at initialize (key configured via properties)
  • in execute loop when looping over input container, photons are copied over the output container and on them the HypoTool, which cals the isolation tool and decorate the photons on which the hypothesis requirement is applied

This is expected to fix ATR-26332

Pinging @safarzad @eegidiop and @dbakshig

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: IsoPhotons