RunPTBToOffline.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "PTBToOffline.fcl"
3 
4 
5 process_name: RunSSPToOffline
6 
7 services : {
8  @table::dune35t_services
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12 
13 }
14 
15 physics:
16 {
17  producers:
18  {
19  ptbtooffline: @local::ptb_to_offline
20  }
21 
22  #Create path to run module
23  produce: [ ptbtooffline ]
24  output: [ out1 ]
25 
26  trigger_paths : [ produce ]
27  end_paths: [ output ]
28 }
29 
30 
31 source:
32 {
33  module_type: RootInput
34  maxEvents : 1000
35 }
36 
37 
38 outputs:
39 {
40  out1:
41  {
42  module_type: RootOutput
43  fileName: "PTBEventToOffline.root"
44  }
45 
46 }
47 
48