Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
test_tiered_input_07
fcl
make_fA-tmp.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: "fA.root"
10
}
11
}
12
13
physics: {
14
producers: {
15
m1: {
16
module_type: IntProducer
17
ivalue: 1
18
}
19
}
20
p1: [ m1 ]
21
e1: [ out1 ]
22
}
23
24
process_name: ProcA
Generated by
1.8.11