Geant4.10
|
#include <G4ParticleChangeForMSC.hh>
Protected Member Functions | |
G4ParticleChangeForMSC (const G4ParticleChangeForMSC &right) | |
G4ParticleChangeForMSC & | operator= (const G4ParticleChangeForMSC &right) |
![]() | |
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 | |
![]() | |
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 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.
References G4cout, G4endl, and G4VParticleChange::verboseLevel.
|
virtual |
Definition at line 57 of file G4ParticleChangeForMSC.cc.
References G4cout, G4endl, and G4VParticleChange::verboseLevel.
|
protected |
Definition at line 67 of file G4ParticleChangeForMSC.cc.
References G4cout, G4endl, and G4VParticleChange::verboseLevel.
Reimplemented from G4VParticleChange.
Definition at line 169 of file G4ParticleChangeForMSC.cc.
References G4VParticleChange::accuracyForException, G4VParticleChange::accuracyForWarning, G4VParticleChange::CheckIt(), DumpInfo(), EventMustBeAborted, G4cout, G4endl, G4Exception(), G4Track::GetDefinition(), G4Track::GetKineticEnergy(), G4ParticleDefinition::GetParticleName(), G4Track::GetPosition(), python.hepunit::m, CLHEP::Hep3Vector::mag(), CLHEP::Hep3Vector::mag2(), python.hepunit::MeV, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
|
virtual |
Reimplemented from G4VParticleChange.
Definition at line 141 of file G4ParticleChangeForMSC.cc.
References G4VParticleChange::DumpInfo(), G4cout, G4endl, python.hepunit::mm, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
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.
References G4cout, G4endl, G4VParticleChange::theListOfSecondaries, G4VParticleChange::theLocalEnergyDeposit, G4VParticleChange::theNumberOfSecondaries, G4VParticleChange::theSizeOftheListOfSecondaries, G4VParticleChange::theStatusChange, G4VParticleChange::theSteppingControlFlag, G4VParticleChange::theTrueStepLength, and G4VParticleChange::verboseLevel.
void G4ParticleChangeForMSC::ProposeMomentumDirection | ( | const G4ThreeVector & | Pfinal | ) |
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.
References G4Step::GetPostStepPoint(), G4Step::GetTrack(), G4Track::GetTrackStatus(), G4StepPoint::SetMomentumDirection(), G4StepPoint::SetPosition(), G4Step::SetStepLength(), G4VParticleChange::theStatusChange, and G4VParticleChange::theTrueStepLength.
Reimplemented from G4VParticleChange.
Definition at line 121 of file G4ParticleChangeForMSC.cc.
References G4Step::GetPostStepPoint(), G4StepPoint::SetMomentumDirection(), and G4StepPoint::SetPosition().