handleEmptyRunsAndSubRuns_tf.fcl
Go to the documentation of this file.
1 #include "message.fcl"
2 source: {
3  module_type: EventProcessorTestSource
4  fileNames: @nil
5 }
6 
7 physics.e1: [o1]
8 outputs.o1.module_type: EventProcessorTestOutput
9 
10 services.message: @local::message
11 services.scheduler: {
12  handleEmptyRuns: true
13  handleEmptySubRuns: false
14 }