1 #include "services_dune.fcl"
2 #include "caldata_dune.fcl"
3 #include "hitfindermodules_dune.fcl"
4 #include "cluster_dune.fcl"
5 #include "trackfindermodules_dune.fcl"
6 #include "pandoramodules_dune.fcl"
7 #include "calorimetry_dune10kt.fcl"
8 #include "mctrutht0matching.fcl"
10 #include "particleid.fcl"
11 #include "showerfindermodules_dune.fcl"
17 # Load the service that manages root files for histograms.
18 TFileService: { fileName: "hist.root" }
21 RandomNumberGenerator: {} #ART native random number generator
22 message: @local::dune_message_services_prod_debug
23 FileCatalogMetadata: @local::art_file_catalog_mc
24 @table::dunedphase3x1x1_reco_services_legacy
27 # services.RawDigitPrepService.DoDeconvolution: false
29 services.RawDigitExtractService.PedestalOption: 3 #1: pedestal saved in rawDigit, 2: pedestal set during detsim, 3: either mean or median (see next line)
30 services.PedestalEvaluationService: @local::adcped_median #adcped_median for median, adcped_mean for mean
32 # services.message.destinations.LogStandardOut.threshold: "INFO"
34 #source is now a root file
37 module_type: RootInput
39 fileNames: ["detsim.root"]
42 # Define and configure some modules to do work on each event.
43 # First modules are defined; they are scheduled later.
44 # Modules are grouped by type.
51 rns: { module_type: RandomNumberSaver }
52 # convert raw::RawDigit to recob::wire
53 caldata: @local::dunefddphase_calwire
54 # actual hit finder and recconstruction
55 gaushit: @local::dunefddphase_gaushitfinder
56 fasthit: @local::dunefd_fasthitfinder
57 linecluster: @local::dunefd_linecluster
58 calo: @local::dune10kt_calomc
59 pandora: @local::dunefd_pandora
60 pmtrack: @local::dunefd_pmalgtrackmaker
61 pmtrajfit: @local::dunefd_pmalgtrajfitter
62 pmtrackcalo: @local::dune10kt_calomc
63 pmtrackpid: @local::standard_chi2pid
64 blurredcluster: @local::dune10kt_blurredcluster
65 emshower: @local::dune10kt_emshower
68 #define the producer and filter modules for this path, order matters,
69 #filters reject all following items. see lines starting physics.producers below
70 reco: [ rns, caldata, fasthit, gaushit, linecluster, pmtrack, pmtrackcalo, pmtrackpid, blurredcluster, emshower ]
78 #define the output stream, there could be more than one if using filters
81 #trigger_paths is a keyword and contains the paths that modify the art::event,
82 #ie filters and producers
85 #end_paths is a keyword and contains the paths that do not modify the art::Event,
86 #ie analyzers and output streams. these all run simultaneously
90 #block to define where the output goes. if you defined a filter in the physics
91 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
92 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
97 module_type: RootOutput
98 fileName: "%ifb_reco.root"
99 dataTier: "full-reconstructed"
103 ### Here, we overwrite ALL module labels with the ones defined above.
105 physics.producers.caldata.SigThrFact: 0.2
109 physics.producers.linecluster.HitFinderModuleLabel: "gaushit"
111 physics.producers.pmtrackcalo.TrackModuleLabel: "pmtrack"
112 physics.producers.pmtrackcalo.SpacePointModuleLabel: "pmtrack"
113 physics.producers.pmtrackcalo.T0ModuleLabel: ""
114 physics.producers.pmtrackcalo.CaloAlg.CalAreaConstants: [ 4.966e-2, 4.966e-2 ]
115 physics.producers.pmtrackpid.CalorimetryModuleLabel: "pmtrackcalo"
116 physics.producers.pmtrackpid.TrackModuleLabel: "pmtrack"
118 physics.producers.pmtrack.HitModuleLabel: "linecluster"
119 physics.producers.pmtrack.ClusterModuleLabel: "linecluster"
121 physics.producers.pmtrajfit.HitModuleLabel: "linecluster"
122 physics.producers.pmtrajfit.PfpModuleLabel: "pandora"
124 physics.producers.blurredcluster.HitsModuleLabel: "linecluster"
125 physics.producers.blurredcluster.TrackModuleLabel: "pmtrack"
126 physics.producers.blurredcluster.CreateDebugPDF: false
127 physics.producers.blurredcluster.MergeClusters: false
128 physics.producers.blurredcluster.GlobalTPCRecon: true
129 physics.producers.blurredcluster.ShowerReconOnly: false
130 physics.producers.blurredcluster.VertexModuleLabel: "linecluster"
132 physics.producers.emshower.ClusterModuleLabel: "blurredcluster"
133 physics.producers.emshower.HitsModuleLabel: "linecluster"
134 physics.producers.emshower.TrackModuleLabel: "pmtrack"
137 #Pandora configurations
139 #Optical detector configuration