BlockingPrescaler_t.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source:
4 {
5  module_type: EmptyEvent
6  maxEvents: 25
7 }
8 
9 services:
10 {
11  scheduler:
12  {
13  wantSummary: true
14  }
15 }
16 
17 physics:
18 {
19  filters:
20  {
21  prescale:
22  {
23  module_type: BlockingPrescaler
24  blockSize: 5
25  stepSize: 7
26  offset: 11
27  }
28  }
29  p1: [ prescale ]
30 }