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

Public Member Functions | |
| G4BetaPlusDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theEndPointEnergy=0.0, G4double theDaughterExcitation=0.0, G4double theFFN=0.0, G4bool theBetaSimple=false, CLHEP::RandGeneral *theRandEnergy=0) | |
| ~G4BetaPlusDecayChannel () | |
Definition at line 59 of file G4BetaPlusDecayChannel.hh.
| G4BetaPlusDecayChannel::G4BetaPlusDecayChannel | ( | G4int | Verbose, | |
| const G4ParticleDefinition * | theParentNucleus, | |||
| G4double | theBR, | |||
| G4double | theEndPointEnergy = 0.0, |
|||
| G4double | theDaughterExcitation = 0.0, |
|||
| G4double | theFFN = 0.0, |
|||
| G4bool | theBetaSimple = false, |
|||
| CLHEP::RandGeneral * | theRandEnergy = 0 | |||
| ) | [inline] |
Definition at line 70 of file G4BetaPlusDecayChannel.hh.
References G4cout, G4endl, and G4VDecayChannel::GetVerboseLevel().
00077 : 00078 G4NuclearDecayChannel (BetaPlus, 00079 Verbose, 00080 theParentNucleus, 00081 theBR, 00082 theFFN, 00083 theBetaSimple, 00084 theRandEnergy, 00085 theEndPointEnergy, 00086 theParentNucleus->GetBaryonNumber(), 00087 int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-1, 00088 theDaughterExcitation, "e+", "nu_e") 00089 { 00090 #ifdef G4VERBOSE 00091 if (GetVerboseLevel()>1) 00092 G4cout <<"G4BetaPlusDecayChannel constructor" <<G4endl; 00093 #endif 00094 } ~G4BetaPlusDecayChannel () {;}
| G4BetaPlusDecayChannel::~G4BetaPlusDecayChannel | ( | ) | [inline] |
1.4.7