IntProducerRun_t.fcl
Go to the documentation of this file.
1 physics: {
2  producers: {
3  makeInt: {
4  module_type: IntProducer
5  ivalue: 3
6  branchType: 2 # Run
7  }
8  }
9  p1: [makeInt]
10 }