NuEScatterGen.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_nuescattergen:
4 {
5  module_type: "generator"
6 
7  MinEnu: "0.005" # min neutrino energy in GeV
8  MaxEnu: "0.070" # max neutrino energy in GeV
9 
10  MinX: "-360" # min X coordinate of generating volume
11  MaxX: "360" # max X coordinate of generating volume
12  MinY: "-600" # min Y coordinate of generating volume
13  MaxY: "600" # max Y coordinate of generating volume
14  MinZ: "0" # min Z coordinate of generating volume
15  MaxZ: "1400" # max Z coordinate of generating volume
16 
17  NueFluxFrac: "0.33" # fraction of neutrino flux that is nue
18 }
19 
20 
21 END_PROLOG
22