|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4WeightWindowAlgorithm.hh>
Inheritance diagram for G4WeightWindowAlgorithm:Public Member Functions | |
| G4WeightWindowAlgorithm (G4double upperLimitFactor=5, G4double survivalFactor=3, G4int maxNumberOfSplits=5) | |
| virtual | ~G4WeightWindowAlgorithm () |
| virtual G4Nsplit_Weight | Calculate (G4double init_w, G4double lowerWeightBound) const |
Public Member Functions inherited from G4VWeightWindowAlgorithm | |
| G4VWeightWindowAlgorithm () | |
| virtual | ~G4VWeightWindowAlgorithm () |
| virtual G4Nsplit_Weight | Calculate (G4double init_w, G4double lowerWeightBound) const =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.