Geant4  10.00.p02
G4StepPoint Class Reference

#include <G4StepPoint.hh>

+ Collaboration diagram for G4StepPoint:

Public Member Functions

 G4StepPoint ()
 
 ~G4StepPoint ()
 
 G4StepPoint (const G4StepPoint &)
 
G4StepPointoperator= (const G4StepPoint &)
 
const G4ThreeVectorGetPosition () const
 
void SetPosition (const G4ThreeVector &aValue)
 
void AddPosition (const G4ThreeVector &aValue)
 
G4double GetLocalTime () const
 
void SetLocalTime (const G4double aValue)
 
void AddLocalTime (const G4double aValue)
 
G4double GetGlobalTime () const
 
void SetGlobalTime (const G4double aValue)
 
void AddGlobalTime (const G4double aValue)
 
G4double GetProperTime () const
 
void SetProperTime (const G4double aValue)
 
void AddProperTime (const G4double aValue)
 
const G4ThreeVectorGetMomentumDirection () const
 
void SetMomentumDirection (const G4ThreeVector &aValue)
 
void AddMomentumDirection (const G4ThreeVector &aValue)
 
G4ThreeVector GetMomentum () const
 
G4double GetTotalEnergy () const
 
G4double GetKineticEnergy () const
 
void SetKineticEnergy (const G4double aValue)
 
void AddKineticEnergy (const G4double aValue)
 
G4double GetVelocity () const
 
void SetVelocity (G4double v)
 
G4double GetBeta () const
 
G4double GetGamma () const
 
G4VPhysicalVolumeGetPhysicalVolume () const
 
const G4VTouchableGetTouchable () const
 
const G4TouchableHandleGetTouchableHandle () const
 
void SetTouchableHandle (const G4TouchableHandle &apValue)
 
G4MaterialGetMaterial () const
 
void SetMaterial (G4Material *)
 
const G4MaterialCutsCoupleGetMaterialCutsCouple () const
 
void SetMaterialCutsCouple (const G4MaterialCutsCouple *)
 
G4VSensitiveDetectorGetSensitiveDetector () const
 
void SetSensitiveDetector (G4VSensitiveDetector *)
 
G4double GetSafety () const
 
void SetSafety (const G4double aValue)
 
const G4ThreeVectorGetPolarization () const
 
void SetPolarization (const G4ThreeVector &aValue)
 
void AddPolarization (const G4ThreeVector &aValue)
 
G4StepStatus GetStepStatus () const
 
void SetStepStatus (const G4StepStatus aValue)
 
const G4VProcessGetProcessDefinedStep () const
 
void SetProcessDefinedStep (const G4VProcess *aValue)
 
G4double GetMass () const
 
void SetMass (G4double value)
 
G4double GetCharge () const
 
void SetCharge (G4double value)
 
G4double GetMagneticMoment () const
 
void SetMagneticMoment (G4double value)
 
void SetWeight (G4double aValue)
 
G4double GetWeight () const
 

Private Attributes

G4ThreeVector fPosition
 
G4double fGlobalTime
 
G4double fLocalTime
 
G4double fProperTime
 
G4ThreeVector fMomentumDirection
 
G4double fKineticEnergy
 
G4double fVelocity
 
G4TouchableHandle fpTouchable
 
G4MaterialfpMaterial
 
const G4MaterialCutsCouplefpMaterialCutsCouple
 
G4VSensitiveDetectorfpSensitiveDetector
 
G4double fSafety
 
G4ThreeVector fPolarization
 
G4StepStatus fStepStatus
 
const G4VProcessfpProcessDefinedStep
 
G4double fMass
 
G4double fCharge
 
G4double fMagneticMoment
 
G4double fWeight
 

Detailed Description

Definition at line 68 of file G4StepPoint.hh.

Constructor & Destructor Documentation

G4StepPoint::G4StepPoint ( )

Definition at line 48 of file G4StepPoint.cc.

G4StepPoint::~G4StepPoint ( )
inline

Definition at line 79 of file G4StepPoint.hh.

G4StepPoint::G4StepPoint ( const G4StepPoint right)

Definition at line 60 of file G4StepPoint.cc.

Member Function Documentation

void G4StepPoint::AddGlobalTime ( const G4double  aValue)

Referenced by G4ParticleChangeForTransport::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAtRest(), and G4ParticleChange::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::AddKineticEnergy ( const G4double  aValue)
void G4StepPoint::AddLocalTime ( const G4double  aValue)

Referenced by G4ParticleChangeForTransport::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAlongStep(), G4FastStep::UpdateStepForAtRest(), and G4FastStep::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::AddMomentumDirection ( const G4ThreeVector aValue)
void G4StepPoint::AddPolarization ( const G4ThreeVector aValue)

Referenced by G4ParticleChangeForTransport::UpdateStepForAlongStep(), and G4ParticleChange::UpdateStepForAlongStep().

+ Here is the caller graph for this function:

void G4StepPoint::AddPosition ( const G4ThreeVector aValue)

Referenced by G4ParticleChangeForTransport::UpdateStepForAlongStep(), and G4ParticleChange::UpdateStepForAlongStep().

+ Here is the caller graph for this function:

void G4StepPoint::AddProperTime ( const G4double  aValue)

Referenced by G4ParticleChangeForTransport::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAlongStep(), and G4ParticleChangeForDecay::UpdateStepForAtRest().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetBeta ( ) const

Referenced by export_G4StepPoint(), and G4Cerenkov::PostStepDoIt().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetCharge ( ) const

Referenced by G4SDChargedFilter::Accept(), G4SDNeutralFilter::Accept(), G4NuclearStopping::AlongStepDoIt(), export_G4StepPoint(), and G4PSCellCharge::ProcessHits().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetGamma ( ) const

Referenced by export_G4StepPoint().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetLocalTime ( ) const

Referenced by export_G4StepPoint(), G4SteppingVerbose::ShowStep(), and G4ParticleChangeForTransport::UpdateStepForAlongStep().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetMagneticMoment ( ) const
G4double G4StepPoint::GetMass ( ) const

Referenced by export_G4StepPoint().

+ Here is the caller graph for this function:

G4Material* G4StepPoint::GetMaterial ( ) const
const G4MaterialCutsCouple* G4StepPoint::GetMaterialCutsCouple ( ) const

Referenced by G4ITStepProcessor::ApplyProductionCut(), G4SteppingManager::ApplyProductionCut(), and G4ParallelWorldProcess::SwitchMaterial().

+ Here is the caller graph for this function:

G4VPhysicalVolume* G4StepPoint::GetPhysicalVolume ( ) const

Referenced by CML2ExpVoxels::add(), G4RayTrajectory::AppendStep(), Par01PionShowerModel::AssignSpotAndCallHit(), Par01EMShowerModel::AssignSpotAndCallHit(), G4VReadOutGeometry::CheckROVolume(), G4PSDoseDeposit::ComputeVolume(), G4PSPassageCellFlux::ComputeVolume(), G4PSCellFlux::ComputeVolume(), F04TrajectoryPoint::F04TrajectoryPoint(), CCaloSD::getStepInfo(), G4ITStepProcessor::InitDefineStep(), RE06SteppingVerbose::NewStep(), G4ForwardXrayTR::PostStepDoIt(), G4WeightCutOffProcess::PostStepDoIt(), G4ImportanceProcess::PostStepDoIt(), G4WeightWindowProcess::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), CML2SDWithVoxels::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4SteppingVerbose::ShowStep(), G4SteppingManager::Stepping(), ExN04SteppingAction::UserSteppingAction(), RE05SteppingAction::UserSteppingAction(), RE01SteppingAction::UserSteppingAction(), exrdmSteppingAction::UserSteppingAction(), LXeSteppingAction::UserSteppingAction(), F04SteppingAction::UserSteppingAction(), G4MSSteppingAction::UserSteppingAction(), WLSSteppingAction::UserSteppingAction(), PurgMagSteppingAction::UserSteppingAction(), Em10SteppingAction::UserSteppingAction(), G4RTSteppingAction::UserSteppingAction(), G4ScoreSplittingProcess::Verbose(), G4ParallelWorldScoringProcess::Verbose(), and WLSTrajectoryPoint::WLSTrajectoryPoint().

+ Here is the caller graph for this function:

const G4ThreeVector& G4StepPoint::GetPolarization ( ) const

Referenced by export_G4StepPoint(), G4SteppingVerbose::ShowStep(), G4ParticleChangeForTransport::UpdateStepForAlongStep(), and G4ParticleChange::UpdateStepForAlongStep().

+ Here is the caller graph for this function:

const G4ThreeVector& G4StepPoint::GetPosition ( ) const

Referenced by CML2ExpVoxels::add(), HistoManager::AddTargetStep(), G4VAtomDeexcitation::AlongStepDeexcitation(), G4eLowEnergyLoss::AlongStepDoIt(), G4VMultipleScattering::AlongStepDoIt(), G4VEnergyLossProcess::AlongStepDoIt(), RE01Trajectory::AppendStep(), G4SmoothTrajectory::AppendStep(), RE04Trajectory::AppendStep(), G4ITStepProcessor::CalculateSafety(), G4SteppingManager::CalculateSafety(), G4VMscModel::ComputeGeomLimit(), G4WentzelVIModel::ComputeTruePathLengthLimit(), G4WentzelVIRelModel::ComputeTruePathLengthLimit(), G4GoudsmitSaundersonMscModel::ComputeTruePathLengthLimit(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4AdjointCrossSurfChecker::CrossingAGivenRegisteredSurface(), G4AdjointCrossSurfChecker::CrossingASphere(), CCaloSD::curve_LY(), G4DecayWithSpin::DecayIt(), G4ITStepProcessor::DoStepping(), export_G4StepPoint(), G4DNASmoluchowskiReactionModel::FindReaction(), G4VReadOutGeometry::FindROTouchable(), CCaloSD::getStepInfo(), G4PSSphereSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSFlatSurfaceCurrent::IsSelectedSurface(), G4PSSphereSurfaceFlux::IsSelectedSurface(), G4PSFlatSurfaceFlux::IsSelectedSurface(), G4VTransitionRadiation::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), ExN04MuonSD::ProcessHits(), ExN04TrackerSD::ProcessHits(), RE05MuonSD::ProcessHits(), RE05TrackerSD::ProcessHits(), ExTGTrackerSD::ProcessHits(), LXeScintSD::ProcessHits(), eRositaTrackerSD::ProcessHits(), RE01TrackerSD::ProcessHits(), B5DriftChamberSD::ProcessHits(), ExGflashSensitiveDetector::ProcessHits(), ExN02TrackerSD::ProcessHits(), XAluminumElectrodeSensitivity::ProcessHits(), ExP01TrackerSD::ProcessHits(), GammaRayTelAnticoincidenceSD::ProcessHits(), GammaRayTelCalorimeterSD::ProcessHits(), GammaRayTelTrackerSD::ProcessHits(), B2TrackerSD::ProcessHits(), CML2SDWithParticle::ProcessHits(), DMXScintSD::ProcessHits(), DMXPmtSD::ProcessHits(), UltraPMTSD::ProcessHits(), PhantomSD::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4ErrorFreeTrajState::PropagateError(), CexmcPhysicsList< BasePhysics, StudiedPhysics, ProductionModel >::ResampleTrackLengthInTarget(), G4ElectronIonPair::SampleIonsAlongStep(), G4VEnergyLossProcess::SampleSubCutSecondaries(), G4SteppingVerbose::ShowStep(), G4SteppingManager::Stepping(), G4ParticleChangeForTransport::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAlongStep(), CCalSteppingAction::UserSteppingAction(), RE04SteppingAction::UserSteppingAction(), XrayFluoSteppingAction::UserSteppingAction(), SteppingAction::UserSteppingAction(), DMXSteppingAction::UserSteppingAction(), G4ScoreSplittingProcess::Verbose(), and G4ParallelWorldScoringProcess::Verbose().

G4double G4StepPoint::GetProperTime ( ) const

Referenced by export_G4StepPoint(), G4SteppingVerbose::ShowStep(), G4ParticleChangeForTransport::UpdateStepForAlongStep(), and G4ParticleChange::UpdateStepForAlongStep().

+ Here is the caller graph for this function:

G4VSensitiveDetector* G4StepPoint::GetSensitiveDetector ( ) const

Referenced by G4ParallelWorldScoringProcess::AtRestDoIt(), G4OpBoundaryProcess::InvokeSD(), G4ParallelWorldProcess::PostStepDoIt(), and G4ParallelWorldScoringProcess::PostStepDoIt().

+ Here is the caller graph for this function:

G4StepStatus G4StepPoint::GetStepStatus ( ) const

Referenced by G4VEnergyLossProcess::AlongStepDoIt(), G4WentzelVIModel::ComputeTruePathLengthLimit(), G4WentzelVIRelModel::ComputeTruePathLengthLimit(), G4GoudsmitSaundersonMscModel::ComputeTruePathLengthLimit(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4WeightCutOffProcess::CopyStep(), G4ParallelWorldProcess::CopyStep(), G4ImportanceProcess::CopyStep(), G4ParallelWorldScoringProcess::CopyStep(), G4WeightWindowProcess::CopyStep(), G4AdjointCrossSurfChecker::CrossingAnInterfaceBetweenTwoVolumes(), G4BOptnForceFreeFlight::DenyProcessPostStepDoIt(), export_G4StepPoint(), F04TrajectoryPoint::F04TrajectoryPoint(), G4RichTrajectoryPoint::G4RichTrajectoryPoint(), G4Scintillation::GetScintillationYieldByParticleType(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolume(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolumeByExtSurface(), G4PSPassageTrackLength::IsPassed(), G4PSPassageCellCurrent::IsPassed(), G4PSPassageCellFlux::IsPassed(), G4PSSphereSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSSphereSurfaceFlux::IsSelectedSurface(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSFlatSurfaceCurrent::IsSelectedSurface(), G4PSFlatSurfaceFlux::IsSelectedSurface(), G4PhononScattering::PostStepDoIt(), G4PhononReflection::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4ImportanceProcess::PostStepDoIt(), G4WeightWindowProcess::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4BiasingProcessInterface::PostStepGetPhysicalInteractionLength(), G4PSTrackCounter::ProcessHits(), G4PSCellCharge::ProcessHits(), G4PSNofCollision::ProcessHits(), RMC01SD::ProcessHits(), G4BOptrForceCollision::ProposeNonPhysicsBiasingOperation(), G4SteppingVerbose::ShowStep(), G4ParallelWorldProcess::SwitchMaterial(), LXeSteppingAction::UserSteppingAction(), Em10SteppingAction::UserSteppingAction(), G4AdjointSteppingAction::UserSteppingAction(), and WLSTrajectoryPoint::WLSTrajectoryPoint().

+ Here is the caller graph for this function:

G4double G4StepPoint::GetTotalEnergy ( ) const

Referenced by export_G4StepPoint(), and G4SteppingVerbose::ShowStep().

+ Here is the caller graph for this function:

const G4VTouchable* G4StepPoint::GetTouchable ( ) const

Referenced by G4AdjointCrossSurfChecker::CrossingAnInterfaceBetweenTwoVolumes(), CCalVOrganization::DetectorLevel(), RE02PSEnergyDeposit::GetIndex(), G4PSNofSecondary3D::GetIndex(), RE02PSNofStep::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSNofCollision3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), RE02PSPassageCellFlux::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSCellCharge3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), RE02PSCellFlux::GetIndex(), G4VPrimitiveScorer::GetIndex(), RE02PSFlatSurfaceCurrent::GetIndex(), G4PSCellFlux3D::GetIndex(), RE02PSFlatSurfaceFlux::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), CCaloSD::getStepInfo(), CCalEcalOrganization::GetUnitID(), CCalHcalOrganization::GetUnitID(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolume(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolumeByExtSurface(), CCalVOrganization::Levels(), G4VXTRenergyLoss::PostStepDoIt(), G4ImportanceProcess::PostStepDoIt(), G4WeightCutOffProcess::PostStepDoIt(), G4WeightWindowProcess::PostStepDoIt(), Par01CalorimeterSD::ProcessHits(), RE05CalorimeterSD::ProcessHits(), B5HodoscopeSD::ProcessHits(), G4HumanPhantomSD::ProcessHits(), LXeScintSD::ProcessHits(), B5DriftChamberSD::ProcessHits(), B5HadCalorimeterSD::ProcessHits(), ExGflashSensitiveDetector::ProcessHits(), B5EmCalorimeterSD::ProcessHits(), HadrontherapyDetectorSD::ProcessHits(), G4PSDoseDeposit::ProcessHits(), F02CalorimeterSD::ProcessHits(), ExP01TrackerSD::ProcessHits(), XAluminumElectrodeSensitivity::ProcessHits(), FCALTestbeamSetupSD::ProcessHits(), F01CalorimeterSD::ProcessHits(), F03CalorimeterSD::ProcessHits(), FCALHadModuleSD::ProcessHits(), Em10CalorimeterSD::ProcessHits(), FCALEMModuleSD::ProcessHits(), GammaRayTelCalorimeterSD::ProcessHits(), GammaRayTelAnticoincidenceSD::ProcessHits(), GammaRayTelTrackerSD::ProcessHits(), B4cCalorimeterSD::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), XrayFluoHPGeSD::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), XrayFluoSD::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), LXePMTSD::ProcessHits_constStep(), WLSPhotonDetSD::ProcessHits_constStep(), CCaloSD::SetToLocal(), CexmcSteppingAction::UserSteppingAction(), G4ScoreSplittingProcess::Verbose(), and G4ParallelWorldScoringProcess::Verbose().

void G4StepPoint::SetCharge ( G4double  value)

Referenced by G4ParticleChangeForLoss::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAtRest(), G4ParticleChangeForLoss::UpdateStepForPostStep(), and G4ParticleChange::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetGlobalTime ( const G4double  aValue)

Referenced by G4ParticleChangeForDecay::UpdateStepForAtRest(), G4FastStep::UpdateStepForAtRest(), and G4FastStep::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetLocalTime ( const G4double  aValue)

Referenced by G4ParticleChangeForDecay::UpdateStepForAtRest(), G4ParticleChange::UpdateStepForAtRest(), and G4ParticleChange::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetMagneticMoment ( G4double  value)

Referenced by G4ParticleChange::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAtRest(), and G4ParticleChange::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetMass ( G4double  value)

Referenced by G4ParticleChange::UpdateStepForAlongStep(), G4ParticleChange::UpdateStepForAtRest(), and G4ParticleChange::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetMaterial ( G4Material )

Referenced by G4ParallelWorldProcess::SwitchMaterial(), and G4ParticleChangeForTransport::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetMaterialCutsCouple ( const G4MaterialCutsCouple )

Referenced by G4ParallelWorldProcess::SwitchMaterial(), and G4ParticleChangeForTransport::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetPolarization ( const G4ThreeVector aValue)
void G4StepPoint::SetPosition ( const G4ThreeVector aValue)
void G4StepPoint::SetProcessDefinedStep ( const G4VProcess aValue)

Referenced by G4SteppingManager::DefinePhysicalStepLength(), G4ITStepProcessor::DoDefinePhysicalStepLength(), G4ITStepProcessor::DoStepping(), G4ITStepProcessor::InvokeAtRestDoItProcs(), and G4SteppingManager::InvokeAtRestDoItProcs().

+ Here is the caller graph for this function:

void G4StepPoint::SetProperTime ( const G4double  aValue)

Referenced by G4ParticleChange::UpdateStepForAtRest(), G4FastStep::UpdateStepForAtRest(), G4ParticleChange::UpdateStepForPostStep(), and G4FastStep::UpdateStepForPostStep().

+ Here is the caller graph for this function:

void G4StepPoint::SetSafety ( const G4double  aValue)

Referenced by G4ITStepProcessor::DoStepping(), G4ITStepProcessor::InvokePSDIP(), G4SteppingManager::InvokePSDIP(), and G4SteppingManager::Stepping().

+ Here is the caller graph for this function:

void G4StepPoint::SetSensitiveDetector ( G4VSensitiveDetector )

Referenced by G4ParallelWorldProcess::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4ParallelWorldProcess::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), and G4ParticleChangeForTransport::UpdateStepForPostStep().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4StepPoint::fCharge
private

Definition at line 210 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fGlobalTime
private

Definition at line 185 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fKineticEnergy
private

Definition at line 192 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fLocalTime
private

Definition at line 187 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fMagneticMoment
private

Definition at line 212 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fMass
private

Definition at line 208 of file G4StepPoint.hh.

Referenced by operator=().

G4ThreeVector G4StepPoint::fMomentumDirection
private

Definition at line 191 of file G4StepPoint.hh.

Referenced by operator=().

G4Material* G4StepPoint::fpMaterial
private

Definition at line 197 of file G4StepPoint.hh.

Referenced by operator=().

const G4MaterialCutsCouple* G4StepPoint::fpMaterialCutsCouple
private

Definition at line 199 of file G4StepPoint.hh.

Referenced by operator=().

G4ThreeVector G4StepPoint::fPolarization
private

Definition at line 203 of file G4StepPoint.hh.

Referenced by operator=().

G4ThreeVector G4StepPoint::fPosition
private

Definition at line 184 of file G4StepPoint.hh.

Referenced by operator=().

const G4VProcess* G4StepPoint::fpProcessDefinedStep
private

Definition at line 206 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fProperTime
private

Definition at line 189 of file G4StepPoint.hh.

Referenced by operator=().

G4VSensitiveDetector* G4StepPoint::fpSensitiveDetector
private

Definition at line 201 of file G4StepPoint.hh.

Referenced by operator=().

G4TouchableHandle G4StepPoint::fpTouchable
private

Definition at line 195 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fSafety
private

Definition at line 202 of file G4StepPoint.hh.

Referenced by operator=().

G4StepStatus G4StepPoint::fStepStatus
private

Definition at line 204 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fVelocity
private

Definition at line 193 of file G4StepPoint.hh.

Referenced by operator=().

G4double G4StepPoint::fWeight
private

Definition at line 214 of file G4StepPoint.hh.

Referenced by operator=().


The documentation for this class was generated from the following files: