Geant4  10.02.p03
G4KshellECDecayChannel Class Reference

#include <G4KshellECDecayChannel.hh>

Inheritance diagram for G4KshellECDecayChannel:
Collaboration diagram for G4KshellECDecayChannel:

Public Member Functions

 G4KshellECDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theQtransit=0.0, G4double theDaughterExcitation=0.0)
 
 ~G4KshellECDecayChannel ()
 

Detailed Description

Definition at line 57 of file G4KshellECDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4KshellECDecayChannel()

G4KshellECDecayChannel::G4KshellECDecayChannel ( G4int  Verbose,
const G4ParticleDefinition theParentNucleus,
G4double  theBR,
G4double  theQtransit = 0.0,
G4double  theDaughterExcitation = 0.0 
)
inline

Definition at line 67 of file G4KshellECDecayChannel.hh.

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

◆ ~G4KshellECDecayChannel()

G4KshellECDecayChannel::~G4KshellECDecayChannel ( )
inline

Definition at line 82 of file G4KshellECDecayChannel.hh.

82 {;}

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