Skip to content

Porting 21.2 Isolation Variables and Selections

Christopher Robyn Hayes requested to merge chhayes/athena:chhayes_isodev into 21.3

In order to use the updated object isolations for performance studies, several packages needed to be updated from 21.2 This MR cherry-picks all of the necessary commits in the following packages:

  • Event/xAOD/xAODPrimitives
  • InnerDetector/InDetRecTools/TrackVertexAssociationTool
  • PhysicsAnalysis/AnalysisCommon/FsrUtils
  • PhysicsAnalysis/AnalysisCommon/IsolationSelection
  • Reconstruction/RecoAlgs/IsolationAlgs/
  • Reconstruction/RecoTools/IsolationTool/

As I only attempted to bring these up to a specific moment in time and be as minimally invasive as possible to other packages, we do not have the most up-to-date commits, but these might be possible without too much trouble.

No new development was performed during these cherry-picks

Merge request reports