Geant4  10.02.p03
G4LshellECDecayChannel Class Reference

#include <G4LshellECDecayChannel.hh>

Inheritance diagram for G4LshellECDecayChannel:
Collaboration diagram for G4LshellECDecayChannel:

Public Member Functions

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

Detailed Description

Definition at line 36 of file G4LshellECDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4LshellECDecayChannel()

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

Definition at line 46 of file G4LshellECDecayChannel.hh.

49  :
50  G4NuclearDecayChannel (LshellEC, Verbose, theParentNucleus, theBR,
51  theQtransit, theParentNucleus->GetBaryonNumber(),
52  int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-1,
53  theDaughterExcitation,
54  "nu_e")
55  {
56 #ifdef G4VERBOSE
57  if (GetVerboseLevel()>1)
58  G4cerr <<"G4LshellECDecayChannel constructor" << G4endl;
59 #endif
60  }
static const double eplus
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const
G4GLOB_DLL std::ostream G4cerr

◆ ~G4LshellECDecayChannel()

G4LshellECDecayChannel::~G4LshellECDecayChannel ( )
inline

Definition at line 61 of file G4LshellECDecayChannel.hh.

61 {;}

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