Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4InuclCollider.hh>
Public Member Functions | |
G4InuclCollider () | |
virtual | ~G4InuclCollider () |
void | collide (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &globalOutput) |
void | rescatter (G4InuclParticle *bullet, G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus, G4CollisionOutput &globalOutput) |
void | setVerboseLevel (G4int verbose=0) |
void | useCascadeDeexcitation () |
void | usePreCompoundDeexcitation () |
void | useAblaDeexcitation () |
Public Member Functions inherited from G4CascadeColliderBase | |
G4CascadeColliderBase (const G4String &name, G4int verbose=0) | |
virtual | ~G4CascadeColliderBase () |
Public Member Functions inherited from G4VCascadeCollider | |
G4VCascadeCollider (const G4String &name, G4int verbose=0) | |
virtual | ~G4VCascadeCollider () |
Protected Member Functions | |
void | deexcite (const G4Fragment &fragment, G4CollisionOutput &globalOutput) |
G4bool | photonuclearOkay (G4CollisionOutput &checkOutput) const |
Protected Member Functions inherited from G4CascadeColliderBase | |
virtual G4bool | useEPCollider (G4InuclParticle *bullet, G4InuclParticle *target) const |
virtual G4bool | inelasticInteractionPossible (G4InuclParticle *bullet, G4InuclParticle *target, G4double ekin) const |
virtual G4bool | validateOutput (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &output) |
virtual G4bool | validateOutput (const G4Fragment &fragment, G4CollisionOutput &output) |
virtual G4bool | validateOutput (G4InuclParticle *bullet, G4InuclParticle *target, const std::vector< G4InuclElementaryParticle > &particles) |
Protected Member Functions inherited from G4VCascadeCollider | |
virtual void | setName (const G4String &name) |
Additional Inherited Members | |
Protected Attributes inherited from G4CascadeColliderBase | |
G4InteractionCase | interCase |
G4CascadeCheckBalance * | balance |
Protected Attributes inherited from G4VCascadeCollider | |
G4String | theName |
G4int | verboseLevel |
Definition at line 60 of file G4InuclCollider.hh.
G4InuclCollider::G4InuclCollider | ( | ) |
Definition at line 88 of file G4InuclCollider.cc.
|
virtual |
Definition at line 94 of file G4InuclCollider.cc.
|
virtual |
Implements G4VCascadeCollider.
Definition at line 137 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::ApplyYourself().
|
protected |
Definition at line 323 of file G4InuclCollider.cc.
Referenced by collide(), and rescatter().
|
protected |
Definition at line 345 of file G4InuclCollider.cc.
Referenced by collide().
|
virtual |
Reimplemented from G4CascadeColliderBase.
Definition at line 295 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::Propagate().
|
virtual |
Reimplemented from G4CascadeColliderBase.
Definition at line 102 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::SetVerboseLevel().
void G4InuclCollider::useAblaDeexcitation | ( | ) |
Definition at line 128 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::useAblaDeexcitation().
void G4InuclCollider::useCascadeDeexcitation | ( | ) |
Definition at line 116 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::useCascadeDeexcitation().
void G4InuclCollider::usePreCompoundDeexcitation | ( | ) |
Definition at line 122 of file G4InuclCollider.cc.
Referenced by G4CascadeInterface::usePreCompoundDeexcitation().