#include <G4ILawCommonTruncatedExp.hh>
Definition at line 44 of file G4ILawCommonTruncatedExp.hh.
◆ G4ILawCommonTruncatedExp()
G4ILawCommonTruncatedExp::G4ILawCommonTruncatedExp |
( |
const G4String & | name = "expSharedForceInteractionLaw" | ) |
|
Definition at line 36 of file G4ILawCommonTruncatedExp.cc.
38 fExpInteractionLaw("expLawFor"+name)
39{}
G4VBiasingInteractionLaw(const G4String &name)
◆ ~G4ILawCommonTruncatedExp()
G4ILawCommonTruncatedExp::~G4ILawCommonTruncatedExp |
( |
| ) |
|
|
virtual |
◆ ComputeEffectiveCrossSectionAt()
G4double G4ILawCommonTruncatedExp::ComputeEffectiveCrossSectionAt |
( |
G4double | length | ) |
const |
|
virtual |
◆ ComputeNonInteractionProbabilityAt()
G4double G4ILawCommonTruncatedExp::ComputeNonInteractionProbabilityAt |
( |
G4double | length | ) |
const |
|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 49 of file G4ILawCommonTruncatedExp.cc.
50{
51 G4double niProba = fExpInteractionLaw.ComputeNonInteractionProbabilityAt( distance );
52
53 if ( niProba <= 0.0 )
54 {
56 ed <<
" Negative probability for `" <<
GetName() <<
"' p = " << niProba <<
" distance = " << distance <<
" !!! " <<
G4endl;
57 G4Exception(
" G4ILawCommonTruncatedExp::ComputeNonInteractionProbabilityAt(...)",
59 }
60
61 return niProba;
62}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
const G4String & GetName() const
◆ GetInteractionDistance()
G4double G4ILawCommonTruncatedExp::GetInteractionDistance |
( |
| ) |
const |
|
inline |
◆ GetMaximumDistance()
G4double G4ILawCommonTruncatedExp::GetMaximumDistance |
( |
| ) |
const |
|
inline |
◆ IsEffectiveCrossSectionInfinite()
virtual G4bool G4ILawCommonTruncatedExp::IsEffectiveCrossSectionInfinite |
( |
| ) |
const |
|
inlinevirtual |
◆ IsSingular()
virtual G4bool G4ILawCommonTruncatedExp::IsSingular |
( |
| ) |
const |
|
inlinevirtual |
◆ SetForceCrossSection()
void G4ILawCommonTruncatedExp::SetForceCrossSection |
( |
G4double | xs | ) |
|
|
inline |
◆ SetMaximumDistance()
void G4ILawCommonTruncatedExp::SetMaximumDistance |
( |
G4double | d | ) |
|
|
inline |
◆ SetSelectedProcessXSfraction() [1/2]
G4double G4ILawCommonTruncatedExp::SetSelectedProcessXSfraction |
( |
| ) |
const |
|
inline |
◆ SetSelectedProcessXSfraction() [2/2]
void G4ILawCommonTruncatedExp::SetSelectedProcessXSfraction |
( |
G4double | fXS | ) |
|
|
inline |
The documentation for this class was generated from the following files: