Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneprototypes
duneprototypes
Protodune
dualphase
test
pddp_reco_checks.fcl
Go to the documentation of this file.
1
process_name: PDDPRecoChecks
2
3
services:
4
{
5
TFileService: { fileName: "results.root" }
6
TimeTracker: {}
7
RandomNumberGenerator: {}
8
}
9
10
11
source:
12
{
13
module_type: RootInput
14
maxEvents: -1
15
fileNames: [ "detsim.root" ]
16
}
17
18
outputs: {}
19
20
21
physics:
22
{
23
analyzers:
24
{
25
wires:
26
{
27
module_type: "recobWireCheck"
28
LogLevel: 1
29
InputLabel: "caldata"
30
}
31
}
32
analysis: [ wires ]
33
end_paths: [ analysis ]
34
}
Generated by
1.8.11