Geant4
9.6.p02
|
#include <G4EvaporationChannel.hh>
Public Member Functions | |
G4EvaporationChannel (G4int theA, G4int theZ, const G4String &aName, G4EvaporationProbability *aEmissionStrategy, G4VCoulombBarrier *aCoulombBarrier) | |
virtual | ~G4EvaporationChannel () |
void | SetEmissionStrategy (G4EvaporationProbability *aEmissionStrategy) |
void | SetCoulombBarrierStrategy (G4VCoulombBarrier *aCoulombBarrier) |
virtual G4double | GetEmissionProbability (G4Fragment *fragment) |
G4FragmentVector * | BreakUp (const G4Fragment &theNucleus) |
G4double | GetMaximalKineticEnergy (void) const |
Public Member Functions inherited from G4VEvaporationChannel | |
G4VEvaporationChannel (const G4String &aName="Anonymous") | |
virtual | ~G4VEvaporationChannel () |
virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) |
virtual G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) |
G4String | GetName () const |
void | SetName (const G4String &aName) |
void | SetOPTxs (G4int opt) |
void | UseSICB (G4bool use) |
Protected Member Functions | |
G4EvaporationChannel () | |
Additional Inherited Members | |
Protected Attributes inherited from G4VEvaporationChannel | |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 47 of file G4EvaporationChannel.hh.
G4EvaporationChannel::G4EvaporationChannel | ( | G4int | theA, |
G4int | theZ, | ||
const G4String & | aName, | ||
G4EvaporationProbability * | aEmissionStrategy, | ||
G4VCoulombBarrier * | aCoulombBarrier | ||
) |
|
virtual |
Definition at line 85 of file G4EvaporationChannel.cc.
|
protected |
Definition at line 70 of file G4EvaporationChannel.cc.
|
virtual |
Implements G4VEvaporationChannel.
Definition at line 151 of file G4EvaporationChannel.cc.
|
virtual |
Implements G4VEvaporationChannel.
Definition at line 93 of file G4EvaporationChannel.cc.
Definition at line 76 of file G4EvaporationChannel.hh.
|
inline |
Definition at line 61 of file G4EvaporationChannel.hh.
|
inline |
Definition at line 58 of file G4EvaporationChannel.hh.