Geant4_10
|
#include <G4VEvaporationChannel.hh>
Public Member Functions | |
G4VEvaporationChannel (const G4String &aName="Anonymous", G4EvaporationChannelType timeType=fDelayedEmission) | |
virtual | ~G4VEvaporationChannel () |
virtual G4double | GetLifeTime (G4Fragment *theNucleus) |
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 | |
G4EvaporationChannelType | sampleDecayTime |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 56 of file G4VEvaporationChannel.hh.
G4VEvaporationChannel::G4VEvaporationChannel | ( | const G4String & | aName = "Anonymous" , |
G4EvaporationChannelType | timeType = fDelayedEmission |
||
) |
Definition at line 39 of file G4VEvaporationChannel.cc.
|
virtual |
Definition at line 44 of file G4VEvaporationChannel.cc.
|
pure virtual |
|
virtual |
Reimplemented in G4PhotonEvaporation, G4PromptPhotonEvaporation, and G4UnstableFragmentBreakUp.
Definition at line 57 of file G4VEvaporationChannel.cc.
|
virtual |
Reimplemented in G4PhotonEvaporation, G4UnstableFragmentBreakUp, and G4PromptPhotonEvaporation.
Definition at line 52 of file G4VEvaporationChannel.cc.
|
pure virtual |
|
virtual |
Definition at line 47 of file G4VEvaporationChannel.cc.
Definition at line 81 of file G4VEvaporationChannel.hh.
Definition at line 82 of file G4VEvaporationChannel.hh.
Definition at line 85 of file G4VEvaporationChannel.hh.
Definition at line 87 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 92 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 91 of file G4VEvaporationChannel.hh.
|
protected |
Definition at line 93 of file G4VEvaporationChannel.hh.