Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
test_tiered_input_05
fcl
make_f1.fcl
Go to the documentation of this file.
1
source: {
2
module_type: EmptyEvent
3
maxEvents: 8
4
}
5
6
outputs: {
7
out1: {
8
module_type: RootOutput
9
fileName: "f1.root"
10
}
11
}
12
13
physics: {
14
producers: {
15
m1a: {
16
module_type: IntProducer
17
ivalue: 1
18
}
19
m2a: {
20
module_type: IntProducer
21
ivalue: 2
22
}
23
m3a: {
24
module_type: IntProducer
25
ivalue: 3
26
}
27
}
28
p1: [ m1a, m2a, m3a ]
29
e1: [ out1 ]
30
}
31
32
process_name: MAKEF1
Generated by
1.8.11