58 fWeightWindowAlgorithm(aWeightWindowAlgorithm),
59 fWeightWindowStore(aWWStore),
60 fPlaceOfAction(placeOfAction)
62 if (TrackTerminator !=
nullptr)
72 G4Exception(
"G4WeightWindowProcess::G4WeightWindowProcess()",
74 "Failed allocation of G4ParticleChange !");
150 G4Exception(
"G4WeightWindowProcess::StartTracking",
152 "G4WeightWindowProcess is used for tracking without having a parallel world assigned");
302 if (previousStepSize > 0.)
311 if (currentMinimumStep <= fGhostSafety && currentMinimumStep > 0.)
314 returnedStep = currentMinimumStep;
346 returnedStep *= (1.0 + 1.0e-9);
G4double condition(const G4ErrorSymMatrix &m)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
@ NotCandidateForSelection
G4GLOB_DLL std::ostream G4cout
static void Update(G4FieldTrack *, const G4Track *)
G4ThreeVector GetPosition() const
virtual G4double ComputeSafety(const G4ThreeVector &globalpoint, const G4double pProposedMaxLength=DBL_MAX, const G4bool keepState=true)
virtual void Initialize(const G4Track &)
G4double ComputeStep(const G4FieldTrack &pFieldTrack, G4double pCurrentProposedStepLength, G4int navigatorId, G4int stepNo, G4double &pNewSafety, ELimited &limitedStep, G4FieldTrack &EndState, G4VPhysicalVolume *currentVolume)
void PrepareNewTrack(const G4ThreeVector &position, const G4ThreeVector &direction, G4VPhysicalVolume *massStartVol=nullptr)
static G4PathFinder * GetInstance()
G4TouchableHandle CreateTouchableHandle(G4int navId) const
void DoIt(const G4Track &aTrack, G4ParticleChange *aParticleChange, const G4Nsplit_Weight &nw)
G4StepStatus GetStepStatus() const
const G4VTouchable * GetTouchable() const
void SetStepStatus(const G4StepStatus aValue)
void SetTouchableHandle(const G4TouchableHandle &apValue)
const G4TouchableHandle & GetTouchableHandle() const
G4VPhysicalVolume * GetPhysicalVolume() const
G4SteppingControl GetControlFlag() const
G4Track * GetTrack() const
void SetStepLength(G4double value)
G4StepPoint * GetPreStepPoint() const
G4double GetStepLength() const
G4double GetTotalEnergyDeposit() const
void SetControlFlag(G4SteppingControl StepControlFlag)
void SetTotalEnergyDeposit(G4double value)
G4StepPoint * GetPostStepPoint() const
void SetTrack(G4Track *value)
G4VPhysicalVolume * GetVolume() const
G4double GetWeight() const
const G4ThreeVector & GetPosition() const
G4int GetCurrentStepNumber() const
const G4ThreeVector & GetMomentumDirection() const
G4double GetKineticEnergy() const
G4VPhysicalVolume * GetParallelWorld(const G4String &worldName)
static G4TransportationManager * GetTransportationManager()
G4int ActivateNavigator(G4Navigator *aNavigator)
G4Navigator * GetNavigator(const G4String &worldName)
void ProposeTrackStatus(G4TrackStatus status)
virtual void Initialize(const G4Track &)
const G4String & GetName() const
G4VParticleChange * pParticleChange
const G4String & GetProcessName() const
virtual G4int GetReplicaNumber(G4int depth=0) const
virtual G4Nsplit_Weight Calculate(G4double init_w, G4double lowerWeightBound) const =0
virtual G4double GetLowerWeight(const G4GeometryCell &gCell, G4double partEnergy) const =0
void CopyStep(const G4Step &step)
const G4VWeightWindowStore & fWeightWindowStore
virtual ~G4WeightWindowProcess()
G4SamplingPostStepAction * fPostStepAction
G4WeightWindowProcess(const G4VWeightWindowAlgorithm &aWeightWindowAlgorithm, const G4VWeightWindowStore &aWWStore, const G4VTrackTerminator *TrackTerminator, G4PlaceOfAction placeOfAction, const G4String &aName="WeightWindowProcess", G4bool para=false)
const G4VWeightWindowAlgorithm & fWeightWindowAlgorithm
void SetParallelWorld(const G4String ¶llelWorldName)
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)
virtual G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
G4TouchableHandle fNewGhostTouchable
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4Navigator * fGhostNavigator
void StartTracking(G4Track *)
G4PathFinder * fPathFinder
G4ParticleChange * fParticleChange
G4StepPoint * fGhostPostStepPoint
virtual void KillTrack() const
G4TransportationManager * fTransportationManager
G4StepPoint * fGhostPreStepPoint
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
G4PlaceOfAction fPlaceOfAction
G4TouchableHandle fOldGhostTouchable
virtual const G4String & GetName() const
G4VPhysicalVolume * fGhostWorld
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)