|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4VImportanceSplitExaminer is an interface used internally by importance sampling. It delivers G4Nsplit_Weight according to a track weight. An implementation of the interface decides how to obtain remaining necessary information about the ratio of importances in the pre and post "cell". More...
#include <G4VImportanceSplitExaminer.hh>
Public Member Functions | |
| G4VImportanceSplitExaminer ()=default | |
| virtual | ~G4VImportanceSplitExaminer ()=default |
| virtual G4Nsplit_Weight | Examine (G4double w) const =0 |
G4VImportanceSplitExaminer is an interface used internally by importance sampling. It delivers G4Nsplit_Weight according to a track weight. An implementation of the interface decides how to obtain remaining necessary information about the ratio of importances in the pre and post "cell".
Definition at line 51 of file G4VImportanceSplitExaminer.hh.
|
default |
Default Constructor and Destructor.
|
virtualdefault |
|
pure virtual |
Gets G4Nsplit_Weight for a given mother track weight.