|
Geant4-11
|
#include "globals.hh"Go to the source code of this file.
Enumerations | |
| enum | G4BetaDecayType { allowed , firstForbidden , uniqueFirstForbidden , secondForbidden , uniqueSecondForbidden , thirdForbidden , uniqueThirdForbidden , notImplemented } |
Functions | |
| std::istream & | operator>> (std::istream &s, G4BetaDecayType &q) |
| enum G4BetaDecayType |
| Enumerator | |
|---|---|
| allowed | |
| firstForbidden | |
| uniqueFirstForbidden | |
| secondForbidden | |
| uniqueSecondForbidden | |
| thirdForbidden | |
| uniqueThirdForbidden | |
| notImplemented | |
Definition at line 38 of file G4BetaDecayType.hh.
| std::istream & operator>> | ( | std::istream & | s, |
| G4BetaDecayType & | q | ||
| ) |
Definition at line 29 of file G4BetaDecayType.cc.
References allowed, firstForbidden, notImplemented, secondForbidden, thirdForbidden, uniqueFirstForbidden, uniqueSecondForbidden, and uniqueThirdForbidden.