|
Geant4_10
|
#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 () |
Public Member Functions inherited from G4CascadeColliderBase | |
| G4CascadeColliderBase (const char *name, G4int verbose=0) | |
| virtual | ~G4CascadeColliderBase () |
Public Member Functions inherited from G4VCascadeCollider | |
| G4VCascadeCollider (const char *name, G4int verbose=0) | |
| virtual | ~G4VCascadeCollider () |
Protected Member Functions | |
| void | deexcite (const G4Fragment &fragment, G4CollisionOutput &globalOutput) |
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 char *name) |
Additional Inherited Members | |
Protected Attributes inherited from G4CascadeColliderBase | |
| G4InteractionCase | interCase |
| G4CascadeCheckBalance * | balance |
Protected Attributes inherited from G4VCascadeCollider | |
| const char * | theName |
| G4int | verboseLevel |
Definition at line 60 of file G4InuclCollider.hh.
| G4InuclCollider::G4InuclCollider | ( | ) |
Definition at line 79 of file G4InuclCollider.cc.
|
virtual |
Definition at line 85 of file G4InuclCollider.cc.
|
virtual |
Implements G4VCascadeCollider.
Definition at line 122 of file G4InuclCollider.cc.


|
protected |
Definition at line 306 of file G4InuclCollider.cc.


|
virtual |
Reimplemented from G4CascadeColliderBase.
Definition at line 277 of file G4InuclCollider.cc.


Reimplemented from G4CascadeColliderBase.
Definition at line 93 of file G4InuclCollider.cc.


| void G4InuclCollider::useCascadeDeexcitation | ( | ) |
Definition at line 107 of file G4InuclCollider.cc.


| void G4InuclCollider::usePreCompoundDeexcitation | ( | ) |
Definition at line 113 of file G4InuclCollider.cc.


1.8.5