uboone-nfspl1.fcl
Go to the documentation of this file.
1 #include "wcls.fcl"
2 
3 process_name: ubwclsnfspl1
4 
5 source :{
6  module_type: RootInput
7  saveMemoryObjectThreshold: 10485760
8 
9  inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
10  #inputCommands: ["drop *", "keep *_*_*_Swizzler"]
11 }
12 
13 physics :{
14  producers: {
15  nfspl1 : @local::wcls.nfspl1
16 
17  butcher : @local::wcls.butcher
18  }
19 
20  #analyzers : {
21  # Event : @local::celltreeub
22  #}
23 
24  p1 : [ nfspl1, butcher ]
25 
26  # ana : [ Event ]
27  trigger_paths : [ p1 ]
28 
29  o1 : [ out1 ]
30  #end_paths: [ o1, ana ]
31  end_paths: [ o1 ]
32 }
33 
34 outputs:{
35  out1: {
36  module_type: RootOutput
37  fileName: "output.root"
38  #SelectEvents: [p1]
39  saveMemoryObjectThreshold: 10485760
40 
41  outputCommands : [
42  "keep *_*_*_*"
43  // "drop *_nfspl1_raw_*",
44  // "drop *_nfspl1_threshold_*",
45  // "drop *_nfspl1_wiener_*",
46  // "drop *_nfspl1_gauss_*",
47  // "drop *_wcNoiseFilter_*_*",
48  // "drop *_daq_*_*"
49  ]
50 
51  }
52 }