filterWF.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "singles_dune.fcl"
3 #include "largeantmodules_dune.fcl"
4 #include "detsimmodules_dune.fcl"
5 
6 services:
7 {
8  @table::dune35t_simulation_services
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12 }
13 
14 outputs:
15 {
16  out1:
17  {
18  module_type: RootOutput
19  fileName: "FilterWF.root"
20  }
21 
22 }
23 
24 source:
25 {
26  module_type: RootInput
27  fileNames: [ "/afs/fnal.gov/files/home/room3/jpdavies/lbne_r000200_sr01_20140807T150347.root" ]
28  maxEvents: -1
29 }
30 
31 physics:
32 {
33  producers:
34  {
35  filterWF: {
36  module_type: FilterWF
37  RawDigitModuleLabel: "SplitterInput"
38  RawDigitModuleInstance: "TPC"
39  SkipStuckCodes: true
40  }
41  }
42 
43  produce: [ filterWF ]
44  output: [ out1 ]
45  trigger_paths: [ produce ]
46  end_paths: [ output ]
47 
48 }
49 
50 process_name: RunFilterWF