LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
SupernovaTruth.h
Go to the documentation of this file.
1 
9 #ifndef SupernovaTruth_h
10 #define SupernovaTruth_h
11 
12 namespace sim {
13 
20  };
21 
23  public:
25  SupernovaTruth(double time,
26  double weight,
27  double xs_avg,
28  SupernovaSamplingMode_t sampling_mode);
29 
34  double SupernovaTime;
35 
43  double Weight;
44 
49 
53  };
54 
55 }
56 #endif
Max value of enum for iteration.
SupernovaSamplingMode_t SamplingMode
Method used to sample the supernova neutrino's energy and arrival time.
double FluxAveragedCrossSection
Flux-averaged total cross section (fm2, average is taken over all energies and times for all defined ...
double Weight
Statistical weight for this neutrino vertex.
Arrival times were sampled uniformly.
Monte Carlo Simulation.
double weight
Definition: plottest35.C:25
double SupernovaTime
Arrival time of the supernova neutrino (seconds)
Sample directly from cross-section weighted spectrum.
SupernovaSamplingMode_t
Neutrino energies were sampled uniformly.