test_showerreco_uboone.fcl
Go to the documentation of this file.
1 #include "services_microboone.fcl"
2 #include "showerreco3d_microboone.fcl"
3 #include "showerquality_microboone.fcl"
4 process_name: ShowerTest
5 
6 services:
7 {
8  TFileService: { fileName: "shower_test_hist.root" }
9  TimeTracker {}
10  RandomNumberGenerator: {}
11  message: @local::standard_warning
12  @table::microboone_services
13 }
14 
15 source:
16 {
17  module_type: RootInput
18  maxEvents: -1 # Number of events to create
19 }
20 
21 physics:
22 {
23 
24  producers:
25  {
26  showerreco: @local::showerreco3d_uboone
27  pandoraNuShower: @local::showerreco3d_uboone_pandora
28  }
29 
30  analyzers:
31  {
32  showerrecoQuality: @local::showerquality_uboone
33  pandoraNuShowerQuality: @local::showerquality_uboone
34  }
35 
36  reco: [ showerreco, pandoraNuShower ]
37 
38  ana: [ showerrecoQuality, pandoraNuShowerQuality ]
39 
40  end_paths: [ analyzeIt ]
41 
42  stream1: [ out1 ]
43 
44  trigger_paths: [reco]
45 
46  end_paths: [ana, stream1]
47 }
48 
49 outputs:
50 {
51  out1:
52  {
53  module_type: RootOutput
54  fileName: "shower_test.root"
55  }
56 }
57 
58 physics.analyzers.showerrecoQuality.ShowerProducer: "showerreco"
59 
60 physics.analyzers.pandoraNuShowerQuality.ShowerProducer: "pandoraNuShower"
61