Skip to content

Commit 27b1450

Browse files
author
Mun Jung Jung
committed
remove dnn related comments from standard fcls
1 parent 51e8976 commit 27b1450

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

sbndcode/JobConfigurations/standard/reco/reco1_data.fcl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ physics.ana: [superadata]
3535
outputs.out1.SelectEvents: [ "reco1" ]
3636

3737
physics.producers.gaushit.CalDataModuleLabel: "sptpc2d:gauss"
38-
39-
# uncomment below 4 lines to run DNN ROI finding SP
40-
#physics.producers.sptpc2d.wcls_main.outputers: ["wclsFrameSaver:spsaver" , "wclsFrameSaver:dnnsaver"]
41-
#physics.producers.sptpc2d.wcls_main.structs.use_dnnroi: true
42-
#physics.producers.sptpc2d.wcls_main.structs.nchunks: 2 # should match training config
43-
#physics.producers.sptpc2d.wcls_main.structs.tick_per_slice: 4 # should match training config
44-
45-
# uncomment below line to run DNN ROI finding SP for reco
46-
#physics.producers.gaushit.CalDataModuleLabel: "sptpc2d:dnnsp"

sbndcode/JobConfigurations/standard/standard_detsim_sbnd.fcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ outputs:
9292
]
9393
}
9494
}
95-
96-
# uncomment below 4 lines to run DNN ROI finding SP
97-
# physics.producers.simtpc2d.wcls_main.outputers: ["wclsDepoFluxWriter:postdrift", "wclsFrameSaver:spsaver", "wclsFrameSaver:dnnsaver"] # "wclsFrameSaver:simdigits" <- by default, do not save RawDigits. Uncomment this line to save RawDigits and set
98-
# physics.producers.simtpc2d.wcls_main.structs.use_dnnroi: true
99-
# physics.producers.simtpc2d.wcls_main.structs.nchunks: 2 # should match training config
100-
# physics.producers.simtpc2d.wcls_main.structs.tick_per_slice: 4 # should match training config

sbndcode/JobConfigurations/standard/standard_reco1_sbnd.fcl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ physics.end_paths: [ @sequence::physics.end_paths, ana ]
3535
#outputs table overrides
3636
outputs.out1.dataTier: "reconstructed"
3737
outputs.out1.outputCommands: [@sequence::outputs.out1.outputCommands, @sequence::sbnd_reco1_drops]
38-
39-
# uncomment below line to run DNN ROI finding SP for reco -- must have run DNN ROI finding in detsim stage
40-
#physics.producers.gaushit.CalDataModuleLabel: "simtpc2d:dnnsp"

0 commit comments

Comments
 (0)