#include <G4VEvaporationChannel.hh>
Inheritance diagram for G4VEvaporationChannel:

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.
| G4VEvaporationChannel::G4VEvaporationChannel | ( | const G4String & | aName = "Anonymous" |
) |
| G4VEvaporationChannel::~G4VEvaporationChannel | ( | ) | [virtual] |
| virtual G4FragmentVector* G4VEvaporationChannel::BreakUp | ( | const G4Fragment & | theNucleus | ) | [pure virtual] |
| G4FragmentVector * G4VEvaporationChannel::BreakUpFragment | ( | G4Fragment * | theNucleus | ) | [virtual] |
Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.
Definition at line 51 of file G4VEvaporationChannel.cc.
Referenced by G4ExcitationHandler::BreakItUp().
| G4Fragment * G4VEvaporationChannel::EmittedFragment | ( | G4Fragment * | theNucleus | ) | [virtual] |
Reimplemented in G4UnstableFragmentBreakUp, G4PhotonEvaporation, and G4PromptPhotonEvaporation.
Definition at line 46 of file G4VEvaporationChannel.cc.
| virtual G4double G4VEvaporationChannel::GetEmissionProbability | ( | G4Fragment * | theNucleus | ) | [pure virtual] |
| G4String G4VEvaporationChannel::GetName | ( | ) | const [inline] |
| void G4VEvaporationChannel::SetName | ( | const G4String & | aName | ) | [inline] |
| void G4VEvaporationChannel::SetOPTxs | ( | G4int | opt | ) | [inline] |
| void G4VEvaporationChannel::UseSICB | ( | G4bool | use | ) | [inline] |
G4int G4VEvaporationChannel::OPTxs [protected] |
Definition at line 77 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), and SetOPTxs().
G4bool G4VEvaporationChannel::useSICB [protected] |
Definition at line 78 of file G4VEvaporationChannel.hh.
Referenced by G4EvaporationChannel::GetEmissionProbability(), and UseSICB().
1.4.7