G4BetaMinusDecayChannel Class Reference

#include <G4BetaMinusDecayChannel.hh>

Inheritance diagram for G4BetaMinusDecayChannel:

G4NuclearDecayChannel G4GeneralPhaseSpaceDecay G4VDecayChannel

Public Member Functions

 G4BetaMinusDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theEndPointEnergy=0.0, G4double theDaughterExcitation=0.0, G4double theFFN=1.0, G4bool theBetaSimple=false, CLHEP::RandGeneral *theRandEnergy=0)
 ~G4BetaMinusDecayChannel ()

Detailed Description

Definition at line 57 of file G4BetaMinusDecayChannel.hh.


Constructor & Destructor Documentation

G4BetaMinusDecayChannel::G4BetaMinusDecayChannel ( G4int  Verbose,
const G4ParticleDefinition theParentNucleus,
G4double  theBR,
G4double  theEndPointEnergy = 0.0,
G4double  theDaughterExcitation = 0.0,
G4double  theFFN = 1.0,
G4bool  theBetaSimple = false,
CLHEP::RandGeneral *  theRandEnergy = 0 
) [inline]

Definition at line 66 of file G4BetaMinusDecayChannel.hh.

References G4cout, G4endl, and G4VDecayChannel::GetVerboseLevel().

00073                                                                  :
00074       G4NuclearDecayChannel (BetaMinus, Verbose, theParentNucleus, theBR,
00075                              theFFN, 
00076                              theBetaSimple,
00077                              theRandEnergy,
00078                              theEndPointEnergy,
00079                              theParentNucleus->GetBaryonNumber(),
00080                              int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)+1,
00081                              theDaughterExcitation, "e-", "anti_nu_e")
00082     {
00083 #ifdef G4VERBOSE
00084       if (GetVerboseLevel()>1)
00085         G4cout <<"G4BetaMinusDecayChannel constructor" <<G4endl;
00086 #endif
00087     }
    ~G4BetaMinusDecayChannel () {;}

G4BetaMinusDecayChannel::~G4BetaMinusDecayChannel (  )  [inline]

Definition at line 88 of file G4BetaMinusDecayChannel.hh.

00088 {;}


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