Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
+4 -5
View File
@@ -31,8 +31,9 @@
#define B3bRun_h 1
#include "G4Run.hh"
#include "globals.hh"
#include "G4StatAnalysis.hh"
#include "globals.hh"
namespace B3b
{
@@ -53,7 +54,7 @@ class Run : public G4Run
public:
G4int GetNbGoodEvents() const { return fGoodEvents; }
G4double GetSumDose() const { return fSumDose; }
G4double GetSumDose() const { return fSumDose; }
G4StatAnalysis GetStatDose() const { return fStatDose; }
private:
@@ -65,10 +66,8 @@ class Run : public G4Run
G4StatAnalysis fStatDose;
};
}
} // namespace B3b
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#endif