134{
135 G4String rName = track.GetStep()->GetPreStepPoint()->GetPhysicalVolume()->GetLogicalVolume()->GetRegion()->GetName();
136
137 if( rName != fEnvelopeName )
138 {
140 {
141 G4cout<<
"Go out from G4MuNeutrinoNucleusProcess::PostStepDoIt: wrong volume "<<
G4endl;
142 }
144 }
147 G4double weight = track.GetWeight();
149
150 if( track.GetTrackStatus() !=
fAlive )
151 {
153 }
154
155
156 if (track.GetTrackStatus() !=
fAlive &&
158 {
162 {
164 ed << "G4HadronicProcess: track in unusable state - "
165 << track.GetTrackStatus() <<
G4endl;
166 ed <<
"G4HadronicProcess: returning unchanged track " <<
G4endl;
169 }
170
172 }
173
174
176
177 G4double kineticEnergy = track.GetKineticEnergy();
178 const G4DynamicParticle* dynParticle = track.GetDynamicParticle();
179 const G4ParticleDefinition* part = dynParticle->
GetDefinition();
181
182
183
184
186
187 const G4Material* material = track.GetMaterial();
189
190
191
192 const G4StepPoint* pPostStepPoint = step.GetPostStepPoint();
193 const G4DynamicParticle* aParticle = track.GetDynamicParticle();
196
197 if( fNuNuclCcBias > 1.0 || fNuNuclNcBias > 1.0)
198 {
201 G4AffineTransform transform = G4AffineTransform(rotM,transl);
203
206
207 G4double forward = track.GetVolume()->GetLogicalVolume()->GetSolid()->DistanceToOut(localP, localV);
208 G4double backward = track.GetVolume()->GetLogicalVolume()->GetSolid()->DistanceToOut(localP, -localV);
209
210 G4double distance = forward+backward;
211
212
213
214
215
216
218
219 newPosition = position + range*direction;
220
221 safetyHelper->ReLocateWithinVolume(newPosition);
222
224 }
225 G4HadProjectile theProj( track );
226 G4HadronicInteraction* hadi = nullptr;
227 G4HadFinalState* result = nullptr;
228 const G4Element* elm =
231 fTotXsc->GetElementCrossSection(dynParticle, ZZ, material);
232 G4double ccTotRatio = fTotXsc->GetCcTotRatio();
233
235 {
236
238
241
243
245
247
249 }
250 else
251 {
254
255 std::size_t idx = track.GetMaterialCutsCouple()->GetIndex();
256
258
260
262 {
263 G4cout <<
"G4MuNeutrinoNucleusProcess::PostStepDoIt for "
265 <<
" in " << material->
GetName()
268 }
269 try
270 {
272 }
273 catch(G4HadronicException & aR)
274 {
278 ed << " Z= "
282 ed <<
" ApplyYourself failed" <<
G4endl;
283 G4Exception(
"G4MuNeutrinoNucleusProcess::PostStepDoIt",
"had006",
285 }
286
287
292
294 {
298 << " dir= " << outdir
300 }
301
302
305
306 if(efinal < 0.0) { efinal = 0.0; }
307 if(edep < 0.0) { edep = 0.0; }
308
309
310
311
312 if(efinal <= lowestEnergy)
313 {
314 edep += efinal;
315 efinal = 0.0;
316 }
317
318
320
322
323 if(efinal > 0.0)
324 {
328 }
329 else
330 {
332 {
334 }
335 else
336 {
338 }
340 }
341
342
344
345
346
348 {
350
352 {
355
356
357
358
361
362
363
365
366
367
368 G4Track* t = new G4Track(p, track.GetGlobalTime(),
369 track.GetPosition());
373 }
374 else
375 {
377 delete p;
378 }
379 }
383 }
385}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4ThreeVector G4ParticleMomentum
CLHEP::HepRotation G4RotationMatrix
CLHEP::Hep3Vector G4ThreeVector
@ fKillTrackAndSecondaries
G4GLOB_DLL std::ostream G4cout
Hep3Vector & rotateUz(const Hep3Vector &)
Hep3Vector & rotate(double, const Hep3Vector &)
const G4Element * SampleZandA(const G4DynamicParticle *, const G4Material *, G4Nucleus &target)
void SetMomentumDirection(const G4ThreeVector &aDirection)
const G4ThreeVector & GetMomentumDirection() const
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
G4double GetEnergyChange() const
void SetTrafoToLab(const G4LorentzRotation &aT)
G4double GetLocalEnergyDeposit() const
const G4ThreeVector & GetMomentumChange() const
std::size_t GetNumberOfSecondaries() const
G4HadSecondary * GetSecondary(size_t i)
G4DynamicParticle * GetParticle()
void Report(std::ostream &aS) const
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
const G4String & GetModelName() const
void SetRecoilEnergyThreshold(G4double val)
void FillResult(G4HadFinalState *aR, const G4Track &aT)
G4Nucleus * GetTargetNucleusPointer()
G4ParticleChange * theTotalResult
std::vector< G4HadronicInteraction * > & GetHadronicInteractionList()
void DumpState(const G4Track &, const G4String &, G4ExceptionDescription &)
const G4String & GetName() const
G4ProcessManager * GetProcessManager() const
const G4String & GetParticleName() const
G4ProcessVector * GetAtRestProcessVector(G4ProcessVectorTypeIndex typ=typeGPIL) const
const std::vector< G4double > * GetEnergyCutsVector(std::size_t pcIdx) const
static G4ProductionCutsTable * GetProductionCutsTable()
const G4VTouchable * GetTouchable() const
const G4ThreeVector & GetPosition() const
virtual const G4RotationMatrix * GetRotation(G4int depth=0) const
virtual const G4ThreeVector & GetTranslation(G4int depth=0) const
void SetWeight(G4double aValue)
void SetTouchableHandle(const G4TouchableHandle &apValue)
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
void ClearNumberOfInteractionLengthLeft()