Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user