Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VEvaporationChannel.hh>
Public Member Functions | |
G4VEvaporationChannel (const G4String &aName="Anonymous") | |
virtual | ~G4VEvaporationChannel () |
virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) |
virtual G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) |
virtual G4FragmentVector * | BreakUp (const G4Fragment &theNucleus)=0 |
virtual G4double | GetEmissionProbability (G4Fragment *theNucleus)=0 |
G4String | GetName () const |
void | SetName (const G4String &aName) |
void | SetOPTxs (G4int opt) |
void | UseSICB (G4bool use) |
Protected Attributes | |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 46 of file G4VEvaporationChannel.hh.
Definition at line 39 of file G4VEvaporationChannel.cc.
|
virtual |
Definition at line 43 of file G4VEvaporationChannel.cc.
|
pure virtual |
|
virtual |
Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.
Definition at line 51 of file G4VEvaporationChannel.cc.
Referenced by G4ExcitationHandler::BreakItUp().
|
virtual |
Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.
Definition at line 46 of file G4VEvaporationChannel.cc.
|
pure virtual |
|
inline |
Definition at line 67 of file G4VEvaporationChannel.hh.
Definition at line 68 of file G4VEvaporationChannel.hh.
|
inline |
Definition at line 71 of file G4VEvaporationChannel.hh.
|
inline |
Definition at line 73 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 77 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), and SetOPTxs().
|
protected |
Definition at line 78 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), and UseSICB().