Skip to content

Releases: key4hep/k4RecTracker

v0.3.0

30 Sep 08:35
Compare
Choose a tag to compare

v0.3.0

  • 2024-09-28 jmcarcell (PR#35)

    • Fix a few warnings after the change Association -> Link
  • 2024-09-27 tmadlener (PR#34)

    • Make sure that histograms keep working / compiling with Gaudi v39
  • 2024-09-24 armin-ilg (PR#33)

    • Update to IDEA_o1_v03 vertex
    • Specify spatial and time resolutions per layer
  • 2024-09-10 jmcarcell (PR#32)

    • Use the Key4hepConfig flag to set the standard, compiler flags and rpath magic.
  • 2024-09-07 jmcarcell (PR#30)

    • Remove the old key4hep nightlies workflow
  • 2024-08-08 BrieucF (PR#28)

    • Add a link between SIM and Digitized VTX hits
    • Change detector model to IDEA_o1_v03 for the VTX tests
  • 2024-08-08 BrieucF (PR#21)

    • Add a transformer to create Tracks out of generated particles
    • Add a consumer that plots the distance between simTrackerHits and a Track
  • 2024-07-27 jmcarcell (PR#26)

    • Add missing k4FWCore::k4Interface when linking, it's needed (although it works fine in the stack) because some files from k4Interface are being included
    • Fix warning about an unused variable
  • 2024-07-27 jmcarcell (PR#25)

    • Change headers and add EventContext in algorithms not to use GaudiAlg
    • Replace GaudiTool with AlgTool
  • 2024-07-04 tmadlener (PR#23)

    • Remove setting a dummy dE/dx value, since the edm4hep::Track will no longer have it after EDM4hep#311
  • 2024-03-19 jmcarcell (PR#20)

    • Add missing GaudiAlgLib, which seems to be giving some problems now in the nightlies
  • 2024-02-26 BrieucF (PR#19)

    • Drift chamber digitized hit are now in global coordinate by default
    • Added an edm4hep association between drift chamber digi and simTrackerHit
    • Add a debug mode in the drift chamber digitizer which produces additional distributions and a digi collection in local coordinates
  • 2024-02-23 jmcarcell (PR#18)

    • Change clone paths in the readme with the new location of this repository
  • 2024-02-23 jmcarcell (PR#17)

v00-02-00

23 Feb 09:42
Compare
Choose a tag to compare

v00-02-00

  • 2024-02-12 tmadlener (PR#16)
    • Add a schema_version to the data model extension to keep it working after podio#556

v00-01

09 Feb 09:10
ef4aaf0
Compare
Choose a tag to compare
v00-01 Pre-release
Pre-release

Very first release. At this point the repository hosts vertex and drift chamber simple digitization algorithms together with prototypes for ARC digitization and tracking.