supernova.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_supernova_alg:
4 {
5  # Sample this energy spectrum (found in $FW_SEARCH_PATH)
6  # This value is not used if Monoenergetic neutrinos is set to true
7  EnergySpectrumFileName: "gvkm_xscn_weighted_nue_spectrum.root"
8 
9  # Use the same energy for all of the simulated neutrinos
10  MonoenergeticNeutrinos: false
11 
12  # Neutrinos of this energy are generated only if
13  # MonoenergeticNeutrinos is set to true, otherwise this value is not used
14  NeutrinoEnergy: 10
15 
16  # Sample Poisson distribution for each event
17  # to decide how many events to simulate
18  UsePoissonDistribution: true
19 
20  # Allow zero neutrinos to be created?
21  AllowZeroNeutrinos: false
22 
23  # Average or exact number of neutrinos simulated
24  NumberOfNeutrinos: 10
25 
26  # Simulate neutrinos randomly within this time interval
27  NeutrinoTimeBegin: -2246000.0 # In ns
28  NeutrinoTimeEnd: 2246000.0 # In ns
29 
30  # Simulate neutrinos in a box
31  # Define the box using two coordinates
32  ActiveVolume0: [ -363.376, -607.829, -0.876 ] # In cm
33  ActiveVolume1: [ 363.376, 607.829, 463.904 ] # In cm
34 }
35 
36 standard_supernova:
37 {
38  module_type: "SNNueAr40CCGen"
39  GeneratorAlg: @local::standard_supernova_alg
40 }
41 
42 #The following is moved to supernova_dune.fcl.
43 #dunefd_workspace_supernova: @local::standard_supernova
44 
45 END_PROLOG