Added
- New analysis toolkit prototype added as part of the 'experimental' package.
- Simple analysis example script now available in 'examples/'
Fixed
- Use ConstructedAt + std::swap to replace removed pythonization for TCA
- Octant symmetry was incorrect for B_z when using field maps (reported and fixed by M. Ferro-Luzzi)
- Tof calculation corrected in GenieGenerator.cxx, wrong units previously used.
- Genfit measurements now give the correct detector ID
- Fix TEvePointSetPrintOut
- Event Display: Fix drawing of MC and Geo tracks
Changed
-
Changed the dimension of the cave (ref. https://indico.cern.ch/event/1507466/contributions/6345273/attachments/3003438/5293503/Quick%20Update%20on%20FAIRSHIP%20geometry-1.pdf):
- Updated dimensions of TCC8 and ECN3.
- Added a step in ECN3.
- Removed the coat of the absorber.
- Modified the dimensions of the HA and absorber.
-
Set Decay Volume Medium as helium (previously vacuums),can be explicitly switched to vacuum with --vacuums.
-
Medium of SST boxes will be the same as DecayVolumeMedium (previously, always vacuum)
-
Don't prune tracks (before we were using the CFL option to Track::prune, see https://github.com/GenFit/GenFit/blob/e81adeb07c8643301a1d9f7ae25048557cc72dff/core/include/Track.h#L298)
-
EventCalc LLP event generator
This modification to the EventCalc interface accommodates for generic N-body LLP decays.
Removed
- Remove Millepede
- Remove outdated example shipEvent_ex.py
- Remove ALPACA generator
New Contributors
- @eduard322 made their first contribution in #556
- @Gfrisella made their first contribution in #592
Full Changelog: 24.11...25.01