Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParticleChangeForMSC.hh>
Protected Member Functions | |
G4ParticleChangeForMSC (const G4ParticleChangeForMSC &right) | |
G4ParticleChangeForMSC & | operator= (const G4ParticleChangeForMSC &right) |
Protected Member Functions inherited from G4VParticleChange | |
G4VParticleChange (const G4VParticleChange &right) | |
G4VParticleChange & | operator= (const G4VParticleChange &right) |
G4Step * | UpdateStepInfo (G4Step *Step) |
void | InitializeTrueStepLength (const G4Track &) |
void | InitializeLocalEnergyDeposit (const G4Track &) |
void | InitializeSteppingControl (const G4Track &) |
void | InitializeParentWeight (const G4Track &) |
void | InitializeParentGlobalTime (const G4Track &) |
void | InitializeStatusChange (const G4Track &) |
void | InitializeSecondaries (const G4Track &) |
void | InitializeStepInVolumeFlags (const G4Track &) |
G4bool | CheckSecondary (G4Track &) |
G4double | GetAccuracyForWarning () const |
G4double | GetAccuracyForException () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VParticleChange | |
G4TrackFastVector * | theListOfSecondaries |
G4int | theNumberOfSecondaries |
G4int | theSizeOftheListOfSecondaries |
G4TrackStatus | theStatusChange |
G4SteppingControl | theSteppingControlFlag |
G4double | theLocalEnergyDeposit |
G4double | theNonIonizingEnergyDeposit |
G4double | theTrueStepLength |
G4bool | theFirstStepInVolume |
G4bool | theLastStepInVolume |
G4double | theParentWeight |
G4bool | isParentWeightProposed |
G4bool | fSetSecondaryWeightByProcess |
G4double | theParentGlobalTime |
G4int | verboseLevel |
G4bool | debugFlag |
Static Protected Attributes inherited from G4VParticleChange | |
static const G4double | accuracyForWarning = 1.0e-9 |
static const G4double | accuracyForException = 0.001 |
Definition at line 54 of file G4ParticleChangeForMSC.hh.
G4ParticleChangeForMSC::G4ParticleChangeForMSC | ( | ) |
Definition at line 47 of file G4ParticleChangeForMSC.cc.
|
virtual |
Definition at line 57 of file G4ParticleChangeForMSC.cc.
|
protected |
Definition at line 66 of file G4ParticleChangeForMSC.cc.
Reimplemented from G4VParticleChange.
Definition at line 169 of file G4ParticleChangeForMSC.cc.
|
virtual |
Reimplemented from G4VParticleChange.
Definition at line 141 of file G4ParticleChangeForMSC.cc.
Referenced by CheckIt().
const G4ThreeVector * G4ParticleChangeForMSC::GetMomentumDirection | ( | ) | const |
const G4ThreeVector * G4ParticleChangeForMSC::GetPosition | ( | ) | const |
const G4ThreeVector * G4ParticleChangeForMSC::GetProposedMomentumDirection | ( | ) | const |
const G4ThreeVector * G4ParticleChangeForMSC::GetProposedPosition | ( | ) | const |
Reimplemented from G4VParticleChange.
Referenced by G4VMultipleScattering::PostStepDoIt().
|
protected |
Definition at line 78 of file G4ParticleChangeForMSC.cc.
void G4ParticleChangeForMSC::ProposeMomentumDirection | ( | const G4ThreeVector & | Pfinal | ) |
Referenced by G4VMultipleScattering::AlongStepDoIt(), G4GoudsmitSaundersonMscModel::SampleScattering(), G4UrbanMscModel90::SampleScattering(), G4UrbanMscModel92::SampleScattering(), G4UrbanMscModel93::SampleScattering(), G4UrbanMscModel95::SampleScattering(), G4UrbanMscModel96::SampleScattering(), G4WentzelVIModel::SampleScattering(), and G4WentzelVIRelModel::SampleScattering().
void G4ParticleChangeForMSC::ProposePosition | ( | const G4ThreeVector & | finalPosition | ) |
Referenced by G4VMultipleScattering::AlongStepDoIt(), and G4VMultipleScattering::PostStepDoIt().
void G4ParticleChangeForMSC::SetProposedMomentumDirection | ( | const G4ThreeVector & | Pfinal | ) |
void G4ParticleChangeForMSC::SetProposedPosition | ( | const G4ThreeVector & | finalPosition | ) |
Reimplemented from G4VParticleChange.
Definition at line 104 of file G4ParticleChangeForMSC.cc.
Reimplemented from G4VParticleChange.
Definition at line 121 of file G4ParticleChangeForMSC.cc.