RunGoodRun.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "SSPToOffline.fcl"
3 #include "GoodRun.fcl"
4 
5 process_name: CheckTime
6 
7 services: {
8  @table::dune35t_services
9  message: @local::dune_message_services_prod_debug
10  TFileService: { fileName: "GoodRun_hist.root" }
11  TimeTracker: {}
12 }
13 
14 physics:
15 {
16  analyzers:
17  {
18  goodrun: @local::dune35t_goodrun
19  }
20 
21  # Create path to run module
22  analyze: [ goodrun ]
23 
24  #output: [ out1 ]
25  #trigger_paths: [ produce ]
26  end_paths: [ analyze ]
27 }
28 
29 outputs:
30 {
31  out1:
32  {
33  module_type: RootOutput
34  fileName: "GoodRun.root"
35  }
36 }
37 
38 source:
39 {
40  module_type: RootInput
41  maxEvents: 1000
42 }