Geant4  10.02.p03
G4BetaMinusDecayChannel Class Reference

#include <G4BetaMinusDecayChannel.hh>

Inheritance diagram for G4BetaMinusDecayChannel:
Collaboration diagram for G4BetaMinusDecayChannel:

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, G4RandGeneral *theRandEnergy=0)
 
 ~G4BetaMinusDecayChannel ()
 

Detailed Description

Definition at line 58 of file G4BetaMinusDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4BetaMinusDecayChannel()

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

Definition at line 67 of file G4BetaMinusDecayChannel.hh.

74  :
75  G4NuclearDecayChannel (BetaMinus, Verbose, theParentNucleus, theBR,
76  theFFN,
77  theBetaSimple,
78  theRandEnergy,
79  theEndPointEnergy,
80  theParentNucleus->GetBaryonNumber(),
81  int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)+1,
82  theDaughterExcitation, "e-", "anti_nu_e")
83  {
84 #ifdef G4VERBOSE
85  if (GetVerboseLevel()>1)
86  G4cout <<"G4BetaMinusDecayChannel constructor" <<G4endl;
87 #endif
88  }
G4GLOB_DLL std::ostream G4cout
static const double eplus
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const

◆ ~G4BetaMinusDecayChannel()

G4BetaMinusDecayChannel::~G4BetaMinusDecayChannel ( )
inline

Definition at line 89 of file G4BetaMinusDecayChannel.hh.

89 {;}

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