Skip to content

v12.0.0

Compare
Choose a tag to compare
@paulgessinger paulgessinger released this 26 Aug 12:49

Breaking

  • Use common units for seed finding (#941) (c020c92)
    The seeding configuration structs SpacePointGridConfig, SeedFilterConfig and SeedFinderConfig change to now use ACTS units.

Chore

  • Update .zenodo.json file to try to fix automatic upload (f64c38a)
  • Update ODD in thirdparty (#940) (e038f14)
  • Update readme with new Zenodo DOI (#908) (7ae0c8e)

Refactor

  • Use context in Json surface writing (#958) (a78f220)
  • Untemplate RootBField writer (#920) (0123060)
  • Use interface to define copyable G4 factory (#918) (a80f03b)
  • Seeding config simplification (#945) (0093d56)
  • Make Detectors constructible without boost po (#923) (f159cce)
  • Make the DigitizationConfigurator usable (#921) (6521c13)
  • Use common units for seed finding (#941) (c020c92)
  • Move TGeoDetector into ActsExamples namespace (#947) (c5bee96)
  • RootVertexPerformanceWriter only writes input time if configured (#929) (72dcfa8)
  • Always create bound state (#936) (cb728a4)

Ci

Documentation

Fix

  • Use material before the first measurement in smoothing (#956) (72eecda)
  • Use width/sqrt(12) in smearing digi config file for generic detector (#957) (7c4a4d1)
  • GeometryView3D default output directory doesn't work. (#954) (4452021)
  • Static initialization of vector of strings (#951) (8ee64d6)
  • Linking issue with public symbol sortDetElementsByID (#930) (effda20)
  • Update jacToGlobal after KF filtering (#935) (b47fe06)
  • SEGFAULT in NuclearInteractionParametrisation (#931) (0321083)

Feature

  • Write out residual pull (#950) (3d67ee8)
  • Add another script executable, add program options (#943) (60c824c)
  • GeometryView3D can write to specified outputDir (#917) (971c537)
  • Add tele digi file (#937) (e8a46d7)
  • Sequencer gets configurable iteration callback (#928) (e506c6c)
  • Add num-vertex option to PG, error check (#939) (42a362c)
  • Add path length branch to RootTrajectoryStatesWriter (#932) (e98107c)
  • Add truth impact parameters to RootTrajectorySummaryWriter (#938) (af0ab90)

Performance

  • Remove extraneous copies in seedfinder (#953) (d04706b)
  • Use map to accelerate parameter estimator (#952) (d74d411)

Build