Geant4-11
|
#include <G4WeightWindowAlgorithm.hh>
Public Member Functions | |
virtual G4Nsplit_Weight | Calculate (G4double init_w, G4double lowerWeightBound) const |
G4WeightWindowAlgorithm (G4double upperLimitFactor=5, G4double survivalFactor=3, G4int maxNumberOfSplits=5) | |
virtual | ~G4WeightWindowAlgorithm () |
Private Attributes | |
G4int | fMaxNumberOfSplits = 0 |
G4double | fSurvivalFactor = 0.0 |
G4double | fUpperLimitFactor = 0.0 |
Definition at line 53 of file G4WeightWindowAlgorithm.hh.
G4WeightWindowAlgorithm::G4WeightWindowAlgorithm | ( | G4double | upperLimitFactor = 5 , |
G4double | survivalFactor = 3 , |
||
G4int | maxNumberOfSplits = 5 |
||
) |
Definition at line 33 of file G4WeightWindowAlgorithm.cc.
|
virtual |
Definition at line 43 of file G4WeightWindowAlgorithm.cc.
|
virtual |
Implements G4VWeightWindowAlgorithm.
Definition at line 48 of file G4WeightWindowAlgorithm.cc.
References fMaxNumberOfSplits, G4Nsplit_Weight::fN, fSurvivalFactor, fUpperLimitFactor, G4Nsplit_Weight::fW, G4UniformRand, and G4INCL::Math::max().
|
private |
Definition at line 72 of file G4WeightWindowAlgorithm.hh.
Referenced by Calculate().
|
private |
Definition at line 71 of file G4WeightWindowAlgorithm.hh.
Referenced by Calculate().
|
private |
Definition at line 70 of file G4WeightWindowAlgorithm.hh.
Referenced by Calculate().