Geant4  10.02.p03
G4AlphaDecayChannel Class Reference

#include <G4AlphaDecayChannel.hh>

Inheritance diagram for G4AlphaDecayChannel:
Collaboration diagram for G4AlphaDecayChannel:

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::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.

70  :
71  G4NuclearDecayChannel (Alpha, Verbose, theParentNucleus, theBR,
72  theEndPointEnergy,
73  (theParentNucleus->GetBaryonNumber())-4,
74  int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-2,
75  theDaughterExcitation, "alpha")
76  {
77 #ifdef G4VERBOSE
78  if (GetVerboseLevel()>1)
79  G4cout <<"G4AlphaDecayChannel constructor" << G4endl;
80 #endif
81  }
G4GLOB_DLL std::ostream G4cout
static const double eplus
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const

◆ ~G4AlphaDecayChannel()

G4AlphaDecayChannel::~G4AlphaDecayChannel ( )
inline

Definition at line 82 of file G4AlphaDecayChannel.hh.

82 {;}

The documentation for this class was generated from the following file: