Physics generators for neutrinos, cosmic rays, and others. More...
Classes | |
| class | CRYHelper |
| Interface to the CRY cosmic-ray generator. More... | |
| class | RNGWrapper |
Enumerations | |
| enum | { kNeutrinoGenerator = -100, kCosmicRayGenerator = -200 } |
Functions | |
| unsigned int | GetRandomNumberSeed () |
Variables | |
| template<class T > | |
| double(T::* | RNGWrapper )(void) |
Physics generators for neutrinos, cosmic rays, and others.
| anonymous enum |
Enumerate mother codes for primary particles.
Normally the mother code for a primary particle would be set to some arbitrary invalid value like -1, however, we can use this to mark the source of the particle as being either, eg., neutrino induced or from cosmic-rays.
| Enumerator | |
|---|---|
| kNeutrinoGenerator | |
| kCosmicRayGenerator | |
Definition at line 14 of file evgenbase.h.
|
inline |
Definition at line 22 of file evgenbase.h.
| double(T::* evgb::RNGWrapper) (void) |
Definition at line 82 of file CRYHelper.h.
1.8.11