Skip to content

v10.0.0

Compare
Choose a tag to compare
@paulgessinger paulgessinger released this 28 Jul 09:25

Breaking

  • PR #846 (803bd93)
    Navigator-type State structs are expected to have a reset method with this signature:
    void reset(const GeometryContext& geoContext, const Vector3& pos,
                   const Vector3& dir, NavigationDirection navDir,
                   const Surface* ssurface, const Surface* tsurface);

Build

  • Add option to automatically build the required boost and eigen libraries (#871) (a2f0a63)

Fix

Feature

  • Update OpenDataDetector, refine DD4hep material handling (#895) (0e83c06)
  • Flag material if found (#893) (bb4ba16)
  • Update OpenDataDetector to tip (#889) (9109be1)
  • Introduce TGeoDetectorElementSplitter & splitted detector element constructors (#873) (b14a419)
  • EventRecordingExample did not set up input (#878) (6e94ec0)
  • Make Grid bin count accessible with and without over/underflow bins (#872) (e47dc58)

Documentation

Refactor

Ci

  • Use CVMFS based CI using AIDASoft's GitHub actions (#866) (96f3a3f)