v00-07
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
Association
s to the newLink
s (seeEDM4hep#341)- The
MCRecoAssociationCollectionName
output configuration parameter has been deprecated and is replaced byRecoMCParticleLinkCollectionName
. 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.
- The
- Remove a few long outdated examples
- Move away from the deprecated
-
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
, makeexecute()
const and add aconst 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
- Fix a bug where the event loop was not entered in
-
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
- Store the dN/dx information from Delphes into a dedicated
-
2024-06-26 jmcarcell (PR#119)
- Don't set setRadiusOfInnermostHit for EDM4hep tracks
-
2024-05-01 tmadlener (PR#117)
- Make the
ParticleID
s that are populated point back to theReconstructedParticle
s they belong to as required by key4hep/EDM4hep#268
- Make the
-
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
toedm4hep::TrackerHit3D
after its renaming upstream (key4hep/EDM4hep#252) allowing for a transparent migration.
- Switch from