Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
protoduneana
protoduneana
Utilities
G4RWExampleAnalyzer.fcl
Go to the documentation of this file.
1
BEGIN_PROLOG
2
3
g4rwexample: {
4
module_type: "G4RWExampleAnalyzer"
5
GeneratorTag: "generator"
6
PFParticleTag: "pandora"
7
TrackerTag: "pandoraTrack"
8
9
FracsFile: "/dune/data2/users/calcuttj/GeantReweight/FlatTree/LAr_PiPlus_cascade.root"
10
Material: {
11
Name: "liquidArgon"
12
Density: 1.400
13
Components: [{
14
Z: 18
15
Mass: 39.948
16
Fraction: 1.
17
}]
18
}
19
20
DoFull: false
21
22
23
RW_PDG: 211
24
25
ParameterSet: [
26
{
27
Cut: "reac"
28
Name: "fReac"
29
Range: [000., 1200.]
30
Nominal: 1.0
31
Sigma: .2
32
},
33
{
34
Cut: "abs"
35
Name: "fAbs1"
36
Range: [000., 300.]
37
Nominal: 1.0
38
Sigma: .2
39
},
40
{
41
Cut: "abs"
42
Name: "fAbs2"
43
Range: [300., 1200.]
44
Nominal: 1.0
45
Sigma: .2
46
},
47
{
48
Cut: "cex"
49
Name: "fCex"
50
Range: [000., 1200.]
51
Nominal: 1.0
52
Sigma: .2
53
}
54
]
55
56
}
57
58
END_PROLOG
Generated by
1.8.11