Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
product-aggregation
physics-workflow
fcl
reconstruction_w.fcl
Go to the documentation of this file.
1
physics: {
2
3
filters: {
4
reco: {
5
module_type: Reconstruction
6
inputTag: ["sim:particleEnergies:particleSim"]
7
energyThreshold: 10 # Max energy is 18 [=abs(-9)+9]
8
}
9
}
10
11
p1: [reco]
12
e1: [out]
13
}
14
15
outputs: {
16
out: {
17
module_type: RootOutput
18
fileName: "reco_%#.root"
19
SelectEvents: [p1]
20
fileProperties: {
21
maxEvents: 20
22
}
23
}
24
}
25
26
process_name: reco
Generated by
1.8.11