88 fNewPosition(0.,0.,0.),
89 fNewDirection(0.,0.,1.)
95 lowestKinEnergy = 10*CLHEP::eV;
97 geomMin = 0.05*CLHEP::nm;
98 minDisplacement2 = geomMin*geomMin;
104 mscModels.reserve(2);
105 emManager->Register(
this);
113 emManager->DeRegister(
this);
121 if(
nullptr == ptr) {
return; }
123 modelManager->AddEmModel(order, ptr, fm, region);
131 if(
nullptr == ptr) {
return; }
132 if(!mscModels.empty()) {
133 for(
auto & msc : mscModels) {
if(msc == ptr) {
return; } }
135 mscModels.push_back(ptr);
143 G4bool master = emManager->IsMaster();
144 if (
nullptr == firstParticle) { firstParticle = ∂ }
146 emManager->PreparePhysicsTable(&part,
this);
147 currParticle =
nullptr;
149 if(firstParticle == &part) {
150 baseMat = emManager->GetTableBuilder()->GetBaseMaterialFlag();
153 latDisplacement, master,
156 numberOfModels = modelManager->NumberOfModels();
159 if (
nullptr == safetyHelper) {
171 G4bool master = emManager->IsMaster();
173 if(firstParticle == &part) {
174 emManager->BuildPhysicsTable(&part);
182 numberOfModels, master);
204 fIonisation = emManager->GetEnergyLossProcess(currParticle);
207 for(
G4int i=0; i<numberOfModels; ++i) {
210 if(
nullptr != eloss) {
227 physStepLimit = gPathLength = tPathLength = currentMinimalStep;
243 if(1 < numberOfModels) {
247 currentModel->SetCurrentCouple(couple);
251 if(currentModel->IsActive(ekin) && tPathLength > geomMin
252 && ekin >= lowestKinEnergy) {
255 currentModel->ComputeTruePathLengthLimit(track, gPathLength);
256 if (tPathLength < physStepLimit) {
293 fPositionChanged =
false;
299 tPathLength = geomLength;
307 tPathLength = currentModel->ComputeTrueStepLength(geomLength);
319 tPathLength = std::min(tPathLength, physStepLimit);
322 if(tPathLength < range && tPathLength > geomMin) {
324 static const G4double minSafety = 1.20*CLHEP::nm;
333 if(r2 > minDisplacement2) {
335 fPositionChanged =
true;
338 sFact*safetyHelper->ComputeSafety(fNewPosition, dispR);
342 if(postSafety > 0.0 && dispR <= postSafety) {
343 fNewPosition += displacement;
349 if(dispR < postSafety) {
350 fNewPosition += displacement;
353 }
else if(postSafety > geomMin) {
354 fNewPosition += displacement*(postSafety/dispR);
358 fPositionChanged =
false;
361 if(fPositionChanged) {
362 safetyHelper->ReLocateWithinVolume(fNewPosition);
417 if(part != firstParticle || !emManager->IsMaster()) {
return yes; }
438 if(
nullptr != firstParticle) {
G4double condition(const G4ErrorSymMatrix &m)
@ NotCandidateForSelection
CLHEP::Hep3Vector G4ThreeVector
static G4EmParameters * Instance()
static void PrepareMscProcess(G4VMultipleScattering *proc, const G4ParticleDefinition &part, G4EmModelManager *modelManager, G4MscStepLimitType &stepLimit, G4double &facrange, G4bool &latDisplacement, G4bool &master, G4bool &isIon, G4bool &baseMat)
static void BuildMscProcess(G4VMultipleScattering *proc, const G4VMultipleScattering *masterProc, const G4ParticleDefinition &part, const G4ParticleDefinition *firstPart, G4int nModels, G4bool master)
static G4bool StoreMscTable(G4VMultipleScattering *proc, const G4ParticleDefinition *part, const G4String &directory, const G4int nModels, const G4int verb, const G4bool ascii)
static G4LossTableManager * Instance()
G4double GetPDGMass() const
const G4String & GetParticleName() const
const G4ThreeVector & GetMomentumDirection() const
G4double GetStepLength() const
G4StepPoint * GetPostStepPoint() const
const G4ParticleDefinition * GetParticleDefinition() const
G4double GetKineticEnergy() const
const G4MaterialCutsCouple * GetMaterialCutsCouple() const
static G4TransportationManager * GetTransportationManager()
G4SafetyHelper * GetSafetyHelper() const
G4VContinuousDiscreteProcess(const G4String &, G4ProcessType aType=fNotDefined)
void SetParticleChange(G4VParticleChange *, G4VEmFluctuationModel *f=nullptr)
virtual void StartTracking(G4Track *)
void SetIonisation(G4VEnergyLossProcess *, const G4ParticleDefinition *part)
void AddEmModel(G4int order, G4VMscModel *, const G4Region *region=nullptr)
G4double GetMeanFreePath(const G4Track &track, G4double, G4ForceCondition *condition) override
G4ParticleChangeForMSC fParticleChange
G4VMscModel * GetModelByIndex(G4int idx, G4bool ver=false) const
void StartTracking(G4Track *) override
void PreparePhysicsTable(const G4ParticleDefinition &) override
void BuildPhysicsTable(const G4ParticleDefinition &) override
G4double ContinuousStepLimit(const G4Track &track, G4double previousStepSize, G4double currentMinimalStep, G4double ¤tSafety)
G4VMultipleScattering(const G4String &name="msc", G4ProcessType type=fElectromagnetic)
void ProcessDescription(std::ostream &outFile) const override
G4bool RetrievePhysicsTable(const G4ParticleDefinition *, const G4String &directory, G4bool ascii) override
void SetEmModel(G4VMscModel *, G4int idx=0)
G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4double currentMinimalStep, G4double ¤tSafety, G4GPILSelection *selection) override
void StreamInfo(std::ostream &outFile, const G4ParticleDefinition &, G4bool rst=false) const
G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double previousStepSize, G4ForceCondition *condition) override
G4VParticleChange * AlongStepDoIt(const G4Track &, const G4Step &) override
G4bool StorePhysicsTable(const G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) override
~G4VMultipleScattering() override
G4VEmModel * SelectModel(G4double kinEnergy, size_t idx)
G4double GetContinuousStepLimit(const G4Track &track, G4double previousStepSize, G4double currentMinimalStep, G4double ¤tSafety) override
void SetVerboseLevel(G4int value)
const G4VProcess * GetMasterProcess() const
void SetProcessSubType(G4int)
G4VParticleChange * pParticleChange
G4int GetProcessSubType() const
const G4String & GetProcessName() const