Releases: key4hep/k4RecTracker
Releases · key4hep/k4RecTracker
v0.3.0
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
withAlgTool
-
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)
- Use TrackerHit3D when avaliable, needed after key4hep/EDM4hep#252