marley_dune.fcl
Go to the documentation of this file.
1 #include "marley.fcl"
2 
3 BEGIN_PROLOG
4 
5 # DUNE-specific MARLEY configurations
6 dune_marley_monoenergetic: @local::standard_marley_monoenergetic
7 dune_marley_nue_spectrum: @local::standard_marley_nue_spectrum
8 dune_marley_fermi_dirac: @local::standard_marley_fermi_dirac
9 
10 dune_marley_flat: @local::standard_marley
11 dune_marley_flat.marley_parameters.source: {
12  type: "histogram"
13  neutrino: "ve"
14  E_bin_lefts: [ 4. ] # Low edge of uniform distribution
15  weights: [ 1. ] # Can be any positive value
16  Emax: 70. # High edge of uniform distribution
17  weight_flux: false # Tells MARLEY not to apply cross section weighting
18  }
19 
20 
21 END_PROLOG