Skip to content

ISFParticleVector to ISFParticleContainer

Liza Mijovic requested to merge lmijovic/athena:isf_namesp into 22.0

Moving ISFParticleVector typedef to ISFParticleContainer.h

This MR is a preparation for a bigger change to ISF, which will require new typedefs for unique pointer containers of ISFParticles.

  • Aim is to use ISFParticleContainer.h for simple ISFParticle typedefs
  • To do this, I move ISFParticleVector typedefs from ISFParticleVector.h to ISFParticleContainer.h
  • The files which are #including ISFParticleVector.h require a corresponding change of the #include (ISF_Core ISF_FastCaloSim ISF_Fatras ISF_Geant4)

With new type-defs, this will avoid proliferation of .h-s and #includes & improve clarity.

Edited by Liza Mijovic

Merge request reports