1 #include "services_microboone.fcl"
2 #include "caldata_microboone.fcl"
3 #include "hitfindermodules_microboone.fcl"
4 #include "cluster_microboone.fcl"
5 #include "mchitmodules.fcl"
11 # Load the service that manages root files for histograms.
12 TFileService: { fileName: "HitAnaOutput3_hist.root" }
14 RandomNumberGenerator: {} #ART native random number generator
15 @table::microboone_services
19 #Start each new event with an empty event.
22 module_type: RootInput
23 fileNames: ["myInputFile.root"]
24 maxEvents: 10 # Number of events to create
25 firstRun: 1 # Run number to use for this file
26 firstEvent: 1 # number of first event in the file
30 # Define and configure some modules to do work on each event.
31 # First modules are defined; they are scheduled later.
32 # Modules are grouped by type.
38 caldata: @local::microboone_calroi
39 gaushit: @local::microboone_gaushitfinder
40 rffhit: @local::microboone_rffhitfinder
41 ccluster: @local::microboone_clustercrawler
42 mchit: @local::standard_mchitfinder
48 hitana: { module_type: HitAnaModule
49 HitModuleLabels: [ "rffhit", "gaushit", "ccluster" ] # cccluster
50 WireModuleLabel: "caldata"
51 MCHitModuleLabel: "mchit" }
54 reco: [caldata, gaushit, rffhit, ccluster, mchit]
58 trigger_paths: [ reco ]
59 end_paths: [ analyze, stream1 ]
66 module_type: RootOutput
67 fileName: "HitAnaOutput3.root"
72 #physics.producers.caldata.uPlaneROIPad: [10,10]
73 #physics.producers.caldata.uPlaneRamp: false