|
Geant4
10.00.p03
|
#include <G4BigBanger.hh>
Inheritance diagram for G4BigBanger:
Collaboration diagram for G4BigBanger:Public Member Functions | |
| G4BigBanger () | |
| virtual | ~G4BigBanger () |
| virtual void | deExcite (const G4Fragment &target, G4CollisionOutput &output) |
Public Member Functions inherited from G4CascadeDeexciteBase | |
| G4CascadeDeexciteBase (const char *name) | |
| virtual | ~G4CascadeDeexciteBase () |
| virtual void | setVerboseLevel (G4int verbose=0) |
Public Member Functions inherited from G4VCascadeDeexcitation | |
| G4VCascadeDeexcitation (const char *name) | |
| virtual | ~G4VCascadeDeexcitation () |
| virtual void | collide (G4InuclParticle *bullet, G4InuclParticle *target, G4CollisionOutput &globalOutput) |
Public Member Functions inherited from G4VCascadeCollider | |
| G4VCascadeCollider (const char *name, G4int verbose=0) | |
| virtual | ~G4VCascadeCollider () |
Private Member Functions | |
| void | generateBangInSCM (G4double etot, G4int a, G4int z) |
| void | generateMomentumModules (G4double etot, G4int a, G4int z) |
| G4double | xProbability (G4double x, G4int a) const |
| G4double | maxProbability (G4int a) const |
| G4double | generateX (G4int ia, G4double promax) const |
| G4BigBanger (const G4BigBanger &) | |
| G4BigBanger & | operator= (const G4BigBanger &) |
Private Attributes | |
| std::vector < G4InuclElementaryParticle > | particles |
| std::vector< G4double > | momModules |
| std::vector< G4LorentzVector > | scm_momentums |
Additional Inherited Members | |
Protected Member Functions inherited from G4CascadeDeexciteBase | |
| virtual G4bool | explosion (const G4Fragment &target) const |
| virtual G4bool | explosion (G4int A, G4int Z, G4double excitation) const |
| virtual G4bool | validateOutput (const G4Fragment &target, G4CollisionOutput &output) |
| virtual G4bool | validateOutput (const G4Fragment &target, const std::vector< G4InuclElementaryParticle > &particles) |
| virtual G4bool | validateOutput (const G4Fragment &target, const std::vector< G4InuclNuclei > &fragments) |
| void | getTargetData (const G4Fragment &target) |
| const G4Fragment & | makeFragment (G4LorentzVector mom, G4int A, G4int Z, G4double EX=0.) |
| const G4Fragment & | makeFragment (G4int A, G4int Z, G4double EX=0.) |
Protected Member Functions inherited from G4VCascadeCollider | |
| virtual void | setName (const char *name) |
Protected Attributes inherited from G4CascadeDeexciteBase | |
| G4CascadeCheckBalance * | balance |
| G4int | A |
| G4int | Z |
| G4LorentzVector | PEX |
| G4double | EEXS |
| G4Fragment | aFragment |
Protected Attributes inherited from G4VCascadeCollider | |
| const char * | theName |
| G4int | verboseLevel |
Definition at line 48 of file G4BigBanger.hh.
| G4BigBanger::G4BigBanger | ( | ) |
Definition at line 66 of file G4BigBanger.cc.
|
inlinevirtual |
Definition at line 51 of file G4BigBanger.hh.
|
private |
|
virtual |
Implements G4VCascadeDeexcitation.
Definition at line 68 of file G4BigBanger.cc.
References G4CascadeDeexciteBase::A, G4CollisionOutput::addOutgoingParticles(), G4InuclSpecialFunctions::bindingEnergy(), G4CascadeDeexciteBase::EEXS, G4cerr, G4cout, G4endl, generateBangInSCM(), G4CascadeDeexciteBase::getTargetData(), GeV, MeV, particles, G4CascadeDeexciteBase::PEX, G4CascadeDeexciteBase::validateOutput(), G4VCascadeCollider::verboseLevel, and G4CascadeDeexciteBase::Z.
Referenced by G4CascadeDeexcitation::deExcite(), and G4EquilibriumEvaporator::deExcite().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 144 of file G4BigBanger.cc.
References a, G4InuclParticle::BigBanger, G4cout, G4endl, generateMomentumModules(), G4InuclSpecialFunctions::generateWithFixedTheta(), G4InuclSpecialFunctions::generateWithRandomAngles(), momModules, particles, scm_momentums, and G4VCascadeCollider::verboseLevel.
Referenced by deExcite().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 239 of file G4BigBanger.cc.
References a, G4cout, G4endl, generateX(), G4InuclElementaryParticle::getParticleMass(), maxProbability(), momModules, and G4VCascadeCollider::verboseLevel.
Referenced by generateBangInSCM().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 312 of file G4BigBanger.cc.
References G4cout, G4endl, G4InuclSpecialFunctions::inuclRndm(), maxProbability(), G4VCascadeCollider::verboseLevel, and xProbability().
Referenced by generateMomentumModules().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 304 of file G4BigBanger.cc.
References G4cout, G4endl, G4VCascadeCollider::verboseLevel, and xProbability().
Referenced by generateMomentumModules(), and generateX().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 284 of file G4BigBanger.cc.
References G4cout, G4endl, G4Pow::GetInstance(), G4Pow::powN(), and G4VCascadeCollider::verboseLevel.
Referenced by generateX(), and maxProbability().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 64 of file G4BigBanger.hh.
Referenced by generateBangInSCM(), and generateMomentumModules().
|
private |
Definition at line 63 of file G4BigBanger.hh.
Referenced by deExcite(), and generateBangInSCM().
|
private |
Definition at line 65 of file G4BigBanger.hh.
Referenced by generateBangInSCM().