Geant4  10.02.p03
G4ProtonDecayChannel Class Reference

#include <G4ProtonDecayChannel.hh>

Inheritance diagram for G4ProtonDecayChannel:
Collaboration diagram for G4ProtonDecayChannel:

Public Member Functions

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

Detailed Description

Definition at line 63 of file G4ProtonDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4ProtonDecayChannel()

G4ProtonDecayChannel::G4ProtonDecayChannel ( G4int  Verbose,
const G4ParticleDefinition theParentNucleus,
G4double  theBR,
G4double  theEndPointEnergy = 0.0,
G4double  theDaughterExcitation = 0.0 
)
inline

Definition at line 72 of file G4ProtonDecayChannel.hh.

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

◆ ~G4ProtonDecayChannel()

G4ProtonDecayChannel::~G4ProtonDecayChannel ( )
inline

Definition at line 88 of file G4ProtonDecayChannel.hh.

88 {;}

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