Skip to content

Commit 7ae7611

Browse files
Add release notes for sbndcode v10.14.00.01
Added release notes for sbndcode v10.14.00.01, including new features, bug fixes, and updated dependencies.
1 parent cd835eb commit 7ae7611

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: page
3+
title: ReleaseNotes10140001
4+
toc: true
5+
---
6+
7+
-----------------------------------------------------------------------------
8+
| v10.14.00.01 | 26 Nov 2025 | [ReleaseNotes](ReleaseNotes10140001.html) |
9+
| --- | --- | --- |
10+
11+
12+
13+
sbndcode v10_14_00_01 Release Notes
14+
=======================================================================================
15+
16+
[List of sbndcode releases](List_of_SBND_code_releases.html)
17+
18+
Download instructions for [sbndcode v10_14_00_01](http://scisoft.fnal.gov/scisoft/bundles/sbnd/v10_14_00_01/sbndcode-v10_14_00_01.html)
19+
20+
Purpose
21+
---------------------------------------------------
22+
23+
New features
24+
---------------------------------------------------
25+
26+
Bug fixes
27+
---------------------------------------------------
28+
29+
Updated dependencies
30+
---------------------------------------------------
31+
32+
Supported qualifiers
33+
---------------------------------------------------
34+
35+
Change List
36+
==========================================
37+
### Release Notes for [sbndcode] from v10_14_00 to v10_14_00_01
38+
- PR #886: Bugifx/acastill realistic pmt
39+
- **Description**: After (https://github.com/SBNSoftware/sbndcode/pull/876), the `OpHitFinder` algorithm for realistic MC workflow was missconfigured. The OpHitFinder module was taking raw waveforms coming from the `pmtpulseoscillation` module instead of `deconvolved` waveforms coming from `opdecopmt` module. This PR corrects the label for the `OpHitFinder` algorithm to use deconvolved waveforms. It does also: - Remove XA reconstruction for light-only reconstruction fcl. - Uses the correct drift estimation curve for realistic MC. - Updates PMT detection efficiencies for better data/MC agreement Please provide a detailed description of the changes this pull request introduces.
40+
- **Labels**: bug
41+
- **Reviewers**: fjnicolas
42+
- **Assignees**: asanchezcastillo
43+
- PR #885: Trigger Emulation Bug Fix and smaller updates
44+
- **Description**: Trigger Emulation Bug Fix includes: - Bug fix: previously the MonPulse length was taken from the FIRST waveforms in the vector of OpDetWaveforms, but this length corresponded to an XArapuca waveform, which is not the same size. This is fixed to now take the length from the first PMT waveform. (this is the major fix!) - Added check: added warnings to make sure we are only considering and slicing PMT waveforms - Added a vector of the number of pairs above threshold to the event (could be added to the cafs later) - Added a vector of the number of pairs above threshold to the PMT decoder output too - Updated Baseline fcl parameter to Run 2 Baseline,
45+
- **Labels**: bug, trigger
46+
- **Reviewers**:
47+
- **Assignees**: npallat
48+
- PR #882: Drop opdaq waveforms
49+
- **Description**: This PR drops the OpDetWaveforms produced by opdaq after running detsim stage. These are no longer required since this OpDetwaveforms used for downstream reconstruction are the ones produced by pmtpulseoscillation.
50+
- **Labels**: bug
51+
- **Reviewers**:
52+
- **Assignees**: asanchezcastillo
53+
54+
sbndcode
55+
---------------------------------------------------
56+
* 2025-11-26 nathanielerowe : Merge pull request #882 from SBNSoftware/bugfix/acastill_drop_opdaq_waveforms
57+
* 2025-11-26 nathanielerowe : Merge branch 'develop' into bugfix/acastill_drop_opdaq_waveforms
58+
* 2025-11-26 nathanielerowe : Merge pull request #885 from SBNSoftware/feature/TriggerWorkNikki-PR
59+
* 2025-11-26 nathanielerowe : Merge branch 'develop' into feature/TriggerWorkNikki-PR
60+
* 2025-11-26 nathanielerowe : Merge pull request #886 from SBNSoftware/bugifx/acastill_realisticPMT
61+
* 2025-11-25 Nikki Pallat : Bug fix: empty fPMT_Channels fix
62+
* 2025-11-25 Alejandro Sánchez Castillo : Update PMT Eff for better data/MC agreement
63+
* 2025-11-25 Alejandro Sánchez Castillo : Update PMT Eff for better data/MC agreement
64+
* 2025-11-25 Nikki Pallat : Fix: Change back to Run 1 Baseline and other minor changes to opDetDigitizerSBND_module.cc
65+
* 2025-11-25 Alejandro Sánchez Castillo : Update PMT detection efficiencies
66+
* 2025-11-25 Alejandro Sánchez Castillo : Update PMT baseline
67+
* 2025-11-25 Alejandro Sánchez Castillo : Feed correct label into ophit reconstruction
68+
* 2025-11-25 Alejandro Sánchez Castillo : Remove XA reco for light-only reco fcl
69+
* 2025-11-25 Alejandro Sánchez Castillo : Use realistic MC for MC
70+
* 2025-11-25 Alejandro Sánchez Castillo : Fix drift estimator file for realistic MC
71+
* 2025-11-24 Nikki Pallat : Fix: bug fix for correct MonPulse length, addition of number of pairs over threshold vector to events, updated Baseline to Run 2 Baseline, and checks that we are not considering any XArapuca channels
72+
* 2025-11-24 Alejandro Sánchez Castillo : Drop opdaq waveforms
73+
* 2025-11-21 Nathaniel : Merge tag 'v10_14_00' into develop

0 commit comments

Comments
 (0)