#include <G4WeightWindowAlgorithm.hh>
Definition at line 58 of file G4WeightWindowAlgorithm.hh.
◆ G4WeightWindowAlgorithm()
G4WeightWindowAlgorithm::G4WeightWindowAlgorithm |
( |
G4double |
upperLimitFaktor = 5 , |
|
|
G4double |
survivalFaktor = 3 , |
|
|
G4int |
maxNumberOfSplits = 5 |
|
) |
| |
◆ ~G4WeightWindowAlgorithm()
G4WeightWindowAlgorithm::~G4WeightWindowAlgorithm |
( |
| ) |
|
|
virtual |
◆ Calculate()
Implements G4VWeightWindowAlgorithm.
Definition at line 54 of file G4WeightWindowAlgorithm.cc.
65 if (init_w > upperWeight) {
70 G4double temp_wi_ws = init_w/upperWeight;
71 G4int split_i =
static_cast<int>(temp_wi_ws);
72 if(split_i != temp_wi_ws) split_i++;
102 }
else if (init_w < lowerWeightBound) {
104 G4double wi_ws = init_w/survivalWeight;
G4double fUpperLimitFaktor
◆ fMaxNumberOfSplits
G4int G4WeightWindowAlgorithm::fMaxNumberOfSplits |
|
private |
◆ fSurvivalFaktor
G4double G4WeightWindowAlgorithm::fSurvivalFaktor |
|
private |
◆ fUpperLimitFaktor
G4double G4WeightWindowAlgorithm::fUpperLimitFaktor |
|
private |
The documentation for this class was generated from the following files: