standard_reco_dune35tsim_robusthit.fcl
Go to the documentation of this file.
1 #include "standard_reco_dune35tsim.fcl"
2 process_name: RecoRobust
3 
4 services.MemoryTracker: { } # default is one
5 
6 physics.producers.robusthit: @local::dune35t_robusthitfindersim
7 physics.reco: [ rns,
8  #optical hit reco, flash, counter, TPC wire signals
9  #ophit, opflash,
10  t0counter, caldata,
11  #robust hit finder
12  robusthit
13  #cheater reco
14  #hitcheat, clustercheat, trackcheat,
15  #hit reco with cheated disambiguation
16  #gaushit, dcheat, fasthit,
17  #cluster reco with cheated disambiguation
18  #dbclusterdc, lineclusterdc,
19  #3D reco with cheated disambiguation
20  #costrkdc, mctrutht0dc, photont0costrkdc, calodc,
21  #shower reconstruction
22  #blurredclusterdc, emshowerdc,
23  #real disambiguation
24  #hit35t,
25  #cluster reco
26  #dbcluster, linecluster,
27  #3D reco
28  #costrk, mctrutht0, photont0costrk, calo,
29  #shower reconstruction
30  #blurredcluster, emshower
31  ]
32 
33 physics.producers.robusthit.WireModuleLabel: "caldata"
34 
35 services.AdcRoiBuildingService: @local::adcroi_keepall
36 services.RawDigitPrepService.DoDeconvolution: false
37 services.RawDigitPrepService.DoEarlySignalFinding: false
38 services.RawDigitPrepService.DoMitigation: false
39 services.RawDigitPrepService.DoNoiseRemoval: false
40 services.RawDigitPrepService.DoPedestalAdjustment: false
41 services.RawDigitPrepService.DoROI: true
42 services.RawDigitPrepService.DoWires: true
43 services.RawDigitPrepService.SkipBad: true
44 services.RawDigitPrepService.SkipNoisy: false