Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
// If both parents are not killed therefore
|
||||
// we can used the particle change
|
||||
// you will have to give the pointers
|
||||
// of your particleChange while intializing
|
||||
// of your particleChange while initializing
|
||||
// but it might tell you that energy is not
|
||||
// conserved for instance
|
||||
G4VParticleChange* GetParticleChange(const G4Track*);
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ G4ITTransportationManager::GetActiveNavigatorsIterator()
|
||||
// ----------------------------------------------------------------------------
|
||||
// GetNoWorlds()
|
||||
//
|
||||
// Return the number of registerd worlds.
|
||||
// Return the number of registered worlds.
|
||||
//
|
||||
inline
|
||||
size_t G4ITTransportationManager::GetNoWorlds() const
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emlowenergy
|
||||
#
|
||||
# Sources description for a library.
|
||||
# Lists the sources and headers of the code explicitely.
|
||||
# Lists the sources and headers of the code explicitly.
|
||||
# Lists include paths needed.
|
||||
# Lists the internal granular and global dependencies of the library.
|
||||
# Source specific properties should be added at the end.
|
||||
@@ -14,29 +14,9 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/magneticfield/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4emdna-man
|
||||
HEADERS
|
||||
AddClone_def.hh
|
||||
|
||||
@@ -254,7 +254,7 @@ fVerbose
|
||||
" current global time."
|
||||
<< " This may cause synchronization problem. If the process you"
|
||||
" are using required "
|
||||
<< "such feature please contact the developpers." << G4endl
|
||||
<< "such feature please contact the developers." << G4endl
|
||||
<< "The global time in the step manager : "
|
||||
<< G4BestUnit(fGlobalTime, "Time")
|
||||
<< G4endl
|
||||
|
||||
Reference in New Issue
Block a user