Skip to content

Commit 0bae10a

Browse files
Create ReleaseNotes101003.md
1 parent 2767691 commit 0bae10a

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
[List of sbndcode releases](List_of_SBND_code_releases.html)
2+
3+
Download instructions for [sbndcode v10_10_03](http://scisoft.fnal.gov/scisoft/bundles/sbnd/v10_10_03/sbndcode-v10_10_03.html)
4+
5+
Purpose
6+
---------------------------------------------------
7+
8+
New features
9+
---------------------------------------------------
10+
11+
Bug fixes
12+
---------------------------------------------------
13+
---
14+
layout: page
15+
title: ReleaseNotes101003
16+
toc: true
17+
---
18+
19+
-----------------------------------------------------------------------------
20+
| v10.10.03 | 19 Sep 2025 | [ReleaseNotes](ReleaseNotes101003.html) |
21+
| --- | --- | --- |
22+
23+
24+
25+
sbndcode v10_10_03 Release Notes
26+
=======================================================================================
27+
28+
[List of sbndcode releases](List_of_SBND_code_releases.html)
29+
30+
Download instructions for [sbndcode v10_10_03](http://scisoft.fnal.gov/scisoft/bundles/sbnd/v10_10_03/sbndcode-v10_10_03.html)
31+
32+
Purpose
33+
---------------------------------------------------
34+
35+
New features
36+
---------------------------------------------------
37+
38+
Bug fixes
39+
---------------------------------------------------
40+
41+
Updated dependencies
42+
---------------------------------------------------
43+
44+
Supported qualifiers
45+
---------------------------------------------------
46+
47+
Change List
48+
==========================================
49+
### Release Notes for [sbndcode] from v10_10_02 to v10_10_03
50+
- PR #817: Fix conflicts with new larsim version
51+
- **Description**: This PR is a fix for https://github.com/SBNSoftware/sbndcode/pull/807 after including the new optical path tool in https://github.com/SBNSoftware/sbndcode/pull/756 .
52+
- **Labels**: bug
53+
- **Reviewers**: linyan-w
54+
- **Assignees**: asanchezcastillo
55+
- PR #819: Re-add changes from tpcpmtbfm_upgrade
56+
- **Description**:
57+
- **Labels**:
58+
- **Reviewers**:
59+
- **Assignees**:
60+
- PR #824: adding TrackHitFillRRStartCut: 1000 and TrackHitFillRREndCut: 1000 to cafmakerjob_sbnd_sce.fcl
61+
- **Description**: Please provide a detailed description of the changes this pull request introduces. $
62+
- **Reviewers**:
63+
- **Assignees**: sungbinoh
64+
- PR #813: Add lightpropagationcorrection module
65+
- **Description**: This PR implements a new module for applying light propagation corrections to OpFlash timing based on TPC information. It does select the OpFlash matched to every slice and correct the time of the flash based on the space points in the slice. After the correction, a new object `CorrectedOpFlash` is created as well to store the new timing information, namely: - The original time of the flash - The time of the neutrino at the upstream wall obtained using light-only corrections - The time of the neutrino at the upstream wall obtained using neutrino time of flight correction from the TPC vertex - The time of the neutrino at the upstream wall obtained using neutrino time of flight correction from the TPC vertex and the light propagation time from the TPC spacepoints. This new object is also associated to its father slice and OpFlash. The module supports the use of the OpT0Finder and BarycenterFM tools for initial charge/light matching though the latter is used by default as it is a model-independent tool. The module is included on `reco2_data.fcl` to be run as a part of the standard reconstruction workflow. This PR requires merging of the following PRs: https://github.com/SBNSoftware/sbndcode/pull/807 https://github.com/SBNSoftware/sbnobj/pull/140 https://github.com/SBNSoftware/sbnanaobj/pull/157 https://github.com/SBNSoftware/sbncode/pull/566
66+
- **Labels**: enhancement
67+
- **Reviewers**: linyan-w
68+
- **Assignees**: asanchezcastillo
69+
- PR #826: yz normalization bugfix
70+
- **Description**: Please provide a detailed description of the changes this pull request introduces. This PR fixes a bug in correcting for YZ normalization. Since it uses scale from the correction map that is calculated as global median divided by local median (following ProtoDUNE method), then dQ/dx should be multiplied by that factor and not divided.
71+
- **Labels**: bug, reco1/reco2
72+
- **Reviewers**: mrmooney
73+
- **Assignees**: sxy1439
74+
75+
sbndcode sbndcode
76+
---------------------------------------------------
77+
78+
* 2025-09-19 Nathaniel : Merge branch 'release/v10_10_03'
79+
* 2025-09-19 Nathaniel : Update to larsoft v10_10_03
80+
* 2025-09-19 nathanielerowe : Merge pull request #826 from SBNSoftware/bugfix/yz_nonuniformity
81+
* 2025-09-19 nathanielerowe : Merge branch 'develop' into bugfix/yz_nonuniformity
82+
* 2025-09-19 nathanielerowe : Merge pull request #813 from SBNSoftware/feature/acastill_correctedOpFlash
83+
* 2025-09-19 nathanielerowe : Merge branch 'develop' into feature/acastill_correctedOpFlash
84+
* 2025-09-19 Alejandro Sánchez Castillo : check nuscore exists before accessing and not produce output file by default
85+
* 2025-09-18 nathanielerowe : Merge branch 'develop' into bugfix/yz_nonuniformity
86+
* 2025-09-18 nathanielerowe : Merge pull request #824 from sungbinoh/feature/sungbino_caf_hit_rr
87+
* 2025-09-18 nathanielerowe : Merge branch 'develop' into feature/sungbino_caf_hit_rr
88+
* 2025-09-18 nathanielerowe : swap reco2_data.fcl module for possible ci fix
89+
* 2025-09-18 Shweta Yadav : yz scale bugfix
90+
* 2025-09-18 nathanielerowe : Merge branch 'develop' into feature/acastill_correctedOpFlash
91+
* 2025-09-18 nathanielerowe : Merge pull request #819 from SBNSoftware/bugfix/tpcpmtbfm_upgrade
92+
* 2025-09-18 nathanielerowe : Merge branch 'develop' into bugfix/tpcpmtbfm_upgrade
93+
* 2025-09-18 nathanielerowe : Merge branch 'develop' into feature/acastill_correctedOpFlash
94+
* 2025-09-16 sungbinoh : adding TrackHitFillRRStartCut: 1000 and TrackHitFillRREndCut: 1000 to cafmakerjob_sbnd_sce.fcl
95+
* 2025-09-16 Alejandro Sánchez Castillo : Merge pull request #817 from SBNSoftware/bugfix/acastill_bfm_larsim
96+
* 2025-09-16 Nathaniel : Merge tag 'v10_10_02' into develop
97+
* 2025-09-16 nathanielerowe : Re-add changes from tpcpmtbfm_upgrade
98+
* 2025-09-16 Alejandro Sánchez Castillo : Merge branch 'develop' into bugfix/acastill_bfm_larsim
99+
* 2025-09-16 Alejandro Sánchez Castillo : Fix conflicts with new larsim version
100+
* 2025-09-15 nathanielerowe : Merge branch 'develop' into feature/acastill_correctedOpFlash
101+
* 2025-09-11 Alejandro Sánchez Castillo : Cleanup and remove unused functions/variables
102+
* 2025-09-11 Alejandro Sánchez Castillo : Update sbndcode/LightPropagationCorrection/LightPropagationCorrection_module.cc
103+
* 2025-09-08 Alejandro Sánchez Castillo : Fix bugs and cleanup
104+
* 2025-09-08 Alejandro Sánchez Castillo : Add lightpropagationcorrection to cafmaker
105+
* 2025-09-08 Alejandro Sánchez Castillo : Add lightpropagationcorrection module

0 commit comments

Comments
 (0)