Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
fcl
dropAllEventsSubruns_t1.fcl
Go to the documentation of this file.
1
source: {
2
module_type: EmptyEvent
3
maxEvents : 100
4
}
5
6
physics: {
7
producers: {
8
prod: {
9
module_type: ToyProductProducer
10
}
11
}
12
13
p1: [ prod ]
14
e1: [ output ]
15
}
16
17
outputs: {
18
output : {
19
module_type: RootOutput
20
fileName: "out_dropAllEventsSubruns1.root"
21
dropAllEvents : true
22
dropAllSubRuns: true
23
}
24
}
25
26
process_name: DropAllEventsTest
Generated by
1.8.11