Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GEMChannelVI.hh>
Public Member Functions | |
G4GEMChannelVI (G4int theA, G4int theZ) | |
~G4GEMChannelVI () final | |
G4double | GetEmissionProbability (G4Fragment *theNucleus) final |
G4Fragment * | EmittedFragment (G4Fragment *theNucleus) final |
void | Dump () const final |
Public Member Functions inherited from G4VEvaporationChannel | |
G4VEvaporationChannel (const G4String &aName="") | |
virtual | ~G4VEvaporationChannel () |
virtual G4double | GetEmissionProbability (G4Fragment *theNucleus)=0 |
virtual void | Initialise () |
virtual G4double | GetLifeTime (G4Fragment *theNucleus) |
virtual G4Fragment * | EmittedFragment (G4Fragment *theNucleus) |
virtual G4bool | BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus) |
G4FragmentVector * | BreakUpFragment (G4Fragment *theNucleus) |
virtual void | Dump () const |
virtual void | SetICM (G4bool) |
virtual void | RDMForced (G4bool) |
void | SetOPTxs (G4int opt) |
void | UseSICB (G4bool use) |
Additional Inherited Members | |
Protected Attributes inherited from G4VEvaporationChannel | |
G4int | OPTxs |
G4bool | useSICB |
Definition at line 40 of file G4GEMChannelVI.hh.
Definition at line 41 of file G4GEMChannelVI.cc.
|
final |
Definition at line 58 of file G4GEMChannelVI.cc.
|
finalvirtual |
|
finalvirtual |
Reimplemented from G4VEvaporationChannel.
Definition at line 94 of file G4GEMChannelVI.cc.
|
finalvirtual |
Implements G4VEvaporationChannel.
Definition at line 64 of file G4GEMChannelVI.cc.