test_04.fcl
Go to the documentation of this file.
1 source: {
2  module_type: DoNothingInput
3 }
4 
5 services.Wanted.messagePrinter.tool_type: MessagePrinter
6 
7 physics: {
8 
9  producers: {
10  p1: { module_type: ThrowingProducer throwFromCtor: true}
11  }
12 
13  analyzers: {
14  a1: { module_type: ThrowingAnalyzer throwFromCtor: true}
15  }
16 
17  t1: [p1]
18  e1: [a1]
19 }