Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
event-processor
fcl
test_02.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: false}
15
}
16
17
t1: [p1]
18
e1: [a1]
19
}
Generated by
1.8.11