Geant4  10.02.p03
G4ITDecayChannel Class Reference

#include <G4ITDecayChannel.hh>

Inheritance diagram for G4ITDecayChannel:
Collaboration diagram for G4ITDecayChannel:

Public Member Functions

 G4ITDecayChannel (G4int Verbose, const G4Ions *theParentNucleus, G4double theBR)
 
 ~G4ITDecayChannel ()
 

Detailed Description

Definition at line 33 of file G4ITDecayChannel.hh.

Constructor & Destructor Documentation

◆ G4ITDecayChannel()

G4ITDecayChannel::G4ITDecayChannel ( G4int  Verbose,
const G4Ions theParentNucleus,
G4double  theBR 
)
inline

Definition at line 42 of file G4ITDecayChannel.hh.

44  : G4NuclearDecayChannel(IT, Verbose, theParentNucleus, theBR, 0.0,
45  theParentNucleus->GetBaryonNumber(),
46  G4int(theParentNucleus->GetPDGCharge()/CLHEP::eplus),
47  theParentNucleus->GetExcitationEnergy())
48  {
49 #ifdef G4VERBOSE
50  if (GetVerboseLevel() > 1)
51  G4cout << "G4ITDecayChannel constructor" << G4endl;
52 #endif
53  }
int G4int
Definition: G4Types.hh:78
G4GLOB_DLL std::ostream G4cout
static const double eplus
G4double GetExcitationEnergy() const
Definition: G4Ions.hh:113
#define G4endl
Definition: G4ios.hh:61
G4double GetPDGCharge() const

◆ ~G4ITDecayChannel()

G4ITDecayChannel::~G4ITDecayChannel ( )
inline

Definition at line 54 of file G4ITDecayChannel.hh.

54 {;}

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