Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
G4RadioactiveDecayMode.hh File Reference
#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 {
  ERROR =-1, IT =0, BetaMinus =1, BetaPlus =2,
  KshellEC =3, LshellEC =4, MshellEC =5, Alpha =6,
  SpFission =7
}
 

Functions

std::istream & operator>> (std::istream &s, G4RadioactiveDecayMode &q)
 

Enumeration Type Documentation

Enumerator
ERROR 
IT 
BetaMinus 
BetaPlus 
KshellEC 
LshellEC 
MshellEC 
Alpha 
SpFission 

Definition at line 64 of file G4RadioactiveDecayMode.hh.

Function Documentation

std::istream& operator>> ( std::istream &  s,
G4RadioactiveDecayMode q 
)

Definition at line 29 of file G4RadioactiveDecayMode.cc.