Skip to content

Commit cbecc9a

Browse files
Merge pull request #828 from SBNSoftware/bugfix_dnnroiworkflow
hot fix fcl to run reco1 w/ dnn roi
2 parents f6bdd09 + 3c67fbd commit cbecc9a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# File: reco1_data_bothrois.fcl
2+
# Authors: Mun Jung Jung (munjung@uchicago.edu)
3+
4+
# runs Reco1 on data
5+
# for SP, use both traditional and DNN-based ROI finding, creating three Wire products: simtpc2d:gauss, simtpc2d:wiener (from traditional), simtpc2d:dnnsp (from DNN)
6+
# for downstream reco1, run gaushitfinder on sptpc2d:gauss, from traditional ROI finding
7+
# to generate matching files with downstream reco1 run on sptpc2d:dnnsp, gaushits should be scrubbed and run again
8+
#
9+
#include "reco1_data.fcl"
10+
11+
physics.producers.sptpc2d: @local::sbnd_wcls_sp_data_bothrois
12+
13+
physics.producers.gaushit.CalDataModuleLabel: "sptpc2d:dnnsp"

0 commit comments

Comments
 (0)