Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4biasing
|
||||
# Package: Geant4.src.G4processes.G4biasing.G4biasing_gen
|
||||
#
|
||||
# CMakeLists.txt for building a single granular library.
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
if(GEANT4_BUILD_GRANULAR_LIBS)
|
||||
include(Geant4MacroLibraryTargets)
|
||||
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
|
||||
endif()
|
||||
|
||||
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
April 16th, 2021 B. Morgan
|
||||
- Migrate build to modular CMake API
|
||||
- proc-biasgen-V10-07-00
|
||||
|
||||
November 15th, 2019 M. Verderi
|
||||
- Introduce leading particle biasing proc-biasgen-V10-05-00
|
||||
@@ -29,7 +32,7 @@ November 15th, 2019 M. Verderi
|
||||
setting a new cross-section value:
|
||||
void SetBiasedCrossSection(G4double xst, bool updateInteractionLength = false);
|
||||
default value makes the change backward compatible.
|
||||
|
||||
|
||||
|
||||
November 24th, 2017 M. Verderi
|
||||
- Fix G4BiasingProcessInterface for wrong setting of first/last
|
||||
@@ -37,7 +40,7 @@ November 24th, 2017 M. Verderi
|
||||
a pure along, this broke the initial logic based on the fact
|
||||
that, before, physics processes always had a PostStepDoIt method.
|
||||
- proc-biasgen-V10-03-00
|
||||
|
||||
|
||||
|
||||
November 15th, 2016, M. Verderi
|
||||
- Fix one Coverity warning in G4ParallelGeometriesLimiterProcess.
|
||||
|
||||
@@ -1,86 +1,52 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4biasing_gen
|
||||
# Package: Geant4.src.G4processes.G4biasing_gen
|
||||
#
|
||||
# Sources description for a library.
|
||||
# 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.
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# G4biasing_gen module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4biasing_gen
|
||||
HEADERS
|
||||
G4BiasingHelper.hh
|
||||
G4BiasingProcessInterface.hh
|
||||
G4BiasingProcessSharedData.hh
|
||||
G4BOptnChangeCrossSection.hh
|
||||
G4BOptnCloning.hh
|
||||
G4BOptnForceCommonTruncatedExp.hh
|
||||
G4BOptnForceFreeFlight.hh
|
||||
G4BOptnLeadingParticle.hh
|
||||
G4BOptrForceCollision.hh
|
||||
G4BOptrForceCollisionTrackData.hh
|
||||
G4ILawCommonTruncatedExp.hh
|
||||
G4ILawForceFreeFlight.hh
|
||||
G4ILawTruncatedExp.hh
|
||||
G4InteractionLawPhysical.hh
|
||||
G4ParallelGeometriesLimiterProcess.hh
|
||||
G4ParticleChangeForNothing.hh
|
||||
G4ParticleChangeForOccurenceBiasing.hh
|
||||
SOURCES
|
||||
G4BiasingHelper.cc
|
||||
G4BiasingProcessInterface.cc
|
||||
G4BiasingProcessSharedData.cc
|
||||
G4BOptnChangeCrossSection.cc
|
||||
G4BOptnCloning.cc
|
||||
G4BOptnForceCommonTruncatedExp.cc
|
||||
G4BOptnForceFreeFlight.cc
|
||||
G4BOptnLeadingParticle.cc
|
||||
G4BOptrForceCollision.cc
|
||||
G4BOptrForceCollisionTrackData.cc
|
||||
G4ILawCommonTruncatedExp.cc
|
||||
G4ILawForceFreeFlight.cc
|
||||
G4ILawTruncatedExp.cc
|
||||
G4InteractionLawPhysical.cc
|
||||
G4ParallelGeometriesLimiterProcess.cc
|
||||
G4ParticleChangeForOccurenceBiasing.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4cuts
|
||||
G4detector
|
||||
G4emutils
|
||||
G4geombias
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4magneticfield
|
||||
G4materials
|
||||
G4navigation
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4transportation
|
||||
G4volumes
|
||||
G4biasing_mgt
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_add_module(G4biasing_gen
|
||||
PUBLIC_HEADERS
|
||||
G4BiasingHelper.hh
|
||||
G4BiasingProcessInterface.hh
|
||||
G4BiasingProcessSharedData.hh
|
||||
G4BOptnChangeCrossSection.hh
|
||||
G4BOptnCloning.hh
|
||||
G4BOptnForceCommonTruncatedExp.hh
|
||||
G4BOptnForceFreeFlight.hh
|
||||
G4BOptnLeadingParticle.hh
|
||||
G4BOptrForceCollision.hh
|
||||
G4BOptrForceCollisionTrackData.hh
|
||||
G4ILawCommonTruncatedExp.hh
|
||||
G4ILawForceFreeFlight.hh
|
||||
G4ILawTruncatedExp.hh
|
||||
G4InteractionLawPhysical.hh
|
||||
G4ParallelGeometriesLimiterProcess.hh
|
||||
G4ParticleChangeForNothing.hh
|
||||
G4ParticleChangeForOccurenceBiasing.hh
|
||||
SOURCES
|
||||
G4BiasingHelper.cc
|
||||
G4BiasingProcessInterface.cc
|
||||
G4BiasingProcessSharedData.cc
|
||||
G4BOptnChangeCrossSection.cc
|
||||
G4BOptnCloning.cc
|
||||
G4BOptnForceCommonTruncatedExp.cc
|
||||
G4BOptnForceFreeFlight.cc
|
||||
G4BOptnLeadingParticle.cc
|
||||
G4BOptrForceCollision.cc
|
||||
G4BOptrForceCollisionTrackData.cc
|
||||
G4ILawCommonTruncatedExp.cc
|
||||
G4ILawForceFreeFlight.cc
|
||||
G4ILawTruncatedExp.cc
|
||||
G4InteractionLawPhysical.cc
|
||||
G4ParallelGeometriesLimiterProcess.cc
|
||||
G4ParticleChangeForOccurenceBiasing.cc)
|
||||
|
||||
geant4_module_link_libraries(G4biasing_gen
|
||||
PUBLIC
|
||||
G4biasing_mgt
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4magneticfield
|
||||
G4navigation
|
||||
G4procman
|
||||
G4track
|
||||
PRIVATE
|
||||
G4heprandom
|
||||
G4partman)
|
||||
|
||||
Reference in New Issue
Block a user