ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 |
allowed | |
firstForbidden | |
uniqueFirstForbidden | |
secondForbidden | |
uniqueSecondForbidden | |
thirdForbidden | |
uniqueThirdForbidden | |
notImplemented |
Definition at line 38 of file G4BetaDecayType.hh.
View newest version in sPHENIX GitHub at line 38 of file G4BetaDecayType.hh
std::istream& operator>> | ( | std::istream & | s, |
G4BetaDecayType & | q | ||
) |
Definition at line 29 of file G4BetaDecayType.cc.
View newest version in sPHENIX GitHub at line 29 of file G4BetaDecayType.cc
References a, allowed, firstForbidden, notImplemented, secondForbidden, thirdForbidden, uniqueFirstForbidden, uniqueSecondForbidden, and uniqueThirdForbidden.