Skip to content
Snippets Groups Projects

Modifying precisionElectronHypo so it can explicitly pass event context explicitly

Merged Debottam Bakshi Gupta requested to merge dbakshig/athena:sanitizingHypo into master
All threads resolved!

In the precisionElectronHypo where we use likelihood selection, we need to calculate and monitor some variables with IAsgElectronLikelihoodTool.h which needs explicit passing of event context e.g. https://gitlab.cern.ch/atlas/athena/-/blob/master/PhysicsAnalysis/Interfaces/EgammaAnalysisInterfaces/EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h#L53 . With this MR I am enabling current precisionElectronHypo to pass event context. Would like to know if I am doing it right way although it passes all the tests. Adding @tamartin , @fernando also @christos .

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Matt LeBlanc
  • @dbakshig that's right, the warnings don't come from this MR.

    Let me know about the debug lines, if they're intended to remain this can probably move ahead ...

    MLB (L1)

  • Hi @mleblanc ,

    Thanks for noticing actually I would like to keep const int cutIndex = findCutIndex( absEta ); Let me push the changes.

    Thanks, Debo.

  • Hi @mleblanc ,

    Apologies I misunderstood please go ahead with the MR those debug lines were there all along. I don't think it hurts.

    Thanks, Debo.

  • Matt LeBlanc resolved all threads

    resolved all threads

  • OK, sounds good. I think this can go forward then ...

    MLB (L1)

  • added review-approved label and removed review-pending-level-1 label

  • Sure Thanks, Debo.

  • merged

  • Edward Moyse mentioned in commit 8b52aabf

    mentioned in commit 8b52aabf

  • Please register or sign in to reply
    Loading