Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -49,6 +49,7 @@ class G4AllocatorList
|
||||
~G4AllocatorList();
|
||||
void Register(G4AllocatorBase*);
|
||||
void Destroy(G4int nStat = 0, G4int verboseLevel = 0);
|
||||
void Report(G4bool itemize = true) const;
|
||||
inline std::size_t Size() const;
|
||||
|
||||
private:
|
||||
|
||||
@@ -38,20 +38,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef G4GMAKE
|
||||
# include "G4GlobalConfig.hh"
|
||||
#endif
|
||||
#include "PTL/TaskGroup.hh"
|
||||
|
||||
#if defined(GEANT4_USE_TBB)
|
||||
# include "PTL/TBBTaskGroup.hh"
|
||||
#else
|
||||
# include "PTL/TaskGroup.hh"
|
||||
#endif
|
||||
|
||||
#if defined(GEANT4_USE_TBB)
|
||||
template <typename Tp, typename Arg = Tp>
|
||||
using G4TBBTaskGroup = PTL::TBBTaskGroup<Tp, Arg>;
|
||||
#else
|
||||
// in new version, TaskGroup handles TBB
|
||||
template <typename Tp, typename Arg = Tp>
|
||||
using G4TBBTaskGroup = PTL::TaskGroup<Tp, Arg>;
|
||||
#endif
|
||||
|
||||
@@ -55,11 +55,11 @@
|
||||
/// (taking December as 0, the start of new development of the next major/minor release).
|
||||
///
|
||||
#ifndef G4VERSION_REFERENCE_TAG
|
||||
#define G4VERSION_REFERENCE_TAG 06
|
||||
#define G4VERSION_REFERENCE_TAG 00
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-11-03-beta-01 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-11-03 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -68,10 +68,10 @@
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-11-03-beta-01 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-11-03 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-11-03-beta-01 $";
|
||||
static const G4String G4Version = "$Name: geant4-11-03 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(28-June-2024)";
|
||||
static const G4String G4Date = "(6-December-2024)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user