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
@@ -45,12 +45,12 @@ class G4ImportanceAlgorithm : public G4VImportanceAlgorithm
G4ImportanceAlgorithm();
// simple construction
virtual ~G4ImportanceAlgorithm();
~G4ImportanceAlgorithm() override;
// repeate warning if triggered
virtual G4Nsplit_Weight Calculate(G4double ipre,
G4Nsplit_Weight Calculate(G4double ipre,
G4double ipost,
G4double init_w) const;
G4double init_w) const override;
// calculate the number of tracks and their weight according to the
// pre and post importance value and the weight of the mother track
@@ -62,11 +62,6 @@ class G4ImportanceAlgorithm : public G4VImportanceAlgorithm
private:
mutable G4bool fWarned = false;
#ifdef G4MULTITHREADED
static G4Mutex ImportanceMutex;
#endif
};
#endif