Skip to content

Commit 37bca65

Browse files
Updated SBND configurations to fix truth matching issues
1 parent 3a6b064 commit 37bca65

File tree

7 files changed

+1172
-6
lines changed

7 files changed

+1172
-6
lines changed

config/sbnd/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ 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+
## August 18th 2025
14+
15+
```shell
16+
sbnd_full_chain_250818.cfg
17+
sbnd_full_chain_data_250818.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 March configurations
29+
- Add a logical containment post-processor
30+
- Do not move cathode crosser depositions to fix the truth matching
31+
- Restrict FM interaction candidates to those not clearly out-of-time
32+
33+
Description:
34+
- UResNet + PPN + gSPICE + GrapPAs (track + shower + interaction)
35+
- Class-weighted loss on PID predictions
36+
- The `*_data_*` declination is tailored for data (no labels)
37+
1338
## March 28th 2025
1439

1540
```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_250328.cfg
1+
sbnd_full_chain_250818.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_250328.cfg
1+
sbnd_full_chain_data_250818.cfg

config/sbnd/sbnd_full_chain_250328.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ build:
467467
fragments: false
468468
particles: true
469469
interactions: true
470-
470+
471471
# Run post-processors
472472
post:
473473
cathode_crosser:
@@ -476,8 +476,8 @@ post:
476476
crossing_point_tolerance: 565.685
477477
offset_tolerance: 15
478478
angle_tolerance: 0.26
479-
adjust_crossers: True
480-
merge_crossers: True
479+
adjust_crossers: true
480+
merge_crossers: true
481481
priority: 4
482482
flash_match:
483483
flash_key: flashes

0 commit comments

Comments
 (0)