dropAllEventsSubruns_r_t2.fcl
Go to the documentation of this file.
1 source:
2 {
3  module_type: RootInput
4  fileNames: ["out_dropAllEventsSubruns2.root"]
5 }
6 
7 physics:
8 {
9 
10  producers:
11  {
12  prod:
13  {
14  module_type: ToyProductProducer
15  }
16  }
17 
18  p1: [ prod ]
19  e1: [ output ]
20 
21  trigger_paths: [ p1 ]
22  end_paths: [ e1 ]
23 }
24 
25 outputs:
26 {
27  output : {
28  module_type: RootOutput
29  fileName: "out_dropAllEventsSubruns2_r.root"
30  dropAllSubRuns: true
31  }
32 }
33 
34 process_name: DropAllEventsTestRead