Skip to content

Commit 9988414

Browse files
Add release notes for sbndcode v10.12.02
Added release notes for sbndcode version 10.12.02, detailing new features, bug fixes, and updates.
1 parent 450cb2d commit 9988414

1 file changed

Lines changed: 117 additions & 0 deletions

File tree

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
layout: page
3+
title: ReleaseNotes101202
4+
toc: true
5+
---
6+
7+
-----------------------------------------------------------------------------
8+
| v10.12.02 | 14 Nov 2025 | [ReleaseNotes](ReleaseNotes101202.html) |
9+
| --- | --- | --- |
10+
11+
12+
13+
sbndcode v10_12_02 Release Notes
14+
=======================================================================================
15+
### Release Notes for [sbndcode] from v10_11_01_01 to v10_12_02
16+
- PR #840: Use vector not set for CRTTrack taggers
17+
- **Description**: Change usage of CRT track tagger list to be vector not set. Closes issue 768.
18+
- **Labels**: crt
19+
- **Reviewers**:
20+
- **Assignees**: henrylay97
21+
- PR #864: Adding a fcl wth 0.1 MeV threshold for dirt
22+
- **Description**: Please provide a detailed description of the changes this pull request introduces. Adding a new fcl file with lower dirt threshold 0.1 MeV for a validation study in 2025 Fall production. Filer efficiency is ~ 29% based on `lar -c prodgenie_corsika_proton_rockbox0p1_sbnd.fcl -n 100`. Bellow is a table from Macro's PR [792](https://github.com/SBNSoftware/sbndcode/pull/792). | FHiCL | Cut on Deposited Energy | Pass Rate | |---|---|---| | `prodgenie_corsika_proton_rockbox_sbnd.fcl` | E_dep>1 MeV | TPD | | `prodgenie_corsika_proton_rockbox100_sbnd.fcl` | E_dep>100 MeV | 17.9% | | `prodgenie_corsika_proton_rockbox_lowenergydirt_sbnd.fcl` | 1<E_dep<100 MeV | 6.2% (Dirt only) | N/A | E_dep>1MeV | 23.5% So, there would be about 25% increase in the filtering efficiency compared to 1 MeV threshold. For the record, in this version of sbndcode (`v10_11_01_01`), -n 100 gives filtering efficiencies for various thresholds - 0.1 MeV: 29/100 - 0.5 MeV: 24/100 - 1 MeV: 22/100 So, 0.5 MeV will increase the filtering efficiency about 10% compared to 1 MeV.
23+
- **Labels**: simulation
24+
- **Reviewers**:
25+
- **Assignees**: sungbinoh
26+
- PR #833: Veto flashes outside the bnb time window
27+
- **Description**: This PR changes the BFM workflow from many-to-many matching to one-to-many. Based on ICARUS' experience, this has shown to yield a better matching efficiency (see https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=33862) Please provide a detailed description of the changes this pull request introduces.
28+
- **Labels**: enhancement
29+
- **Reviewers**:
30+
- **Assignees**: asanchezcastillo
31+
- PR #850: HNL MeVPrtl fcls for generation
32+
- **Description**: Fcls included to generate samples with and without cosmics for production. Included [35, 50, 75, 100, 125, 140] MeV masses for N--> nue+e- channel and [140, 165, 190, 215, 240, 260] MeV masses for N --> nu pi0.
33+
- **Labels**: enhancement
34+
- **Reviewers**:
35+
- **Assignees**: jorge-romeo
36+
- PR #848: changes for special blip processing
37+
- **Description**:
38+
- **Labels**:
39+
- **Reviewers**:
40+
- **Assignees**: Jjm321814
41+
- PR #834: Feature/acastill lightpropagationfixes
42+
- **Description**: Remove CorrectedOpFlash attributes that can be found via slice-correctedopflash assns. It also changes the attributes to reflect each of the corrections separately.
43+
- **Labels**: enhancement
44+
- **Reviewers**:
45+
- **Assignees**: asanchezcastillo
46+
47+
* 2025-11-14 nathanielerowe : Merge pull request #834 from SBNSoftware/feature/acastill_lightpropagationfixes
48+
* 2025-11-14 nathanielerowe : Merge branch 'develop' into feature/acastill_lightpropagationfixes
49+
* 2025-11-14 nathanielerowe : Merge pull request #848 from SBNSoftware/feature/separate_blip_hitfinding_fcl
50+
* 2025-11-14 nathanielerowe : Merge branch 'develop' into feature/separate_blip_hitfinding_fcl
51+
* 2025-11-14 nathanielerowe : Merge pull request #850 from jorge-romeo/HNL_masses_gen_fcls
52+
* 2025-11-14 nathanielerowe : Merge branch 'develop' into HNL_masses_gen_fcls
53+
* 2025-11-14 nathanielerowe : Merge pull request #833 from SBNSoftware/bugfix/acastill_bfm_timeveto
54+
* 2025-11-14 nathanielerowe : Merge branch 'develop' into bugfix/acastill_bfm_timeveto
55+
* 2025-11-14 nathanielerowe : Merge pull request #864 from sungbinoh/feature/sungbin_dirt_th_0p1MeV
56+
* 2025-11-14 nathanielerowe : Merge branch 'develop' into feature/sungbin_dirt_th_0p1MeV
57+
* 2025-11-12 nathanielerowe : Merge branch 'develop' into feature/acastill_lightpropagationfixes
58+
* 2025-11-12 nathanielerowe : Update sbncode version to v10_12_02
59+
* 2025-11-12 kjplows : update sbncode dep for CI
60+
* 2025-11-10 nathanielerowe : Merge branch 'develop' into feature/acastill_lightpropagationfixes
61+
* 2025-11-10 nathanielerowe : Merge pull request #840 from SBNSoftware/feature/hlay_crt_track_tagger_order
62+
* 2025-11-10 nathanielerowe : Merge branch 'develop' into feature/acastill_lightpropagationfixes
63+
* 2025-11-06 sungbinoh : adding prodgenie_corsika_proton_rockbox0p1_sbnd.fcl that wth 0.1 MeV th. for dirt
64+
* 2025-11-04 Alejandro Sánchez Castillo : Merge branch 'develop' into bugfix/acastill_bfm_timeveto
65+
* 2025-11-04 John Plows : Merge branch 'develop' into feature/hlay_crt_track_tagger_order
66+
* 2025-10-30 Linyan Wan : Merge branch 'feature/separate_blip_hitfinding_fcl' of github.com:SBNSoftware/sbndcode into feature/separate_blip_hitfinding_fcl
67+
* 2025-10-30 Linyan Wan : Change data CI cafmaker include to follow the standard sce
68+
* 2025-10-29 nathanielerowe : fix drops overwrite
69+
* 2025-10-29 Linyan Wan : dnn tags for data & MC
70+
* 2025-10-28 Linyan Wan : add dnn label to cnn
71+
* 2025-10-27 Jacob McLaughlin : added special blip process back in
72+
* 2025-10-27 Jacob McLaughlin : Merge branch 'develop' into feature/separate_blip_hitfinding_fcl
73+
* 2025-10-24 Nathaniel : Merge tag 'v10_11_01_01' into develop
74+
* 2025-10-24 nathanielerowe : Merge branch 'develop' into feature/hlay_crt_track_tagger_order
75+
* 2025-10-23 linyan-w : Update standard_detsim_sbnd.fcl
76+
* 2025-10-23 nathanielerowe : Merge branch 'develop' into feature/separate_blip_hitfinding_fcl
77+
* 2025-10-21 nathanielerowe : Merge branch 'develop' into feature/acastill_lightpropagationfixes
78+
* 2025-10-21 Jacob McLaughlin : addressing several code review comments
79+
* 2025-10-20 nathanielerowe : Merge branch 'develop' into feature/hlay_crt_track_tagger_order
80+
* 2025-10-16 jorge-romeo : Add fcls with cosmics
81+
* 2025-10-16 jorge-romeo : HNL MeVPrtl gen files for [35, 50, 75, 100, 125, 140] MeV for N --> nue+e- and [140, 165, 190, 215, 240, 260] MeV for N --> nu pi0
82+
* 2025-10-15 Jacob McLaughlin : adjusted min hit heights
83+
* 2025-10-15 Jacob McLaughlin : Missed a couple files from the other branch
84+
* 2025-10-15 Jacob McLaughlin : Forcing low threshold trad roi on by default in data
85+
* 2025-10-15 Jacob McLaughlin : changes for special blip processing
86+
* 2025-09-29 Alejandro Sánchez Castillo : Add flash attributes and initialize flash geo
87+
* 2025-09-26 Alejandro Sánchez Castillo : Fix pfp ordering when using SCE products
88+
* 2025-09-26 Alejandro Sánchez Castillo : Veto flashes outside the bnb time window
89+
* 2025-09-26 Alejandro Sánchez Castillo : Update attributed
90+
* 2025-09-26 Alejandro Sánchez Castillo : Update analyzer
91+
* 2025-07-28 Henry Lay : Use vector not set for CRTTrack taggers
92+
93+
94+
[List of sbndcode releases](List_of_SBND_code_releases.html)
95+
96+
Download instructions for [sbndcode v10_12_02](http://scisoft.fnal.gov/scisoft/bundles/sbnd/v10_12_02/sbndcode-v10_12_02.html)
97+
98+
Purpose
99+
---------------------------------------------------
100+
101+
New features
102+
---------------------------------------------------
103+
104+
Bug fixes
105+
---------------------------------------------------
106+
107+
Updated dependencies
108+
---------------------------------------------------
109+
110+
Supported qualifiers
111+
---------------------------------------------------
112+
113+
Change List
114+
==========================================
115+
116+
sbndcode sbndcode
117+
---------------------------------------------------

0 commit comments

Comments
 (0)