Skip to content

v00-07

Compare
Choose a tag to compare
@tmadlener tmadlener released this 07 Oct 07:08
· 15 commits to main since this release

v00-07

  • 2024-10-04 tmadlener (PR#130)

    • Make MC-Reco links comparisons pass even if they are not the same order in EDM4hep and Delphes as long as all the links are present.
  • 2024-10-04 tmadlener (PR#128)

    • Move away from the deprecated Associations to the new Links (seeEDM4hep#341)
      • The MCRecoAssociationCollectionName output configuration parameter has been deprecated and is replaced by RecoMCParticleLinkCollectionName. For the time being both will keep working, but the former will be removed in one of the upcoming releases. The default configuration has been adjusted accordingly.
    • Remove a few long outdated examples
  • 2024-10-04 jmcarcell (PR#127)

    • Use the Key4hepConfig flag to set the standard, compiler flags and rpath magic.
    • Fix compiler warnings that were uncovered by this
  • 2024-07-30 jmcarcell (PR#126)

    • Do not link to GaudiAlgLib
    • Add the necessary changes to the algorithm, use Gaudi::Algorithm, make execute() const and add a const EventContext&
    • Add mutable to some elements that are changed; add const to some functions so that they can be called inside execute(const EventContext&) const
  • 2024-07-29 tmadlener (PR#125)

    • Fix a bug where the event loop was not entered in DelphesROOT_EDM4HEP
  • 2024-07-29 jmcarcell (PR#120)

    • Delete the version checks for Podio before 1.0
  • 2024-07-16 tmadlener (PR#121)

    • Store the dN/dx information from Delphes into a dedicated RecDqdx collection and relate the objects back to the tracks to keep things working after EDM4hep#311
  • 2024-06-26 jmcarcell (PR#119)

    • Don't set setRadiusOfInnermostHit for EDM4hep tracks
  • 2024-05-01 tmadlener (PR#117)

    • Make the ParticleIDs that are populated point back to the ReconstructedParticles they belong to as required by key4hep/EDM4hep#268
  • 2024-03-11 tmadlener (PR#118)

    • Switch to the non-deprecated accessor function after changes in EDM4hep (key4hep/EDM4hep#273)
  • 2024-02-22 tmadlener (PR#113)

    • Switch from edm4hep::TrackerHit to edm4hep::TrackerHit3D after its renaming upstream (key4hep/EDM4hep#252) allowing for a transparent migration.