Geant4  10.02.p03
G4MshellECDecayChannel Class Reference

#include <G4MshellECDecayChannel.hh>

Inheritance diagram for G4MshellECDecayChannel:
Collaboration diagram for G4MshellECDecayChannel:

Public Member Functions

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

Detailed Description

Definition at line 36 of file G4MshellECDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4MshellECDecayChannel()

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

Definition at line 46 of file G4MshellECDecayChannel.hh.

49  :
50  G4NuclearDecayChannel (MshellEC, 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 <<"G4MshellECDecayChannel constructor" << G4endl;
59 #endif
60  }
static const double eplus
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const
G4GLOB_DLL std::ostream G4cerr

◆ ~G4MshellECDecayChannel()

G4MshellECDecayChannel::~G4MshellECDecayChannel ( )
inline

Definition at line 61 of file G4MshellECDecayChannel.hh.

61 {;}

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