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 "calorimetry_dune10kt.fcl"
7 #include "featurelabelingmodules.fcl"
8 #include "opticaldetectormodules_dune.fcl"
10 #include "tools_dune.fcl"
12 process_name: pDUNEreco
16 # Load the service that manages root files for histograms.
17 TFileService: { fileName: "min_reco_protoDUNE_hist.root" }
20 RandomNumberGenerator: {} #ART native random number generator
21 message: @local::dune_message_services_prod_debug
22 FileCatalogMetadata: @local::art_file_catalog_mc
23 @table::protodune_data_services
26 services.Geometry.SortingParameters.ChannelsPerOpDet: 12
28 #source is now a root file
31 module_type: RootInput
33 fileNames: ["minreco_protoDUNE.root"]
36 source.inputCommands: ["keep *_*_*_*", "drop *_*_*_SinglesGen", "drop *_*_*_G4", "drop *_*_*_Reco" ]
38 # Define and configure some modules to do work on each event.
39 # First modules are defined; they are scheduled later.
40 # Modules are grouped by type.
46 # convert raw::RawDigit to recob::wire
47 caldata: @local::producer_adcprep
49 gaushit: @local::dunefd_gaushitfinder
50 # actual disambiguation
51 hitfd: @local::dunefd_hitfinderfd
52 # event feature labeling
53 emtrkmichelid: @local::protodune_emtrkmichelid
54 linecluster: @local::dune35t_linecluster
55 pmtrack: @local::dunefd_pmalgtrackmaker
56 # photon detector reconstruction
57 ophit: @local::dune35t_ophit
58 opflash: @local::dune35t_opflash
61 #define the producer and filter modules for this path, order matters,
62 #filters reject all following items. see lines starting physics.producers below
63 reco: [ #optical hits and flashes
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"
104 outputs.out1.outputCommands: ["keep *_*_*_*", "drop *_*_*_Detsim" ]
106 ### Here, we overwrite ALL module labels with the ones defined above.
107 physics.producers.linecluster.HitFinderModuleLabel: "hitfd"
109 physics.producers.pmtrack.HitModuleLabel: "linecluster"
110 physics.producers.pmtrack.ClusterModuleLabel: "emtrkmichelid:emtrkmichel"
111 physics.producers.pmtrack.PMAlgTracking.TrackLikeThreshold: 0.63
112 physics.producers.pmtrack.PMAlgTracking.MinSeedSize2ndPass: 3
113 physics.producers.pmtrack.PMAlgTracking.Validation: "adc"
114 physics.producers.pmtrack.PMAlgTracking.AdcValidationThr: [0.8, 0.8, 1.0]
115 physics.producers.pmtrack.PMAlgTracking.RunVertexing: true
116 physics.producers.pmtrack.PMAlgTracking.FlipToBeam: true
117 physics.producers.pmtrack.PMAlgTracking.MatchT0inCPACrossing: true
118 physics.producers.pmtrack.PMAlgCosmicTagging.TagOutOfDriftTracks: true
119 physics.producers.pmtrack.PMAlgCosmicTagging.TagFullHeightTracks: true
120 physics.producers.pmtrack.PMAlgCosmicTagging.TagNonBeamT0Tracks: true
122 #Optical detector configuration
123 physics.producers.ophit.InputModule: "opdigi"
124 physics.producers.opflash.InputModule: "ophit"