![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"
Include dependency graph for G4RadioactiveDecayMode.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | G4RadioactiveDecayMode { RDM_ERROR =-1, IT =0, BetaMinus =1, BetaPlus =2, KshellEC =3, LshellEC =4, MshellEC =5, NshellEC =6, Alpha =7, Proton =8, Neutron =9, SpFission =10, BDProton =11, BDNeutron =12, Beta2Minus =13, Beta2Plus =14, Proton2 =15, Neutron2 =16, Triton =17 } |
Functions | |
| std::istream & | operator>> (std::istream &s, G4RadioactiveDecayMode &q) |
| RDM_ERROR | |
| IT | |
| BetaMinus | |
| BetaPlus | |
| KshellEC | |
| LshellEC | |
| MshellEC | |
| NshellEC | |
| Alpha | |
| Proton | |
| Neutron | |
| SpFission | |
| BDProton | |
| BDNeutron | |
| Beta2Minus | |
| Beta2Plus | |
| Proton2 | |
| Neutron2 | |
| Triton |
Definition at line 66 of file G4RadioactiveDecayMode.hh.
View newest version in sPHENIX GitHub at line 66 of file G4RadioactiveDecayMode.hh
| std::istream& operator>> | ( | std::istream & | s, |
| G4RadioactiveDecayMode & | q | ||
| ) |
Definition at line 29 of file G4RadioactiveDecayMode.cc.
View newest version in sPHENIX GitHub at line 29 of file G4RadioactiveDecayMode.cc
References a, Alpha, BDNeutron, BDProton, Beta2Minus, Beta2Plus, BetaMinus, BetaPlus, IT, KshellEC, LshellEC, MshellEC, Neutron, Neutron2, NshellEC, Proton, Proton2, RDM_ERROR, SpFission, and Triton.