|
Geant4
10.03.p02
|
Public Member Functions | |
| G4VEvaporation () | |
| virtual | ~G4VEvaporation () |
| virtual void | BreakFragment (G4FragmentVector *, G4Fragment *theNucleus) |
| virtual void | InitialiseChannels () |
| virtual void | SetPhotonEvaporation (G4VEvaporationChannel *ptr) |
| void | SetFermiBreakUp (G4VFermiBreakUp *ptr) |
| G4VFermiBreakUp * | GetFermiBreakUp () const |
| G4VEvaporationChannel * | GetPhotonEvaporation () |
| G4VEvaporationChannel * | GetFissionChannel () |
| void | SetOPTxs (G4int opt) |
| void | UseSICB (G4bool use) |
| size_t | GetNumberOfChannels () const |
Protected Member Functions | |
| void | CleanChannels () |
Protected Attributes | |
| G4VEvaporationChannel * | thePhotonEvaporation |
| G4VFermiBreakUp * | theFBU |
| G4int | OPTxs |
| G4bool | useSICB |
| std::vector < G4VEvaporationChannel * > * | theChannels |
| G4VEvaporationFactory * | theChannelFactory |
Private Member Functions | |
| G4VEvaporation (const G4VEvaporation &right)=delete | |
| const G4VEvaporation & | operator= (const G4VEvaporation &right)=delete |
| G4bool | operator== (const G4VEvaporation &right) const =delete |
| G4bool | operator!= (const G4VEvaporation &right) const =delete |
|
explicit |
|
virtual |
|
privatedelete |
|
virtual |
Reimplemented in G4Evaporation.
|
virtual |
Reimplemented in G4Evaporation.
|
virtual |
| void SetFermiBreakUp | ( | G4VFermiBreakUp * | ptr | ) |
References theFBU.
| G4VFermiBreakUp * GetFermiBreakUp | ( | ) | const |
References theFBU.
| G4VEvaporationChannel * GetPhotonEvaporation | ( | ) |
References thePhotonEvaporation.
| G4VEvaporationChannel * GetFissionChannel | ( | ) |
References theChannels.
| size_t GetNumberOfChannels | ( | ) | const |
References theChannels.
|
protected |
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
protected |
Referenced by GetPhotonEvaporation().
|
protected |
Referenced by GetFermiBreakUp(), and SetFermiBreakUp().
|
protected |
Referenced by SetOPTxs().
|
protected |
Referenced by GetFissionChannel(), and GetNumberOfChannels().
|
protected |