#include <G4MshellECDecayChannel.hh>
Inheritance diagram for G4MshellECDecayChannel:

Public Member Functions | |
| G4MshellECDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theQtransit=0.0, G4double theDaughterExcitation=0.0) | |
| ~G4MshellECDecayChannel () | |
Definition at line 36 of file G4MshellECDecayChannel.hh.
| 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.
References G4cerr, G4endl, and G4VDecayChannel::GetVerboseLevel().
00049 : 00050 G4NuclearDecayChannel (MshellEC, Verbose, theParentNucleus, theBR, 00051 theQtransit, theParentNucleus->GetBaryonNumber(), 00052 int(theParentNucleus->GetPDGCharge()/CLHEP::eplus)-1, 00053 theDaughterExcitation, 00054 "nu_e") 00055 { 00056 #ifdef G4VERBOSE 00057 if (GetVerboseLevel()>1) 00058 G4cerr <<"G4MshellECDecayChannel constructor" << G4endl; 00059 #endif 00060 } ~G4MshellECDecayChannel () {;}
| G4MshellECDecayChannel::~G4MshellECDecayChannel | ( | ) | [inline] |
1.4.7