Geant4  10.02.p03
G4BetaPlusDecayChannel Class Reference

#include <G4BetaPlusDecayChannel.hh>

Inheritance diagram for G4BetaPlusDecayChannel:
Collaboration diagram for G4BetaPlusDecayChannel:

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

Detailed Description

Definition at line 60 of file G4BetaPlusDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4BetaPlusDecayChannel()

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

Definition at line 71 of file G4BetaPlusDecayChannel.hh.

78  :
79  G4NuclearDecayChannel (BetaPlus,
80  Verbose,
81  theParentNucleus,
82  theBR,
83  theFFN,
84  theBetaSimple,
85  theRandEnergy,
86  theEndPointEnergy,
87  theParentNucleus->GetBaryonNumber(),
88  int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-1,
89  theDaughterExcitation, "e+", "nu_e")
90  {
91 #ifdef G4VERBOSE
92  if (GetVerboseLevel()>1)
93  G4cout <<"G4BetaPlusDecayChannel constructor" <<G4endl;
94 #endif
95  }
G4GLOB_DLL std::ostream G4cout
static const double eplus
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const

◆ ~G4BetaPlusDecayChannel()

G4BetaPlusDecayChannel::~G4BetaPlusDecayChannel ( )
inline

Definition at line 96 of file G4BetaPlusDecayChannel.hh.

96 {;}

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