77 #define State(theXInfo) (GetState<G4ITTransportationState>()->theXInfo)
92 fThreshold_Warning_Energy(100 *
MeV),
93 fThreshold_Important_Energy(250 *
MeV),
95 fUnimportant_Energy(1 *
MeV),
96 fSumEnergyKilled(0.0),
97 fMaxEnergyKilled(0.0),
98 fShortStepOptimisation(false),
99 fVerboseLevel(verbose)
172 if (
this == &right)
return *
this;
214 G4cout <<
" G4ITTransportation: Statistics for looping particles "
216 G4cout <<
" Sum of energy of loopers killed: "
218 G4cout <<
" Max energy of loopers killed: "
253 G4double geometryStepLength(-1.0), newSafety(-1.0);
255 State(fParticleIsLooping) =
false;
256 State(fEndGlobalTimeComputed) =
false;
257 State(fGeometryLimitedStep) =
false;
284 G4double MagSqShift = OriginShift.mag2();
305 G4bool fieldExertsForce =
false;
306 if ((particleCharge != 0.0))
327 if (!fieldExertsForce)
334 geometryStepLength = currentMinimumStep;
335 State(fGeometryLimitedStep) =
false;
361 State(fTransportEndPosition));
366 currentSafety = newSafety;
368 State(fGeometryLimitedStep) = (linearStepLength <= currentMinimumStep);
369 if (
State(fGeometryLimitedStep))
372 geometryStepLength = linearStepLength;
377 geometryStepLength = currentMinimumStep;
380 State(fEndPointDistance) = geometryStepLength;
384 State(fTransportEndPosition) = startPosition
385 + geometryStepLength * startMomentumDir;
389 State(fTransportEndMomentumDir) = startMomentumDir;
392 State(fParticleIsLooping) =
false;
393 State(fMomentumChanged) =
false;
394 State(fEndGlobalTimeComputed) =
true;
415 <<
"ITTransportation does not support external fields.";
417 <<
" If you are dealing with a tradiational MC simulation, ";
418 exceptionDescription <<
"please use G4Transportation.";
420 G4Exception(
"G4ITTransportation::AlongStepGetPhysicalInteractionLength",
576 if (currentMinimumStep == 0.0)
578 if (currentSafety == 0.0)
580 State(fGeometryLimitedStep) =
true;
590 if (currentSafety <
State(fEndPointDistance))
595 if (particleCharge != 0.0)
599 State(fTransportEndPosition));
600 currentSafety = endSafety;
613 State(fTransportEndPosition));
619 currentSafety +=
State(fEndPointDistance);
621 #ifdef G4DEBUG_TRANSPORT
623 G4cout <<
"***G4Transportation::AlongStepGPIL ** " <<
G4endl;
624 G4cout <<
" Called Navigator->ComputeSafety at "
625 <<
State(fTransportEndPosition)
626 <<
" and it returned safety= " << endSafety <<
G4endl;
627 G4cout <<
" Adding endpoint distance " <<
State(fEndPointDistance)
628 <<
" to obtain pseudo-safety= " << currentSafety <<
G4endl;
638 return geometryStepLength;
643 const double timeStep,
644 double& oPhysicalStep)
653 State(fGeometryLimitedStep) =
false;
659 State(fEndGlobalTimeComputed) =
true;
663 if (!
State(fMomentumChanged))
667 oPhysicalStep = initialVelocity * timeStep;
671 State(fTransportEndPosition) = startPosition
672 + oPhysicalStep * startMomentumDir;
685 #if defined (DEBUG_MEM)
686 MemStat mem_first, mem_second, mem_diff;
689 #if defined (DEBUG_MEM)
699 if (!pdefOpticalPhoton) pdefOpticalPhoton =
726 if (
State(fEndGlobalTimeComputed) ==
false)
739 deltaTime = stepLength / finalVelocity;
741 else if (initialVelocity > 0.0)
743 deltaTime = stepLength / initialVelocity;
746 State(fCandidateEndGlobalTime) = startTime + deltaTime;
750 deltaTime =
State(fCandidateEndGlobalTime) - startTime;
773 if (
State(fParticleIsLooping))
796 <<
" G4ITTransportation is killing track that is looping or stuck "
798 <<
" MeV energy." <<
G4endl;
799 G4cout <<
" Number of trials = " <<
State(fNoLooperTrials)
800 <<
" No of calls to AlongStepDoIt = " << noCalls
804 State(fNoLooperTrials) = 0;
808 State(fNoLooperTrials)++;
812 G4cout <<
" G4ITTransportation::AlongStepDoIt(): Particle looping - "
813 <<
" Number of trials = " <<
State(fNoLooperTrials)
814 <<
" No of calls to = " << noCalls <<
G4endl;
821 State(fNoLooperTrials)=0;
832 #if defined (DEBUG_MEM)
834 mem_diff = mem_second-mem_first;
835 G4cout <<
"\t || MEM || End of G4ITTransportation::AlongStepDoIt, diff is: "
866 G4bool isLastStep =
false;
877 if (
State(fGeometryLimitedStep))
882 G4cout <<
"Step is limited by geometry "
890 if (
State(fCurrentTouchableHandle)->GetVolume() == 0)
893 exceptionDescription <<
"No current touchable found ";
894 G4Exception(
" G4ITTransportation::PostStepDoIt",
"G4ITTransportation001",
901 State(fCurrentTouchableHandle),
true);
905 if (
State(fCurrentTouchableHandle)->GetVolume() == 0)
913 G4cout <<
"G4ITTransportation will killed the track because "
914 "State(fCurrentTouchableHandle)->GetVolume() == 0"<<
G4endl;
920 retCurrentTouchable =
State(fCurrentTouchableHandle);
936 #ifdef G4DEBUG_TRANSPORT
941 if( ! (exiting || entering) )
943 G4cout <<
" Transport> : Proposed isLastStep= " << isLastStep
969 #ifdef G4DEBUG_TRANSPORT
971 G4cout <<
" Transport> Proposed isLastStep= " << isLastStep
972 <<
" Geometry did not limit step. Position : "
999 pNewMaterialCutsCouple =
1003 if (pNewVol != 0 && pNewMaterialCutsCouple != 0
1004 && pNewMaterialCutsCouple->
GetMaterial() != pNewMaterial)
1041 GetIT(track)->GetTrackingInfo()->GetTrackStateManager());
1072 fieldMgrStore->ClearAllChordFindersState();
void SetMaterialInTouchable(G4Material *fMaterial)
G4ITSafetyHelper * GetSafetyHelper() const
void SetTouchableHandle(const G4TouchableHandle &fTouchable)
const G4ThreeVector & GetPolarization() const
G4double fCandidateEndGlobalTime
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
G4double GetLocalTime() const
G4ParticleChangeForTransport fParticleChange
void SetMaterialCutsCoupleInTouchable(const G4MaterialCutsCouple *fMaterialCutsCouple)
std::ostringstream G4ExceptionDescription
std::vector< G4ThreeVector > * GimmeTrajectoryVectorAndForgetIt() const
G4bool fShortStepOptimisation
CLHEP::Hep3Vector G4ThreeVector
G4double GetVelocity() const
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
const G4DynamicParticle * GetDynamicParticle() const
G4Material * GetMaterial() const
static const double nanometer
virtual ~G4ITTransportationState()
const G4ThreeVector & GetPosition() const
G4TrackStatus GetTrackStatus() const
virtual void LoadTrackState(G4TrackStateManager &manager)
G4double fMaxEnergyKilled
virtual G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &)
void ProposePolarization(G4double Px, G4double Py, G4double Pz)
virtual G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData)
G4ThreeVector fTransportEndPosition
G4double GetVelocity() const
virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double, G4double currentMinimumStep, G4double ¤tSafety, G4GPILSelection *selection)
void SetInstantiateProcessState(G4bool flag)
void ProposePosition(G4double x, G4double y, G4double z)
G4ReferenceCountedHandle< G4VTouchable > G4TouchableHandle
G4ITNavigator * fLinearNavigator
G4StepPoint * GetPreStepPoint() const
virtual void Initialize(const G4Track &)
virtual void StartTracking(G4Track *)
G4double CalculateVelocityForOpticalPhoton() const
G4bool DoesGlobalFieldExist()
virtual void ConfigureForTrack(const G4Track *)
G4ITTransportation & operator=(const G4ITTransportation &)
virtual void StartTracking(G4Track *aTrack)
G4IT * GetIT(const G4Track *track)
G4double GetKineticEnergy() const
G4double fEndPointDistance
static G4ITTransportationManager * GetTransportationManager()
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double, G4ForceCondition *pForceCond)
G4GLOB_DLL std::ostream G4cout
virtual void ResetTrackState()
virtual void NewTrackState()
virtual void ComputeStep(const G4Track &, const G4Step &, const double timeStep, double &spaceStep)
const G4ThreeVector & GetMomentumDirection() const
G4PropagatorInField * fFieldPropagator
virtual ~G4ITTransportation()
G4bool fInstantiateProcessState
G4bool fGeometryLimitedStep
G4double GetCharge() const
void ProposeTrueStepLength(G4double truePathLength)
G4bool DoesFieldExist() const
virtual void StartTracking(G4Track *)
void SetInstantiateProcessState(G4bool flag)
const G4ParticleDefinition * GetParticleDefinition() const
void SetProcessSubType(G4int)
G4bool enablePostStepDoIt
G4double GetGlobalTime() const
G4double CalculateVelocity() const
G4FieldManager * FindAndSetFieldManager(G4VPhysicalVolume *pCurrentPhysVol)
const G4TouchableHandle & GetTouchableHandle() const
G4ITSafetyHelper * fpSafetyHelper
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4TransportationManager * GetTransportationManager()
G4FieldManager * GetFieldManager() const
G4TrackingInformation * GetTrackingInfo()
G4double fSumEnergyKilled
static G4ProductionCutsTable * GetProductionCutsTable()
const G4ThreeVector & GetMomentumDirection() const
G4LogicalVolume * GetLogicalVolume() const
const G4MaterialCutsCouple * GetMaterialCutsCouple(G4int i) const
static G4FieldManagerStore * GetInstance()
void SetSensitiveDetectorInTouchable(G4VSensitiveDetector *fSensitiveDetector)
static G4ParticleTable * GetParticleTable()
#define fPreviousSftOrigin
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const
void SetPointerToVectorOfAuxiliaryPoints(std::vector< G4ThreeVector > *theNewVectorPointer)
void ProposeGlobalTime(G4double t)
G4ITTransportation(const G4String &aName="ITTransportation", G4int verbosityLevel=0)
G4double fTransportEndKineticEnergy
G4bool fEndGlobalTimeComputed
G4ITNavigator * GetNavigatorForTracking() const
G4VParticleChange * pParticleChange
void ProposeEnergy(G4double finalEnergy)
G4::shared_ptr< G4ProcessState > fpState
G4VPhysicalVolume * GetVolume() const
G4TouchableHandle fCurrentTouchableHandle
void ClearPropagatorState()
G4bool enableAlongStepDoIt
void ProposeLastStepInVolume(G4bool flag)
virtual void SaveTrackState(G4TrackStateManager &manager)
void ProposeMomentumDirection(G4double Px, G4double Py, G4double Pz)
const G4MaterialCutsCouple * GetMaterialCutsCouple() const
void ProposeTrackStatus(G4TrackStatus status)
G4double fUnimportant_Energy
G4double fThreshold_Important_Energy
const G4Field * GetDetectorField() const
G4VITProcess inherits from G4VProcess.
G4double fThreshold_Warning_Energy
G4bool fParticleIsLooping
void SetMomentumChanged(G4bool b)
G4PropagatorInField * GetPropagatorInField() const
void ProposeVelocity(G4double finalVelocity)
G4ProductionCuts * GetProductionCuts() const
G4VSensitiveDetector * GetSensitiveDetector() const
G4double * theInteractionTimeLeft
void ProposeLocalTime(G4double t)
G4ThreeVector fTransportEndSpin
void SetCurrentSafety(G4double val, const G4ThreeVector &pos)
G4double GetStepLength() const
G4ITTransportationState()
Process State.
G4ThreeVector fTransportEndMomentumDir
G4ThreeVector fPreviousSftOrigin
const G4Material * GetMaterial() const