1 # opdet_multireco_dune10kt_1x2x6
6 # Job fhicl for running multiple variants of the photon detector reconstruction simulatneously
7 # Runs a limited amount of TPC reconstruction as well
9 #include "services_dune.fcl"
10 #include "hitfindermodules_dune.fcl"
11 #include "opticaldetectormodules_dune.fcl"
12 #include "OpDetMultisim.fcl"
14 #include "tools_dune.fcl"
21 # Load the service that manages root files for histograms.
22 TFileService: { fileName: "%ifb_reco_hist.root" }
25 RandomNumberGenerator: {} #ART native random number generator
26 message: @local::dune_message_services_prod
27 FileCatalogMetadata: @local::art_file_catalog_mc
28 @table::dunefd_reco_services_legacy
31 ### Use the 1x2x6 geometry ###
32 services.Geometry: @local::dune10kt_1x2x6_geo
34 #source is now a root file
37 module_type: RootInput
38 maxEvents: 10 # Number of events to create
39 saveMemoryObjectThreshold: 0
40 inputCommands: ["keep *_*_*_*", "drop *_*_*_Reco" ]
43 # Define and configure some modules to do work on each event.
44 # First modules are defined; they are scheduled later.
45 # Modules are grouped by type.
52 rns: { module_type: RandomNumberSaver }
55 caldata: @local::producer_adcprep
56 gaushit: @local::dunefd_gaushitfinder
57 hitfd: @local::dunefd_hitfinderfd
60 @table::pd_reco_modules
63 #define the producer and filter modules for this path, order matters,
64 #filters reject all following items. see lines starting physics.producers below
65 reco: [ rns, caldata, gaushit, hitfd, @sequence::pd_reco_path ]
67 #define the output stream, there could be more than one if using filters
70 #trigger_paths is a keyword and contains the paths that modify the art::event,
71 #ie filters and producers
74 #end_paths is a keyword and contains the paths that do not modify the art::Event,
75 #ie analyzers and output streams. these all run simultaneously
79 #block to define where the output goes. if you defined a filter in the physics
80 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
81 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
86 module_type: RootOutput
87 fileName: "%ifb_reco.root"
88 dataTier: "full-reconstructed"
90 saveMemoryObjectThreshold: 0