|
Geant4
9.6.p02
|
#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 67 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.


| const G4ThreeVector* G4ParticleChangeForMSC::GetMomentumDirection | ( | ) | const |
| const G4ThreeVector* G4ParticleChangeForMSC::GetPosition | ( | ) | const |
| const G4ThreeVector* G4ParticleChangeForMSC::GetProposedMomentumDirection | ( | ) | const |
| const G4ThreeVector* G4ParticleChangeForMSC::GetProposedPosition | ( | ) | const |
|
protected |
Definition at line 78 of file G4ParticleChangeForMSC.cc.
| void G4ParticleChangeForMSC::ProposeMomentumDirection | ( | const G4ThreeVector & | Pfinal) |

| void G4ParticleChangeForMSC::ProposePosition | ( | const G4ThreeVector & | finalPosition) |

| 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.

1.8.4