Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4emdna
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emdna
|
||||
#
|
||||
# CMakeLists.txt for building a single granular library.
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
add_subdirectory(management)
|
||||
add_subdirectory(types)
|
||||
@@ -1,17 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4emdna
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emdna
|
||||
#
|
||||
# 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()
|
||||
|
||||
@@ -1,71 +1,42 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4emlowenergy
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emlowenergy
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4emdna-molman module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4emdna-molman
|
||||
HEADERS
|
||||
G4FakeParticleID.hh
|
||||
G4MolecularConfiguration.hh
|
||||
G4MolecularDissociationChannel.hh
|
||||
G4MolecularDissociationTable.hh
|
||||
G4MoleculeCounter.hh
|
||||
G4MoleculeDefinition.hh
|
||||
G4MoleculeFinder.hh
|
||||
G4MoleculeHandleManager.hh
|
||||
G4Molecule.hh
|
||||
G4MoleculeIterator.hh
|
||||
G4MoleculeTable.hh
|
||||
G4Serialize.hh
|
||||
G4VMolecularDissociationDisplacer.hh
|
||||
G4VMoleculeCounter.hh
|
||||
SOURCES
|
||||
G4FakeParticleID.cc
|
||||
G4MolecularConfiguration.cc
|
||||
G4MolecularDissociationChannel.cc
|
||||
G4MolecularDissociationTable.cc
|
||||
G4MoleculeCounter.cc
|
||||
G4Molecule.cc
|
||||
G4MoleculeDefinition.cc
|
||||
G4MoleculeHandleManager.cc
|
||||
G4MoleculeTable.cc
|
||||
G4Serialize.cc
|
||||
G4VMolecularDissociationDisplacer.cc
|
||||
G4VMoleculeCounter.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4geometrymng
|
||||
G4volumes
|
||||
G4globman
|
||||
G4heprandom
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4emdna-man
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4geometry
|
||||
G4global
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_add_module(G4emdna-molman
|
||||
PUBLIC_HEADERS
|
||||
G4FakeParticleID.hh
|
||||
G4MolecularConfiguration.hh
|
||||
G4MolecularDissociationChannel.hh
|
||||
G4MolecularDissociationTable.hh
|
||||
G4MoleculeCounter.hh
|
||||
G4MoleculeDefinition.hh
|
||||
G4MoleculeFinder.hh
|
||||
G4MoleculeHandleManager.hh
|
||||
G4Molecule.hh
|
||||
G4MoleculeIterator.hh
|
||||
G4MoleculeTable.hh
|
||||
G4Serialize.hh
|
||||
G4VMolecularDissociationDisplacer.hh
|
||||
G4VMoleculeCounter.hh
|
||||
SOURCES
|
||||
G4FakeParticleID.cc
|
||||
G4MolecularConfiguration.cc
|
||||
G4MolecularDissociationChannel.cc
|
||||
G4MolecularDissociationTable.cc
|
||||
G4MoleculeCounter.cc
|
||||
G4Molecule.cc
|
||||
G4MoleculeDefinition.cc
|
||||
G4MoleculeHandleManager.cc
|
||||
G4MoleculeTable.cc
|
||||
G4Serialize.cc
|
||||
G4VMolecularDissociationDisplacer.cc
|
||||
G4VMoleculeCounter.cc)
|
||||
|
||||
geant4_module_link_libraries(G4emdna-molman
|
||||
PUBLIC
|
||||
G4emdna-man
|
||||
G4globman
|
||||
G4partman
|
||||
PRIVATE
|
||||
G4heprandom
|
||||
G4intercoms
|
||||
G4track)
|
||||
|
||||
@@ -255,7 +255,7 @@ void G4MoleculeCounter::AddAMoleculeAtTime(Reactant* molecule,
|
||||
<< " global time is "
|
||||
<< G4BestUnit(G4Scheduler::Instance()->GetGlobalTime(), "Time")
|
||||
<< G4endl;
|
||||
G4Exception("G4MoleculeCounter::RemoveAMoleculeAtTime",
|
||||
G4Exception("G4MoleculeCounter::AddAMoleculeAtTime",
|
||||
"TIME_DONT_MATCH",
|
||||
FatalException, errMsg);
|
||||
}
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4emdna
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emdna
|
||||
#
|
||||
# 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()
|
||||
|
||||
@@ -1,68 +1,38 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4emlowenergy
|
||||
# Package: Geant4.src.G4processes.G4electromagnetic.G4emlowenergy
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4emdna-moltypes model build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4emdna-moltypes
|
||||
HEADERS
|
||||
G4Electron_aq.hh
|
||||
G4FakeMolecule.hh
|
||||
G4H2.hh
|
||||
G4H2O2.hh
|
||||
G4H2O.hh
|
||||
G4H3O.hh
|
||||
G4HO2.hh
|
||||
G4Hydrogen.hh
|
||||
G4O2.hh
|
||||
G4O3.hh
|
||||
G4OH.hh
|
||||
G4Oxygen.hh
|
||||
G4DNAMolecule.hh
|
||||
SOURCES
|
||||
G4Electron_aq.cc
|
||||
G4FakeMolecule.cc
|
||||
G4H2.cc
|
||||
G4H2O2.cc
|
||||
G4H2O.cc
|
||||
G4H3O.cc
|
||||
G4HO2.cc
|
||||
G4Hydrogen.cc
|
||||
G4O2.cc
|
||||
G4O3.cc
|
||||
G4OH.cc
|
||||
G4Oxygen.cc
|
||||
G4DNAMolecule.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4heprandom
|
||||
G4materials
|
||||
G4partman
|
||||
G4track
|
||||
G4emdna-man
|
||||
G4emdna-molman
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4geometry
|
||||
G4global
|
||||
G4materials
|
||||
G4particles
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_add_module(G4emdna-moltypes
|
||||
PUBLIC_HEADERS
|
||||
G4Electron_aq.hh
|
||||
G4FakeMolecule.hh
|
||||
G4H2.hh
|
||||
G4H2O2.hh
|
||||
G4H2O.hh
|
||||
G4H3O.hh
|
||||
G4HO2.hh
|
||||
G4Hydrogen.hh
|
||||
G4O2.hh
|
||||
G4O3.hh
|
||||
G4OH.hh
|
||||
G4Oxygen.hh
|
||||
G4DNAMolecule.hh
|
||||
SOURCES
|
||||
G4Electron_aq.cc
|
||||
G4FakeMolecule.cc
|
||||
G4H2.cc
|
||||
G4H2O2.cc
|
||||
G4H2O.cc
|
||||
G4H3O.cc
|
||||
G4HO2.cc
|
||||
G4Hydrogen.cc
|
||||
G4O2.cc
|
||||
G4O3.cc
|
||||
G4OH.cc
|
||||
G4Oxygen.cc
|
||||
G4DNAMolecule.cc)
|
||||
|
||||
geant4_module_link_libraries(G4emdna-moltypes
|
||||
PUBLIC
|
||||
G4emdna-molman
|
||||
G4globman
|
||||
G4partman)
|
||||
|
||||
Reference in New Issue
Block a user