dropAllEventsSubruns_t2.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents : 100
4 }
5 
6 physics: {
7  producers: {
8  prod: {
9  module_type: ToyProductProducer
10  }
11  }
12 
13  p1: [ prod ]
14  e1: [ output ]
15 }
16 
17 outputs: {
18  output : {
19  module_type: RootOutput
20  fileName: "out_dropAllEventsSubruns2.root"
21  dropAllSubRuns: true
22  }
23 }
24 
25 process_name: DropAllEventsTest