Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -58,10 +58,10 @@ class G4WeightWindowAlgorithm : public G4VWeightWindowAlgorithm
G4double survivalFactor = 3,
G4int maxNumberOfSplits = 5);
virtual ~G4WeightWindowAlgorithm();
~G4WeightWindowAlgorithm() override;
virtual G4Nsplit_Weight Calculate(G4double init_w,
G4double lowerWeightBound) const;
G4Nsplit_Weight Calculate(G4double init_w,
G4double lowerWeightBound) const override;
// calculate number of tracks and their weight according
// to the initial track weight and the lower energy bound