Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#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.