|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4VWeightWindowAlgorithm is an interface class for a weight window algorithm. It calculates the number of tracks and their weight according to the inital track weight and the lower energy bound in the energy-space cell. More...
#include <G4VWeightWindowAlgorithm.hh>
Public Member Functions | |
| G4VWeightWindowAlgorithm ()=default | |
| virtual | ~G4VWeightWindowAlgorithm ()=default |
| virtual G4Nsplit_Weight | Calculate (G4double init_w, G4double lowerWeightBound) const =0 |
G4VWeightWindowAlgorithm is an interface class for a weight window algorithm. It calculates the number of tracks and their weight according to the inital track weight and the lower energy bound in the energy-space cell.
Definition at line 48 of file G4VWeightWindowAlgorithm.hh.
|
default |
Default Constructor and Destructor.
|
virtualdefault |
|
pure virtual |
Calculates the number of tracks and their weight according to the initial track weight and the lower energy bound.
Implemented in G4WeightWindowAlgorithm.