|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4ImportanceAlgorithm is a concrete implementation of a G4VImportanceAlgorithm. More...
#include <G4ImportanceAlgorithm.hh>
Public Member Functions | |
| G4ImportanceAlgorithm ()=default | |
| ~G4ImportanceAlgorithm () override=default | |
| G4Nsplit_Weight | Calculate (G4double ipre, G4double ipost, G4double init_w) const override |
| Public Member Functions inherited from G4VImportanceAlgorithm | |
| G4VImportanceAlgorithm ()=default | |
| virtual | ~G4VImportanceAlgorithm ()=default |
G4ImportanceAlgorithm is a concrete implementation of a G4VImportanceAlgorithm.
Definition at line 46 of file G4ImportanceAlgorithm.hh.
|
default |
Default Constructor and Destructor.
|
overridedefault |
|
overridevirtual |
Calculates the number of tracks and their weight according to the pre and post importance value and the weight of the mother track.
| [in] | ipre | "pre" importance value. |
| [in] | ipost | "post" importance value. |
| [in] | init_w | Initial weight value. |
Implements G4VImportanceAlgorithm.
Definition at line 46 of file G4ImportanceAlgorithm.cc.