#include <G4ITDecayChannel.hh>
Inheritance diagram for G4ITDecayChannel:
Public Member Functions | |
G4ITDecayChannel (G4int Verbose, const G4Ions *theParentNucleus, G4double theBR) | |
~G4ITDecayChannel () |
Definition at line 35 of file G4ITDecayChannel.hh.
G4ITDecayChannel::G4ITDecayChannel | ( | G4int | Verbose, | |
const G4Ions * | theParentNucleus, | |||
G4double | theBR | |||
) | [inline] |
Definition at line 45 of file G4ITDecayChannel.hh.
References G4cout, G4endl, and G4VDecayChannel::GetVerboseLevel().
00047 : 00048 G4NuclearDecayChannel (IT, Verbose, theParentNucleus, theBR, 0.0, 00049 theParentNucleus->GetBaryonNumber(), 00050 int(theParentNucleus->GetPDGCharge()/CLHEP::eplus), 00051 theParentNucleus->GetExcitationEnergy()) 00052 { 00053 #ifdef G4VERBOSE 00054 if (GetVerboseLevel()>1) 00055 G4cout <<"G4ITDecayChannel constructor" << G4endl; 00056 #endif 00057 } ~G4ITDecayChannel () {;}
G4ITDecayChannel::~G4ITDecayChannel | ( | ) | [inline] |