busy_event_t.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents: 5
4 }
5 
6 physics: {
7  analyzers: {
8  busy: {
9  module_type: Busy
10  numEvents: @local::source.maxEvents
11  waitFor: 3
12  }
13  }
14  ep: [busy]
15 }