Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -15,6 +15,8 @@ committal in the CVS repository !
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
Sep 23rd, 2020, B. Morgan (gflash-V10-06-02)
|
||||
- Remove no longer required include_directories
|
||||
|
||||
Apr 17th, 2020, A. Zaborowska (gflash-V10-06-01)
|
||||
- Substitute Gamma calculation with STL following GitHub PR#3 from Marco Savelli.
|
||||
@@ -25,7 +27,7 @@ Mar 26, 2020, I. Semeniouk (gflash-V10-06-00)
|
||||
- GFlashHomoShowerParameterisation, GVFlashHomoShowerTuning,
|
||||
GFlashSamplingShowerParameterisation,GFlashSamplingShowerTuning:
|
||||
GFlashXXXShowerTuning deleted locally in Destractor
|
||||
of GFlashXXXShowerParameterisation class
|
||||
of GFlashXXXShowerParameterisation class
|
||||
|
||||
Oct 30st, 2019, A. Zaborowska (gflash-V10-05-01)
|
||||
- Add possibility to use sensitive detector from parallel world.
|
||||
@@ -103,7 +105,7 @@ Nov 28th, 2005 G.Cosmo (gflash-V07-01-01)
|
||||
----------------------
|
||||
- Migration to <sstream> for GFlashShowerModelMessenger.
|
||||
|
||||
Oct 4th, 2005 G.Cosmo (gflash-V07-01-00)
|
||||
Oct 4th, 2005 G.Cosmo (gflash-V07-01-00)
|
||||
---------------------
|
||||
- Corrected typo to name GFlashHomoShowerParamterisation, to become
|
||||
GFlashHomoShowerParameterisation. Replaced affected files.
|
||||
@@ -111,26 +113,26 @@ Oct 4th, 2005 G.Cosmo (gflash-V07-01-00)
|
||||
- Fixed usage of random numbers in GFlashHomoShowerParameterisation
|
||||
to allow for event reproducibility.
|
||||
|
||||
Jul 15th, 2005 J.Weng
|
||||
Jul 15th, 2005 J.Weng
|
||||
---------------------
|
||||
- Added overflow protection in method GenerateRadius() for
|
||||
GFlashHomoShowerParamterisation.
|
||||
|
||||
Jun 22nd, 2005 G.Cosmo (gflash-V07-00-04)
|
||||
Jun 22nd, 2005 G.Cosmo (gflash-V07-00-04)
|
||||
----------------------
|
||||
- Corrected signature for IntegrateNspLongitudinal() to remove
|
||||
const qualifier. Problem detected on SUN-CC.
|
||||
|
||||
Jun 9th, 2005 G.Cosmo (gflash-V07-00-03)
|
||||
Jun 9th, 2005 G.Cosmo (gflash-V07-00-03)
|
||||
---------------------
|
||||
- Fixed compilation warnings on SUN-CC for hiding of class attributes.
|
||||
|
||||
Apr 22nd, 2005 G.Cosmo (gflash-V07-00-02)
|
||||
Apr 22nd, 2005 G.Cosmo (gflash-V07-00-02)
|
||||
----------------------
|
||||
- GFlashShowerModel.cc: fixed problem of possible undefined operation on
|
||||
'NlateralInside' and 'NSpotDeposited'. Compilation warning on gcc-4.0.
|
||||
|
||||
Jan 13th, 2005 H.P.Wellisch (gflash-V07-00-01)
|
||||
Jan 13th, 2005 H.P.Wellisch (gflash-V07-00-01)
|
||||
---------------------------
|
||||
- Fix in GFlashHitMaker for treatment of detector sensitivity.
|
||||
|
||||
|
||||
@@ -14,39 +14,9 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/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/global/HEPGeometry/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/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/graphics_reps/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/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/muons/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/processes/parameterisation/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4gflash
|
||||
HEADERS
|
||||
G4GFlashSpot.hh
|
||||
|
||||
Reference in New Issue
Block a user