Import Geant4 11.1.2 source tree
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
// These should not interfere with debuggers and/or G4FPEDetection.
|
||||
// In order to turn off handling for one or more signals, one can do:
|
||||
//
|
||||
// G4BackTrace::DefaultSignals() = std::set<int>{};
|
||||
// G4BackTrace::DefaultSignals() = std::set<int>{ SIGSEGV };
|
||||
// G4Backtrace::DefaultSignals() = std::set<int>{};
|
||||
// G4Backtrace::DefaultSignals() = std::set<int>{ SIGSEGV };
|
||||
//
|
||||
// and so on, *before* creating the run-manager. After the run-manager
|
||||
// has been created, one should disable the signals:
|
||||
//
|
||||
// G4BackTrace::Disable(G4BackTrace::DefaultSignals());
|
||||
// G4Backtrace::Disable(G4BackTrace::DefaultSignals());
|
||||
//
|
||||
// Additionally, at runtime, the environment variable "G4BACKTRACE" can
|
||||
// be set to select a specific set of signals or none, e.g. in bash:
|
||||
|
||||
@@ -40,11 +40,11 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 1111
|
||||
#define G4VERSION_NUMBER 1112
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-11-01-patch-01 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-11-01-patch-02 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -53,10 +53,10 @@
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-11-01-patch-01 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-11-01-patch-02 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-11-01-patch-01 $";
|
||||
static const G4String G4Version = "$Name: geant4-11-01-patch-02 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(10-February-2023)";
|
||||
static const G4String G4Date = "(15-June-2023)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user