1 #include "services_dune.fcl"
2 #include "photpropservices_dune.fcl"
3 #include "opticaldetectormodules_dune.fcl"
4 #include "anarootparser.fcl"
5 #include "pandoramodules_dune.fcl"
6 #include "hitfindermodules_dune.fcl"
7 #include "disambigcheck.fcl"
8 #include "tools_dune.fcl"
10 process_name: Mergeana
14 # Load the service that manages root files for histograms.
15 TFileService: { fileName: "ana_hist.root" }
18 RandomNumberGenerator: {}
19 FileCatalogMetadata: @local::art_file_catalog_mc
20 @table::dunedphase3x1x1_reco_services_legacy
25 module_type: RootInput
26 maxEvents: -1 # Number of events to create
29 # Define and configure some modules to do work on each event.
30 # First modules are defined; they are scheduled later.
31 # Modules are grouped by type.
36 analysistree: @local::data_3x1x1_anarootparser
39 #define the output stream, there could be more than one if using filters
42 #define the producer and filter modules for this path, order matters,
43 #filters reject all following items. see lines starting physics.producers below
46 #end_paths is a keyword and contains the paths that do not modify the art::Event,
47 #ie analyzers and output streams. these all run simultaneously
51 #block to define where the output goes. if you defined a filter in the physics
52 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
53 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
58 module_type: RootOutput
59 fileName: "%ifb_%tc_merged.root"
60 dataTier: "full-reconstructed"
65 ### Here, we overwrite ALL module Labels with the ones defined above.
66 physics.analyzers.analysistree.LogLevel: 0
67 physics.analyzers.analysistree.SaveHitInfo: true
68 physics.analyzers.analysistree.SaveClusterInfo: true
69 physics.analyzers.analysistree.SaveTrackInfo: true
70 physics.analyzers.analysistree.SaveRecobWireInfo: true