Geant4
9.6.p02
|
#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 G4PhotonEvaporation, G4PromptPhotonEvaporation, and G4UnstableFragmentBreakUp.
Definition at line 51 of file G4VEvaporationChannel.cc.
|
virtual |
Reimplemented in G4PhotonEvaporation, G4UnstableFragmentBreakUp, and G4PromptPhotonEvaporation.
Definition at line 46 of file G4VEvaporationChannel.cc.
|
pure virtual |
Definition at line 67 of file G4VEvaporationChannel.hh.
Definition at line 68 of file G4VEvaporationChannel.hh.
Definition at line 71 of file G4VEvaporationChannel.hh.
Definition at line 73 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 77 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 78 of file G4VEvaporationChannel.hh.