Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Nsplit_Weight Class Reference

G4Nsplit_Weight is a class (struct) used by importance sampling. It contains the number of tracks a mother track should be split into and their associated weight. More...

#include <G4Nsplit_Weight.hh>

Public Attributes

G4int fN = 0
G4double fW = 0.0

Detailed Description

G4Nsplit_Weight is a class (struct) used by importance sampling. It contains the number of tracks a mother track should be split into and their associated weight.

Definition at line 46 of file G4Nsplit_Weight.hh.

Member Data Documentation

◆ fN

G4int G4Nsplit_Weight::fN = 0

Number of tracks a mother track should be split into including the mother track.

Definition at line 52 of file G4Nsplit_Weight.hh.

Referenced by G4ImportanceAlgorithm::Calculate(), G4WeightWindowAlgorithm::Calculate(), G4SamplingPostStepAction::DoIt(), and operator<<().

◆ fW

G4double G4Nsplit_Weight::fW = 0.0

The weight to be given to the tracks.

Definition at line 55 of file G4Nsplit_Weight.hh.

Referenced by G4ImportanceAlgorithm::Calculate(), G4WeightWindowAlgorithm::Calculate(), G4SamplingPostStepAction::DoIt(), and operator<<().


The documentation for this class was generated from the following file: