#include <G4BOptnForceFreeFlight.hh>
Definition at line 51 of file G4BOptnForceFreeFlight.hh.
◆ G4BOptnForceFreeFlight()
G4BOptnForceFreeFlight::G4BOptnForceFreeFlight |
( |
const G4String & | name | ) |
|
Definition at line 33 of file G4BOptnForceFreeFlight.cc.
35{
36 fForceFreeFlightInteractionLaw = new G4ILawForceFreeFlight("LawForOperation"+name);
37}
G4VBiasingOperation(const G4String &name)
◆ ~G4BOptnForceFreeFlight()
G4BOptnForceFreeFlight::~G4BOptnForceFreeFlight |
( |
| ) |
|
|
virtual |
◆ AlongMoveBy()
◆ ApplyFinalStateBiasing()
Implements G4VBiasingOperation.
Definition at line 53 of file G4BOptnForceFreeFlight.cc.
57{
58
59
60
61
62
63
64 fParticleChange.Initialize( *track );
65 forceFinalState = true;
67 {
68
69 if ( fInitialTrackWeight <=
DBL_MIN )
70 {
72 ed <<
" Initial track weight is null ! " <<
G4endl;
73 G4Exception(
" G4BOptnForceFreeFlight::ApplyFinalStateBiasing(...)",
75 }
76 if ( fCumulatedWeightChange <=
DBL_MIN )
77 {
79 ed <<
" Cumulated weight is null ! " <<
G4endl;
80 G4Exception(
" G4BOptnForceFreeFlight::ApplyFinalStateBiasing(...)",
82 }
85 proposedWeight = fCumulatedWeightChange * fInitialTrackWeight;
86 else
87 proposedWeight *= fCumulatedWeightChange;
88 fParticleChange.ProposeWeight(proposedWeight);
89 fOperationComplete = true;
90 }
91
92 return &fParticleChange;
93}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4bool GetIsFirstPostStepDoItInterface(G4bool physOnly=true) const
G4StepStatus GetStepStatus() const
G4StepPoint * GetPostStepPoint() const
G4double GetWeight() const
◆ DistanceToApplyOperation()
◆ GenerateBiasingFinalState()
◆ GetForceFreeFlightLaw()
◆ OperationComplete()
G4bool G4BOptnForceFreeFlight::OperationComplete |
( |
| ) |
const |
|
inline |
◆ ProvideOccurenceBiasingInteractionLaw()
◆ ResetInitialTrackWeight()
void G4BOptnForceFreeFlight::ResetInitialTrackWeight |
( |
G4double | w | ) |
|
|
inline |
The documentation for this class was generated from the following files: