Import Geant4 10.5.1 source tree

This commit is contained in:
Gabriele Cosmo
2019-04-17 10:39:02 +02:00
parent a7fdc52004
commit 28a70706e0
661 changed files with 55791 additions and 106984 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ public:
G4ExceptionHandler();
virtual ~G4ExceptionHandler();
G4int operator==(const G4ExceptionHandler &right) const;
G4int operator!=(const G4ExceptionHandler &right) const;
G4bool operator==(const G4ExceptionHandler &right) const;
G4bool operator!=(const G4ExceptionHandler &right) const;
public: // with description
+2 -2
View File
@@ -40,14 +40,14 @@
// dumpRegion * Dump information of a region.
// dumpCouples * Dump information of material-cuts-couples.
// optimizeGeometry * Set the optimization flag of closing geometry.
// breakAtBeginOfEvent * Set a break point at the begining of every event.
// breakAtBeginOfEvent * Set a break point at the beginning of every event.
// breakAtEndOfEvent * Set a break point at the end of every event.
// abort * Abort current run processing.
// Initialize * Initialize G4 kernel.
// geometryModified * Force geometry to be closed again.
// physicsModified * Force cross-section tables to be calculated again.
// (and rebuilding physics table will be invoked)
// constructScoringWorlds * Constrct scoring world(s) if defined
// constructScoringWorlds * Construct scoring world(s) if defined
//
#ifndef G4RunMessenger_h