Skip to content

Commit fea104d

Browse files
Multiple bug fixes at SBND, new set of configurations
1 parent 37bca65 commit fea104d

File tree

5 files changed

+1175
-2
lines changed

5 files changed

+1175
-2
lines changed

config/sbnd/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ These weights have been trained using the following files at Polaris:
1010

1111
...using the configs in the [sbnd_spine_train](https://github.com/bear-is-asleep/sbnd_spine_train/tree/master) repo.
1212

13+
## September 1st 2025
14+
15+
```shell
16+
sbnd_full_chain_250901.cfg
17+
sbnd_full_chain_data_250901.cfg
18+
```
19+
20+
Training samples MPVMPR using `sbndcode v10_04_01` which can be found [here](https://github.com/SBNSoftware/sbndcode/tree/v10_04_01) . The training samples are generated using the following fcls:
21+
```
22+
run_mpvmpr_sbnd.fcl
23+
g4_sce_lite.fcl
24+
detsim_sce_lite.fcl
25+
reco1_mpvmpr.fcl
26+
```
27+
28+
The following modifications were made w.r.t. the August configurations
29+
- Changed interaction clustering mode to anchor to tracks
30+
- Fix issues with the back-tracking (do not move cathode crossers)
31+
- Change time containment and containment modules to exclude showers
32+
- Update MCS resolution modeling using a Rayleigh mixture
33+
- Minor update to the calibration constants
34+
35+
Description:
36+
- UResNet + PPN + gSPICE + GrapPAs (track + shower + interaction)
37+
- Class-weighted loss on PID predictions
38+
- The `*_data_*` declination is tailored for data (no labels)
39+
1340
## August 18th 2025
1441

1542
```shell

config/sbnd/latest.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbnd_full_chain_250818.cfg
1+
sbnd_full_chain_250901.cfg

config/sbnd/latest_data.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbnd_full_chain_data_250818.cfg
1+
sbnd_full_chain_data_250901.cfg

0 commit comments

Comments
 (0)