Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -214,7 +214,7 @@ class G4VProcess
// Return true if the Physics Table can be built by using file.
// Return false if the process has no functionality or in case
// of failure. File name should be defined by each process and the
// file should be placed under the directory specifed by the argument
// file should be placed under the directory specified by the argument
const G4String& GetPhysicsTableFileName(const G4ParticleDefinition* ,
const G4String& directory,
@@ -140,7 +140,7 @@ class G4WrapperProcess : public G4VProcess
// Return true if the Physics Table can be build by using file.
// Return false if the process has no functionality or in case of failure.
// File name should be defined by each process and the file should be
// placed under the directory specifed by the argument
// placed under the directory specified by the argument
virtual void StartTracking(G4Track*);
virtual void EndTracking();
+1 -16
View File
@@ -4,7 +4,7 @@
# Package: Geant4.src.G4processes.G4procman
#
# 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,24 +14,9 @@
#
#------------------------------------------------------------------------------
# List external includes needed.
include_directories(${CLHEP_INCLUDE_DIRS})
# List internal includes needed.
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
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/intercoms/include)
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4procman
HEADERS
G4ParticleTypes.hh
@@ -273,7 +273,7 @@ G4ProcessTableMessenger::SetNewValue(G4UIcommand* command, G4String newValue)
type = GetProcessType(currentProcessName);
if (type <0 )
{
// no processes with specifed name
// no processes with specified name
ed << " illegal process (or type) name ["
<< currentProcessName << "]";
command->CommandFailed(ed);
@@ -303,7 +303,7 @@ G4ProcessTableMessenger::SetNewValue(G4UIcommand* command, G4String newValue)
if ( !isParticleFound )
{
// no particle with specifed name
// no particle with specified name
ed << " illegal particle name [" << currentParticleName << "]";
command->CommandFailed(ed);
currentParticleName = "";