Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
output-file-handling
fcl
singleOutputProducerEmptyEvent_w.fcl
Go to the documentation of this file.
1
source: {
2
module_type: EmptyEvent
3
maxEvents: 14
4
firstRun: 1
5
firstSubRun: 0
6
numberEventsInRun: 10
7
numberEventsInSubRun: 5
8
}
9
10
physics: {
11
12
producers: {
13
prod: { module_type: ToyProductProducer }
14
}
15
16
p1: [prod]
17
e1: [o1]
18
}
19
20
outputs: {
21
22
o1: {
23
module_type: RootOutput
24
fileName : "out.root"
25
}
26
27
}
28
29
process_name: test1
Generated by
1.8.11