G4AlphaDecayChannel Class Reference

#include <G4AlphaDecayChannel.hh>

Inheritance diagram for G4AlphaDecayChannel:

G4NuclearDecayChannel G4GeneralPhaseSpaceDecay G4VDecayChannel

Public Member Functions

 G4AlphaDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theEndPointEnergy=0.0, G4double theDaughterExcitation=0.0)
 ~G4AlphaDecayChannel ()

Detailed Description

Definition at line 57 of file G4AlphaDecayChannel.hh.


Constructor & Destructor Documentation

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]

Definition at line 82 of file G4AlphaDecayChannel.hh.

00082 {;}


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