Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -62,7 +62,7 @@ committal in the CVS repository !
|
||||
|
||||
06 October 15: V.Ivanchenko (empolar-V10-01-01)
|
||||
- G4PolarizedCompton, G4ePolarizedIonisation, G4eplusPolarizedAnnihilation
|
||||
- changed intialisation taking into account MT mode, added
|
||||
- changed initialisation taking into account MT mode, added
|
||||
method ComputeSaturationFactor used in mean free path and
|
||||
step limit corrections, removed PreparePhysicsTable method (use
|
||||
one from the base class), fixed computation of the value of number
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ private:
|
||||
G4double polxx, polyy, polzz, polxz, polzx, polxy, polyx, polyz, polzy;
|
||||
|
||||
G4double re2, diffXSFactor, totalXSFactor;
|
||||
// - unpolarised + part depending on the polarization of the intial pair
|
||||
// - unpolarised + part depending on the polarization of the initial pair
|
||||
G4double phi0;
|
||||
// - part depending on the polarization of the final positron
|
||||
G4ThreeVector phi2;
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
//
|
||||
// Class Description:
|
||||
//
|
||||
// Implementation of gamma convertion to e+e- in the field of a nucleus
|
||||
// Implementation of gamma conversion to e+e- in the field of a nucleus
|
||||
// including polarization transfer
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4empolar
|
||||
#
|
||||
# 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,34 +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/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/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/standard/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)
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4empolar
|
||||
HEADERS
|
||||
G4PolarizationHelper.hh
|
||||
|
||||
@@ -104,7 +104,7 @@ void G4PolarizationManager::SetVolumePolarization(const G4String & lVolName, con
|
||||
return;
|
||||
}
|
||||
}
|
||||
G4cout<<" logical volume '"<<lVolName<<"'not registerd yet \n"
|
||||
G4cout<<" logical volume '"<<lVolName<<"'not registered yet \n"
|
||||
<<" please register before using '/polarization/volume/set' "<<G4endl;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
//
|
||||
// Class Description:
|
||||
//
|
||||
// Implementation of gamma convertion to e+e- in the field of a nucleus
|
||||
// Implementation of gamma conversion to e+e- in the field of a nucleus
|
||||
// including polarization transfer
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user