|
GENIEGenerator
|
Enumerations | |
| enum | kHadronTensorGridFlag_t { kStartAndStep = 0 , kExplicitValues = 1 , kHadronTensorGridFlag_COUNT = 2 } |
Functions | |
| double | real_sqrt (double x) |
| enum anonymous_namespace{TabulatedLabFrameHadronTensor.cxx}::kHadronTensorGridFlag_t |
Enumerated type that represents the format used to read in grid points from the hadron tensor data file
Definition at line 19 of file TabulatedLabFrameHadronTensor.cxx.
| double anonymous_namespace{TabulatedLabFrameHadronTensor.cxx}::real_sqrt | ( | double | x | ) |
Definition of sqrt() that returns zero if the argument is negative. Used to prevent spurious NaNs due to numerical roundoff.
Definition at line 30 of file TabulatedLabFrameHadronTensor.cxx.