Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
high-memory
fcl
HMSubRun_w.fcl
Go to the documentation of this file.
1
process_name: HMSR
2
3
source: {
4
module_type: EmptyEvent
5
maxEvents: 1
6
}
7
8
outputs: {
9
o1: {
10
module_type: RootOutput
11
fileName: "out.root"
12
compressionLevel: 0
13
saveMemoryObjectThreshold: 26214400 // 25 MiB
14
}
15
}
16
17
services: {
18
MemoryTracker: { }
19
}
20
21
physics: {
22
producers: {
23
srprod: { module_type: HMSubRunProdProducer }
24
}
25
26
p1: [ srprod ]
27
e1: [ o1 ]
28
}
Generated by
1.8.11