2424
2525#include "caldata_sbnd.fcl"
2626#include "hitfindermodules_sbnd.fcl"
27- #include "cluster_sbnd.fcl"
2827#include "trackfindermodules_sbnd.fcl"
2928#include "calorimetry_sbnd.fcl"
3029#include "showerfindermodules_sbnd.fcl"
4847#include "scecorrections.fcl"
4948#include "flashmatch_sbnd.fcl"
5049
51- ###include "hitparticleassociations.fcl"
50+ #include "mlreco_sbnd.fcl"
51+ #include "cluster_sbnd.fcl"
5252
5353#include "sbnd_trackcalo_skimmer.fcl"
5454#include "crtskim_sbnd.fcl"
5555#include "pmtskim_sbnd.fcl"
5656
57+
5758process_name: Reco
5859
5960services:
@@ -124,10 +125,10 @@ physics:
124125
125126 ### cluster-finder producers
126127 #fuzzycluster: @local::sbnd_fuzzycluster
127- linecluster: @local::sbnd_linecluster
128+ # linecluster: @local::sbnd_linecluster
128129 #cccluster: @local::sbnd_clustercrawler
129130 #spacepts: @local::sbnd_spacepts
130- blurredcluster: @local::sbnd_blurredcluster
131+ # blurredcluster: @local::sbnd_blurredcluster
131132
132133 ### pandora
133134 pandora: @local::sbnd_pandora
@@ -192,6 +193,9 @@ physics:
192193 ### Uncalibrated calorimetry producer for calibration caloskimmer
193194 caloskimCalorimetry: @local::caloskim_calorimetry
194195
196+ #ML Reco
197+ cluster3d: @local::sbnd_cluster3d
198+
195199 }
196200
197201 #define the producer and filter modules for this path, order matters,
@@ -214,6 +218,7 @@ physics:
214218 # , corner
215219 # , fuzzycluster
216220 , crtstrips
221+ , cluster3d
217222 ]
218223
219224 reco2_no_opt0finder: [
@@ -250,9 +255,11 @@ physics:
250255 caloskim: @local::caloskim_nodigits_goldentracks
251256 crtskim: @local::crtskim_sbnd
252257 pmtskim: @local::pmtskim_sbnd
258+ supera: @local::sbnd_supera
253259 }
254260
255- caloskimana: [ caloskim, crtskim, pmtskim ]
261+ caloskimana: [ caloskim, crtskim, pmtskim ]
262+ superaana: [ supera ] #outputs larcv.root for use in mlreco
256263
257264 #define the output stream, there could be more than one if using filters
258265 stream1: [ out1 ]
@@ -280,8 +287,10 @@ outputs:
280287 "drop *raw::RawDigits*_*_*_*",
281288 #"drop sim::SimChannels_*_*_*",
282289 "drop sim::OpDetBacktrackerRecords_*_*_*",
283- "drop *_linecluster_*_*",
284- "drop *_fasthit_*_*"
290+ #"drop *_linecluster_*_*",
291+ "drop *_fasthit_*_*",
292+ "drop *_cluster3d_*_*", #drop all mlreco output
293+ "drop *_simplemerge_*_*" #drop all mlreco output
285294 ]
286295
287296
@@ -316,7 +325,7 @@ physics.producers.fasthit.DigitModuleLabel: "simtpc2d:daq"
316325#physics.producers.corner.CornerAlgParamSet.RawDataModuleLabel: "daq"
317326#physics.producers.corner.CornerAlgParamSet.CalDataModuleLabel: "caldata"
318327#
319- physics.producers.linecluster.HitFinderModuleLabel: "gaushit"
328+ # physics.producers.linecluster.HitFinderModuleLabel: "gaushit"
320329
321330#physics.producers.fuzzycluster.HitsModuleLabel: "gaushit"
322331#physics.producers.fuzzycluster.CalDataModuleLabel: "caldata"
0 commit comments