#include <G4AlphaDecayChannel.hh>
Inheritance diagram for G4AlphaDecayChannel:

Public Member Functions | |
| G4AlphaDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theEndPointEnergy=0.0, G4double theDaughterExcitation=0.0) | |
| ~G4AlphaDecayChannel () | |
Definition at line 57 of file G4AlphaDecayChannel.hh.
| G4AlphaDecayChannel::G4AlphaDecayChannel | ( | G4int | Verbose, | |
| const G4ParticleDefinition * | theParentNucleus, | |||
| G4double | theBR, | |||
| G4double | theEndPointEnergy = 0.0, |
|||
| G4double | theDaughterExcitation = 0.0 | |||
| ) | [inline] |
Definition at line 66 of file G4AlphaDecayChannel.hh.
References G4cout, G4endl, and G4VDecayChannel::GetVerboseLevel().
00070 : 00071 G4NuclearDecayChannel (Alpha, Verbose, theParentNucleus, theBR, 00072 theEndPointEnergy, 00073 (theParentNucleus->GetBaryonNumber())-4, 00074 int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-2, 00075 theDaughterExcitation, "alpha") 00076 { 00077 #ifdef G4VERBOSE 00078 if (GetVerboseLevel()>1) 00079 G4cout <<"G4AlphaDecayChannel constructor" << G4endl; 00080 #endif 00081 } ~G4AlphaDecayChannel () {;}
| G4AlphaDecayChannel::~G4AlphaDecayChannel | ( | ) | [inline] |
1.4.7