1 #include "job/services.fcl"
3 #include "job/caldata.fcl"
4 #include "job/hitfindermodules.fcl"
5 #include "job/clustermodules.fcl"
7 #include "job/trackfindermodules.fcl"
8 #include "job/vertexfindermodules.fcl"
9 #include "job/calorimetry_microboone.fcl"
10 #include "job/particleid.fcl"
11 #include "job/analysistreemodule.fcl"
12 #include "job/filters.fcl"
18 # Load the service that manages root files for histograms.
19 TFileService: { fileName: "standard_reco_hist.root" }
21 MemoryTracker: { } # default is one
22 RandomNumberGenerator: {} #ART native random number generator
23 @table::microboone_services
26 #source is now a root file
29 module_type: RootInput
30 maxEvents: -1 # Number of events to create
37 module_type: RootOutput
38 fileName: "standard_reco.root" #default file name, can override from command line with -o or --output
39 #SelectEvents: {SelectEvents: [reco] }
54 #define the producer and filter modules for this path, order matters,
55 #filters reject all following items. see lines starting physics.producers below
56 # reco: [ scanfilt, caldata, ffthit, dbcluster, hough, linemerger, track3d ]
57 #reco: [ caldata, ffthit, dbcluster, hough, linemerger, vertex2d, kingacluster, spacepts, matchtracks, calo, pid ]
59 # reco: [ caldata, ffthit, dbcluster, hough, linemerger, track3d ]
61 # ana: [ analysistree ]
63 #define the output stream, there could be more than one if using filters
66 #trigger_paths is a keyword and contains the paths that modify the art::event,
67 #ie filters and producers
70 #end_paths is a keyword and contains the paths that do not modify the art::Event,
71 #ie analyzers and output streams. these all run simultaneously
72 # end_paths: [ stream1, ana ]
73 end_paths: [ stream1 ]
77 # define the list of LArSoft modules to run through the simulate path
78 #physics.filters.scanfilt: @local::argoneut_scanfilter
79 #physics.producers.filter: @local::evtfilter
80 #physics.producers.caldata: @local::argoneut_calwire
81 #physics.producers.ffthit: @local::argoneut_gaushitfinder
82 #physics.producers.dbcluster: @local::argoneut_dbcluster
83 #physics.producers.hough: @local::argoneut_houghlinefinder
84 #physics.producers.linemerger: @local::argoneut_linemerger
85 #physics.producers.vertex2d: @local::argoneut_vertex2d
86 #physics.producers.kingacluster: @local::argoneut_kingacluster
87 #physics.producers.spacepts: @local::argoneut_spacepts
88 #physics.producers.matchtracks: @local::argoneut_matchtracks
89 physics.producers.calo: @local::microboone_calomc
90 #physics.producers.pid: @local::argoneut_chi2pid
91 #physics.analyzers.analysistree: @local::microboone_analysistree
92 #physics.producers.filter.BadEvents: [5]
93 #physics.producers.filter.BadRuns: [10]
94 #physics.producers.matchtracks.lartracks: "spacepts"
95 physics.producers.calo.TrackModuleLabel: "trackkalmanhit"
96 #physics.producers.calo.CaloAlg.CaloUseModBox: true
97 #physics.producers.calo.UseArea: true
98 #physics.producers.pid.TrackModuleLabel: "spacepts"
99 #physics.producers.pid.CalorimetryModuleLabel: "calo"
100 #physics.analyzers.analysistree.TrackModuleLabel: "beziertracker"
101 #physics.analyzers.analysistree.TrackMatchModuleLabel: "matchtracks"
102 #physics.analyzers.analysistree.CalorimetryModuleLabel: "calo"
103 #physics.analyzers.analysistree.ParticleIDModuleLabel: "pid"
104 #physics.analyzers.analysistree.GenieGenModuleLabel: "generator"
105 #physics.analyzers.analysistree.POTModuleLabel: "generator"