Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4QMDSystem.hh>
Public Member Functions | |
G4QMDSystem () | |
virtual | ~G4QMDSystem () |
void | SetParticipant (G4QMDParticipant *particle) |
void | SetSystem (G4QMDSystem *, G4ThreeVector, G4ThreeVector) |
void | SubtractSystem (G4QMDSystem *) |
G4QMDParticipant * | EraseParticipant (G4int i) |
void | DeleteParticipant (G4int i) |
void | InsertParticipant (G4QMDParticipant *particle, G4int j) |
G4int | GetTotalNumberOfParticipant () |
G4QMDParticipant * | GetParticipant (G4int i) |
void | IncrementCollisionCounter () |
G4int | GetNOCollision () |
void | ShowParticipants () |
void | Clear () |
Protected Attributes | |
std::vector< G4QMDParticipant * > | participants |
Definition at line 45 of file G4QMDSystem.hh.
G4QMDSystem::G4QMDSystem | ( | ) |
Definition at line 31 of file G4QMDSystem.cc.
|
virtual |
Definition at line 39 of file G4QMDSystem.cc.
void G4QMDSystem::Clear | ( | ) |
Definition at line 68 of file G4QMDSystem.cc.
Referenced by G4QMDReaction::ApplyYourself(), and ~G4QMDSystem().
|
inline |
Definition at line 69 of file G4QMDSystem.hh.
Referenced by G4QMDCollision::CalKinematicsOfBinaryCollisions().
|
inline |
Definition at line 61 of file G4QMDSystem.hh.
Referenced by G4QMDCollision::CalFinalStateOfTheBinaryCollision().
|
inline |
Definition at line 93 of file G4QMDSystem.hh.
Referenced by G4QMDReaction::ApplyYourself().
|
inline |
Definition at line 83 of file G4QMDSystem.hh.
Referenced by G4QMDReaction::ApplyYourself(), G4QMDMeanField::Cal2BodyQuantities(), G4QMDNucleus::CalEnergyAndAngularMomentumInCM(), G4QMDCollision::CalFinalStateOfTheBinaryCollision(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4QMDMeanField::CalGraduate(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDMeanField::DoClusterJudgment(), G4QMDMeanField::DoPropagation(), G4QMDMeanField::GetPotential(), G4QMDMeanField::GetTotalPotential(), G4QMDMeanField::IsPauliBlocked(), and SubtractSystem().
|
inline |
Definition at line 78 of file G4QMDSystem.hh.
Referenced by G4QMDReaction::ApplyYourself(), G4QMDMeanField::Cal2BodyQuantities(), G4QMDNucleus::CalEnergyAndAngularMomentumInCM(), G4QMDMeanField::CalGraduate(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), Clear(), G4QMDMeanField::DoClusterJudgment(), G4QMDMeanField::DoPropagation(), G4QMDMeanField::GetPotential(), G4QMDMeanField::GetTotalPotential(), G4QMDMeanField::SetSystem(), and SubtractSystem().
|
inline |
Definition at line 88 of file G4QMDSystem.hh.
Referenced by G4QMDCollision::CalKinematicsOfBinaryCollisions().
void G4QMDSystem::InsertParticipant | ( | G4QMDParticipant * | particle, |
G4int | j | ||
) |
Definition at line 110 of file G4QMDSystem.cc.
Referenced by G4QMDCollision::CalFinalStateOfTheBinaryCollision().
|
inline |
Definition at line 52 of file G4QMDSystem.hh.
Referenced by G4QMDReaction::ApplyYourself(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDMeanField::DoClusterJudgment(), G4QMDGroundStateNucleus::G4QMDGroundStateNucleus(), and SetSystem().
void G4QMDSystem::SetSystem | ( | G4QMDSystem * | nucleus, |
G4ThreeVector | dp, | ||
G4ThreeVector | dr | ||
) |
Definition at line 46 of file G4QMDSystem.cc.
void G4QMDSystem::ShowParticipants | ( | ) |
Definition at line 79 of file G4QMDSystem.cc.
void G4QMDSystem::SubtractSystem | ( | G4QMDSystem * | nucleus | ) |
Definition at line 59 of file G4QMDSystem.cc.
Referenced by G4QMDMeanField::DoClusterJudgment().
|
protected |
Definition at line 103 of file G4QMDSystem.hh.
Referenced by Clear(), DeleteParticipant(), EraseParticipant(), G4QMDSystem(), G4QMDNucleus::Get4Momentum(), G4QMDNucleus::GetAtomicNumber(), G4QMDNucleus::GetMassNumber(), GetParticipant(), GetTotalNumberOfParticipant(), InsertParticipant(), SetParticipant(), SetSystem(), ShowParticipants(), and SubtractSystem().