Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightWindowAlgorithm.hh>
Public Member Functions | |
G4WeightWindowAlgorithm (G4double upperLimitFactor=5, G4double survivalFactor=3, G4int maxNumberOfSplits=5) | |
~G4WeightWindowAlgorithm () override | |
G4Nsplit_Weight | Calculate (G4double init_w, G4double lowerWeightBound) const override |
Public Member Functions inherited from G4VWeightWindowAlgorithm | |
G4VWeightWindowAlgorithm () | |
virtual | ~G4VWeightWindowAlgorithm () |
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.
|
overridedefault |
|
overridevirtual |
Implements G4VWeightWindowAlgorithm.
Definition at line 46 of file G4WeightWindowAlgorithm.cc.