55 fOldTouchableH(), fNewTouchableH(), fInitialTouchableH(), fFinalTouchableH()
148 G4ThreeVector preStepPosition, postStepPosition, direction, finalPostStepPosition;
166 direction= (finalPostStepPosition - preStepPosition).unit();
170 postStepPosition= preStepPosition;
173 for ( iStep=0; iStep < numberVoxelsInStep; iStep++ ){
180 preStepPosition= postStepPosition;
189 postStepPosition= preStepPosition + stepLength * direction;
195 if( iStep < numberVoxelsInStep -1 ){
197 G4int nextVoxelId= -1;
213 eLossFraction= (totalEnergyDeposit>0.0) ? energyLoss / totalEnergyDeposit : 1.0 ;
236 GetNavigatorForTracking()->CreateTouchableHistory(oldTouchableHistory->
GetHistory());
258 G4cout <<
" Current volume type is not Parameterised. " <<
G4endl;
259 G4Exception(
"G4ScoreSplittingProcess::CreateTouchableForSubStep",
261 "Score Splitting Process is used for Regular Structure - but did not find one here.");
263 return ptrTouchableHistory;
282 G4cout <<
"In mass geometry ------------------------------------------------" <<
G4endl;
285 G4cout <<
" PreStepPoint : "
290 {
G4cout <<
"NoProcessAssigned"; }
293 G4cout <<
" PostStepPoint : ";
297 {
G4cout <<
"OutOfWorld"; }
302 {
G4cout <<
"NoProcessAssigned"; }
306 G4cout <<
"In ghost geometry ------------------------------------------------" <<
G4endl;
308 <<
" TotalEnergyDeposit : "
310 G4cout <<
" PreStepPoint : "
317 {
G4cout <<
"NoProcessAssigned"; }
320 G4cout <<
" PostStepPoint : ";
328 {
G4cout <<
"OutOfWorld"; }
333 {
G4cout <<
"NoProcessAssigned"; }
G4StepPoint * fSplitPostStepPoint
G4bool Hit(G4Step *aStep)
const G4VTouchable * GetTouchable() const
const std::vector< std::pair< G4int, G4double > > & GetStepLengths()
void SetStepLength(G4double value)
G4LogicalVolume * GetLogicalVolume() const
static constexpr double MeV
G4VSensitiveDetector * GetSensitiveDetector() const
G4int SplitEnergyInVolumes(const G4Step *aStep)
void SetSensitiveDetector(G4VSensitiveDetector *)
G4StepPoint * GetPreStepPoint() const
G4TouchableHistory * CreateTouchableForSubStep(G4int newVoxelNum, G4ThreeVector newPosition)
G4EnergySplitter * fpEnergySplitter
static constexpr double mm
virtual G4VPVParameterisation * GetParameterisation() const =0
G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
G4ReferenceCountedHandle< G4VTouchable > G4TouchableHandle
void SetTotalEnergyDeposit(G4double value)
const G4TouchableHandle & GetTouchableHandle() const
void NewLevel(G4VPhysicalVolume *pNewMother, EVolume vType=kNormal, G4int nReplica=-1)
G4VPhysicalVolume * GetPhysicalVolume() const
G4double condition(const G4ErrorSymMatrix &m)
void CopyStepStart(const G4Step &step)
G4ScoreSplittingProcess(const G4String &processName="ScoreSplittingProc", G4ProcessType theType=fParameterisation)
virtual G4VSolid * ComputeSolid(const G4int, G4VPhysicalVolume *)
void SetNonIonizingEnergyDeposit(G4double value)
void SetTrack(G4Track *value)
virtual void Initialize(const G4Track &)
void GetLengthAndEnergyDeposited(G4int stepNo, G4int &voxelID, G4double &stepLength, G4double &energyLoss)
G4StepStatus GetStepStatus() const
G4TouchableHandle fInitialTouchableH
const G4NavigationHistory * GetHistory() const
G4VParticleChange * pParticleChange
G4TouchableHandle fOldTouchableH
const G4TouchableHandle & GetNextTouchableHandle() const
G4double GetStepLength() const
const G4ThreeVector & GetPosition() const
G4SteppingControl GetControlFlag() const
G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
G4Track * GetTrack() const
const G4String & GetProcessName() const
G4double GetTotalEnergyDeposit() const
G4StepPoint * GetPostStepPoint() const
const G4Step * GetStep() const
void GetVoxelID(G4int stepNo, G4int &voxelID)
G4VPhysicalVolume * GetTopVolume() const
G4VParticleChange dummyParticleChange
static G4TransportationManager * GetTransportationManager()
void StartTracking(G4Track *)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4TouchableHandle fNewTouchableH
G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
Double_t totalEnergyDeposit
G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *)
G4TouchableHandle fFinalTouchableH
virtual G4int GetReplicaNumber(G4int depth=0) const
G4StepPoint * fSplitPreStepPoint
G4ParticleChange xParticleChange
void ProposeSteppingControl(G4SteppingControl StepControlFlag)
G4GLOB_DLL std::ostream G4cout
void SetMaterial(G4Material *pMaterial)
virtual void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
void SetPosition(const G4ThreeVector &aValue)
void SetTouchableHandle(const G4TouchableHandle &apValue)
G4Material * GetVoxelMaterial(G4int stepNo)
const G4VProcess * GetProcessDefinedStep() const
virtual G4bool IsRegularStructure() const =0
const G4ThreeVector & GetMomentumDirection() const
G4double GetNonIonizingEnergyDeposit() const
EVolume GetTopVolumeType() const
virtual ~G4ScoreSplittingProcess()
void SetControlFlag(G4SteppingControl StepControlFlag)
virtual void ComputeTransformation(const G4int, G4VPhysicalVolume *) const =0
G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &)
const G4String & GetName() const
static G4RegularNavigationHelper * Instance()
void SetStepStatus(const G4StepStatus aValue)
G4VPhysicalVolume * GetVolume() const
void Verbose(const G4Step &) const