Releases: Mu2e/Offline
v13_00_07
v13_00_06
What's Changed
- Update trigger tools by @michaelmackenzie in #1667
- added Crv digi mixer/merger by @ehrlich-uva in #1671
Full Changelog: v13_00_04...v13_00_06
First release of Run1B
What's Changed
- Update trigger tools by @michaelmackenzie in #1667
- Run1B by @oksuzian in #1673
Full Changelog: v13_00_04...v13_00_05
CRV reco tuning, TriggerInfo module, and tracking Ptr collections
CRV Reco – Use TSpectrum for SPE peak finding in calibration, make initialClusterMaxDistance sector-specific, tune coincidence parameters (tighter slopes, adjusted PE thresholds), and disable pulse overlaps by default.
CRV Response – Fix photon generator to only skip out-of-window steps for on-spill events; refactor CrvMCHelper to use EventWindowMarker handle directly.
Trigger – Add TriggerInfoToCollections module to create Ptr collections from TriggerInfo objects.
RecoDataProducts – Add HelixSeedPtr, TimeClusterPtr, and their collection typedefs; extend BkgCluster to store hit positions and z-coordinate.
CommonMC – Add SurfaceStepCollection to NullMCPrimary module.
CRV MC timing fix and TrackPID fix
#1661 – Update TrkPID’s use of KalSegment to avoid rare crash in Production
Changes TrackPID to use momentum3() from KalSegment, removing a rare dereference crash seen in production.
#1662 – Add time wrapping in weighted CRV sim time averaging
Fixes CRV MC average hit-time calculation by applying proper modulo wrapping within the event window for both on-spill and off-spill events.
#1665 – Fix typo
Corrects a small typo introduced in the new CRV MC timing code from #1662.
CRV refinements, GRL tool cleanup
#1655 – initialize electron mass
Fixes uninitialized electron mass in TrackPID, improving numerical stability.
#1654 – added missing library in CMakeLists.txt for CRVReco
Updates CRVReco CMake to link the required library and fix build issues.
#1660 – several small CRV bug fixes
Improves CRV calibration/DQM behavior and exposes additional CRV user variables for configuration.
#1658 – move grlTool to parseCLI
Refactors grlTool to use parseCLI, simplifies constructors, improves help text, and cleans up clang-tidy warnings.
v13_00_01
Fix Mu2eKinKal fit exceptions on some pathological tracks.
v13_00_00
Skip ahead in major version number to synchronize with DAQ.
v11_01_00
Tag for production.
v11_00_00
First tag for use with run1_a default, for MDC2025 production.