G4BetaPlusDecayChannel Class Reference

#include <G4BetaPlusDecayChannel.hh>

Inheritance diagram for G4BetaPlusDecayChannel:

G4NuclearDecayChannel G4GeneralPhaseSpaceDecay G4VDecayChannel

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 ()

Detailed Description

Definition at line 59 of file G4BetaPlusDecayChannel.hh.


Constructor & Destructor Documentation

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]

Definition at line 95 of file G4BetaPlusDecayChannel.hh.

00095 {;}


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:51:32 2013 for Geant4 by  doxygen 1.4.7