117 lines
2.7 KiB
CMake
117 lines
2.7 KiB
CMake
# - G4emutils module build definition
|
|
|
|
# Define the Geant4 Module.
|
|
geant4_add_module(G4emutils
|
|
PUBLIC_HEADERS
|
|
G4AngleDirect.hh
|
|
G4AtomicShell.hh
|
|
G4AtomicShellEnumerator.hh
|
|
G4DNAModelSubType.hh
|
|
G4DummyModel.hh
|
|
G4ChemTimeStepModel.hh
|
|
G4ElectronIonPair.hh
|
|
G4EmBiasingManager.hh
|
|
G4EmCalculator.hh
|
|
G4EmConfigurator.hh
|
|
G4EmCorrections.hh
|
|
G4EmDataHandler.hh
|
|
G4EmDataRegistry.hh
|
|
G4EmElementSelector.hh
|
|
G4EmElementXS.hh
|
|
G4EmExtraParameters.hh
|
|
G4EmExtraParametersMessenger.hh
|
|
G4EmFluoDirectory.hh
|
|
G4EmLowEParameters.hh
|
|
G4EmLowEParametersMessenger.hh
|
|
G4EmModelManager.hh
|
|
G4EmMultiModel.hh
|
|
G4EmParameters.hh
|
|
G4EmParametersMessenger.hh
|
|
G4EmProcessSubType.hh
|
|
G4EmSaturation.hh
|
|
G4EmSecondaryParticleType.hh
|
|
G4EmTableType.hh
|
|
G4EmTableUtil.hh
|
|
G4EmUtility.hh
|
|
G4EnergyLossTables.hh
|
|
G4LossTableBuilder.hh
|
|
G4LossTableManager.hh
|
|
G4LowEnergyEmProcessSubType.hh
|
|
G4MscStepLimitType.hh
|
|
G4NIELCalculator.hh
|
|
G4NuclearFormfactorType.hh
|
|
G4OpticalParameters.hh
|
|
G4OpticalParametersMessenger.hh
|
|
G4TransportationWithMsc.hh
|
|
G4VAtomDeexcitation.hh
|
|
G4VEmAngularDistribution.hh
|
|
G4VEmFluctuationModel.hh
|
|
G4VEmModel.hh
|
|
G4VEmProcess.hh
|
|
G4VEnergyLossProcess.hh
|
|
G4VMscModel.hh
|
|
G4VMultipleScattering.hh
|
|
G4VPositronAtRestModel.hh
|
|
G4VSubCutProducer.hh
|
|
G4VXRayModel.hh
|
|
G4ionEffectiveCharge.hh
|
|
SOURCES
|
|
G4AngleDirect.cc
|
|
G4DummyModel.cc
|
|
G4ElectronIonPair.cc
|
|
G4EmBiasingManager.cc
|
|
G4EmCalculator.cc
|
|
G4EmConfigurator.cc
|
|
G4EmCorrections.cc
|
|
G4EmDataHandler.cc
|
|
G4EmDataRegistry.cc
|
|
G4EmElementSelector.cc
|
|
G4EmElementXS.cc
|
|
G4EmExtraParameters.cc
|
|
G4EmExtraParametersMessenger.cc
|
|
G4EmLowEParameters.cc
|
|
G4EmLowEParametersMessenger.cc
|
|
G4EmModelManager.cc
|
|
G4EmMultiModel.cc
|
|
G4EmParameters.cc
|
|
G4EmParametersMessenger.cc
|
|
G4EmSaturation.cc
|
|
G4EmTableUtil.cc
|
|
G4EmUtility.cc
|
|
G4EnergyLossTables.cc
|
|
G4LossTableBuilder.cc
|
|
G4LossTableManager.cc
|
|
G4NIELCalculator.cc
|
|
G4OpticalParameters.cc
|
|
G4OpticalParametersMessenger.cc
|
|
G4TransportationWithMsc.cc
|
|
G4VAtomDeexcitation.cc
|
|
G4VEmAngularDistribution.cc
|
|
G4VEmFluctuationModel.cc
|
|
G4VEmModel.cc
|
|
G4VEmProcess.cc
|
|
G4VEnergyLossProcess.cc
|
|
G4VMscModel.cc
|
|
G4VMultipleScattering.cc
|
|
G4VXRayModel.cc
|
|
G4ionEffectiveCharge.cc)
|
|
|
|
geant4_module_link_libraries(G4emutils
|
|
PUBLIC
|
|
G4cuts
|
|
G4geometrymng
|
|
G4globman
|
|
G4heprandom
|
|
G4intercoms
|
|
G4materials
|
|
G4navigation
|
|
G4partman
|
|
G4procman
|
|
G4track
|
|
G4transportation
|
|
PRIVATE
|
|
G4baryons
|
|
G4bosons
|
|
G4ions
|
|
G4leptons)
|