Skip to content

Commit 609acea

Browse files
Create ReleaseNotes09930102p02.md
1 parent e6159c7 commit 609acea

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
layout: page
3+
title: ReleaseNotes09930102p02
4+
toc: true
5+
---
6+
7+
-----------------------------------------------------------------------------
8+
| v09.93.01.02p02 | 04 Feb 2025 | [ReleaseNotes](ReleaseNotes09930102p02.html) |
9+
| --- | --- | --- |
10+
11+
12+
13+
sbndcode v09_93_01_02p02 Release Notes
14+
=======================================================================================
15+
16+
[List of sbndcode releases](List_of_SBND_code_releases.html)
17+
18+
Download instructions for [sbndcode v09_93_01_02p02](http://scisoft.fnal.gov/scisoft/bundles/sbnd/v09_93_01_02p02/sbndcode-v09_93_01_02p02.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 v09_93_01_02p01 to v09_93_01_02p02
38+
- PR #566: Update reco1 to use channel status service
39+
- **Description**: Allows Cluster3D to find bad channels through the channel status service.
40+
- **Labels**: bug, reco1/reco2
41+
- **Reviewers**:
42+
- **Assignees**: bear-is-asleep
43+
- PR #563: Integrate CVN model
44+
- **Description**: Integrate CVN model.
45+
- **Labels**: tpc
46+
- **Reviewers**: bear-is-asleep
47+
- **Assignees**: yangtj207
48+
- PR #609: CRT Data Timing (Cherry-Picked)
49+
- **Description**: Replaces PR 582 given that branch has various other PRs merged into it. I've cherry-picked (hopefully all!) the relevant commits from that branch onto this one. > As promised at the CM. This PR updates the low-level CRT reconstruction to provide a backup timing reference. Currently the SPEC TDC event trigger is used with the backup being to leave the CRT time in it's raw-est state if the TDC product/channel cannot be found. > > This PR adds a first backup of using the PTB HLT before ultimately falling back to the raw-est state if neither can be found. It also makes use of an object provided by @lynnt20 to document this decision on the event. > > This branch makes use of Lynn's PMT Decoder PR (541) and Max's PTB Decoder PR (581) so the diff includes the updates from those branches too.
50+
- **Labels**: crt, reco1/reco2, data
51+
- **Reviewers**:
52+
- **Assignees**: henrylay97
53+
- PR #604: No SCE reco2 fcl for Calib workflow
54+
- **Description**:
55+
- **Labels**:
56+
- **Reviewers**:
57+
- **Assignees**:
58+
59+
60+
sbndcode sbndcode
61+
---------------------------------------------------
62+
63+
* 2025-02-04 Brinden Carlson : Merge branch 'release/v09_93_01_02p02'
64+
* 2025-02-04 Brinden Carlson : Update to sbndcode v09_93_01_02p02
65+
* 2025-02-04 Bear Carlson : Merge pull request #604 from SBNSoftware/linyan-calib
66+
* 2025-02-04 Bear Carlson : Merge branch 'develop' into linyan-calib
67+
* 2025-02-04 Bear Carlson : Merge pull request #609 from SBNSoftware/feature/hlay_crt_data_timing_cherry_pick
68+
* 2025-02-04 Bear Carlson : Merge branch 'develop' into feature/hlay_crt_data_timing_cherry_pick
69+
* 2025-02-04 Bear Carlson : Merge pull request #563 from yangtj207/feature/tjyang_cvn
70+
* 2025-02-04 Bear Carlson : Merge branch 'develop' into feature/tjyang_cvn
71+
* 2025-02-04 Bear Carlson : Merge pull request #566 from SBNSoftware/feature/bearc_badchannelservice
72+
* 2025-02-04 Bear Carlson : Merge branch 'develop' into feature/bearc_badchannelservice
73+
* 2025-02-04 Bear Carlson : Unique larcv filenames
74+
* 2025-02-04 Henry Lay : Merge remote-tracking branch 'origin/develop' into linyan-calib
75+
* 2025-01-28 Tingjun Yang : Merge branch 'develop' into feature/tjyang_cvn
76+
* 2025-01-28 Bear Carlson : Update CMakeLists.txt to v09_93_01_02p01
77+
* 2025-01-28 Tingjun Yang : Merge remote-tracking branch 'upstream/develop' into feature/tjyang_cvn
78+
* 2025-01-07 Henry Lay : Fix signedness
79+
* 2024-12-19 Henry Lay : Unnecessary
80+
* 2024-12-18 Henry Lay : Turn off produces line if not referencing
81+
* 2024-12-17 Henry Lay : Add timing documentation to ana module
82+
* 2024-12-17 Henry Lay : Correct use of allowed PTBs
83+
* 2024-12-17 Henry Lay : Add bookkeeping object
84+
* 2024-12-17 Henry Lay : Remove debug prints
85+
* 2024-12-17 Henry Lay : Re-add debugging statements
86+
* 2024-12-17 Henry Lay : Improve time referencing - check TDC is closest to event header and add PTB HLT backup option - final fallback is to just remove any PPS rollover in the CRTs but otherwise keep the T0 raw
87+
* 2025-01-27 Brinden Carlson : Merge tag 'v09_93_01_02p01' into develop
88+
* 2025-01-27 Henry Lay : Update file description
89+
* 2025-01-15 Rachel : Merge branch 'develop' into feature/bearc_badchannelservice
90+
* 2024-12-16 Bear Carlson : Move channel service to services fcl
91+
* 2024-12-16 Bear Carlson : Move service map changes to services fcl
92+
* 2024-12-09 Tingjun Yang : Clean up code.
93+
* 2024-12-09 Tingjun Yang : Change lcvn::SBNDPixelMap to lcvn::PixelMap. Use association to get slice information for each pixel map.
94+
* 2024-12-08 Tingjun Yang : Add cvn to reco2_data.fcl.
95+
* 2024-12-08 Tingjun Yang : Loop over all slices.
96+
* 2024-12-08 Tingjun Yang : Add cvn to MC workflow.
97+
* 2024-12-08 Tingjun Yang : Reduce printouts.
98+
* 2024-12-08 Tingjun Yang : Use slice by default.
99+
* 2024-12-08 Tingjun Yang : Add FileCatalogMetadataSBN.
100+
* 2024-12-06 Brinden Carlson : Update reco1 to use channel status service so cluster3d can find bad channels
101+
* 2024-12-01 Tingjun Yang : Add subrun.
102+
* 2024-11-30 Tingjun Yang : Set t0 correction to true.
103+
* 2024-11-29 Tingjun Yang : Add nhits for each plane.
104+
* 2024-11-28 Tingjun Yang : Use new version of sbnd_data.
105+
* 2024-11-28 Tingjun Yang : Add truth variables to ttree.
106+
* 2024-11-28 Tingjun Yang : Use model in sbnd_data.
107+
* 2024-11-26 Tingjun Yang : Add fcl file to evaluation cvn and save a tree.
108+
* 2024-11-26 Tingjun Yang : Specify inputs and outputs names.
109+
* 2024-11-26 Tingjun Yang : Add a new version of tf_graph that takes inputs as an input.
110+
* 2024-11-23 Tingjun Yang : Save cvn scores in a TTree.
111+
* 2024-11-23 Tingjun Yang : Add analyzer module to test CVN performance.
112+
* 2024-11-22 Tingjun Yang : Add a method to make pixel map from slice and evaluate it.
113+
* 2024-11-21 Tingjun Yang : Add association between lcvn::SBNDPixelMap and lcvn::Result.
114+
* 2024-11-21 Tingjun Yang : Reorganize fcl files.
115+
* 2024-11-21 Tingjun Yang : Add association between recob::Slice and lcvn::SBNDPixelMap.
116+
* 2024-11-20 Tingjun Yang : Add new fcl files for cvn training.
117+
* 2024-11-20 Tingjun Yang : Initial commit of Varuna's work on CVN.
118+
119+
sbndutil
120+
---------------------------------------------------
121+
122+

0 commit comments

Comments
 (0)