Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/materials/sources.cmake

Version: [ ReleaseNotes ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3 ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ]

  1 # - G4materials module build definition
  2 
  3 geant4_add_module(G4materials
  4   PUBLIC_HEADERS
  5     G4AtomicBond.hh
  6     G4AtomicFormFactor.hh
  7     G4AtomicShells.hh
  8     G4AtomicShells_XDB_EADL.hh
  9     G4CrystalAtomBase.hh
 10     G4CrystalBravaisLattices.h
 11     G4CrystalExtension.hh
 12     G4CrystalLatticeSystems.h
 13     G4CrystalUnitCell.hh
 14     G4DensityEffectCalculator.hh
 15     G4DensityEffectData.hh
 16     G4Element.hh
 17     G4ElementData.hh
 18     G4ElementDataRegistry.hh
 19     G4ElementTable.hh
 20     G4ElementVector.hh
 21     G4ExtDEDXTable.hh
 22     G4ExtendedMaterial.hh
 23     G4ICRU90StoppingData.hh
 24     G4IonisParamElm.hh
 25     G4IonisParamMat.hh
 26     G4IonStoppingData.hh
 27     G4Isotope.hh
 28     G4IsotopeVector.hh
 29     G4LatticeLogical.hh
 30     G4LatticePhysical.hh
 31     G4Material.hh
 32                 G4MaterialPropertiesIndex.hh
 33     G4MaterialPropertiesTable.hh
 34     G4MaterialPropertyVector.hh
 35     G4MaterialTable.hh
 36                 G4MicroElecMaterialStructure.hh
 37                 G4MicroElecSiStructure.hh
 38     G4NistElementBuilder.hh
 39     G4NistManager.hh
 40     G4NistMaterialBuilder.hh
 41     G4NistMessenger.hh
 42     G4OpticalMaterialProperties.hh
 43     G4OpticalSurface.hh
 44     G4SandiaTable.hh
 45     G4StaticSandiaData.hh
 46     G4SurfaceProperty.hh
 47     G4UCNMaterialPropertiesTable.hh
 48     G4UCNMicroRoughnessHelper.hh
 49     G4VIonDEDXTable.hh
 50     G4VMaterialExtension.hh
 51   SOURCES
 52                 G4AtomicFormFactor.cc
 53     G4AtomicShells.cc
 54     G4AtomicShells_XDB_EADL.cc
 55     G4CrystalExtension.cc
 56     G4CrystalUnitCell.cc
 57     G4DensityEffectCalculator.cc
 58     G4DensityEffectData.cc
 59     G4Element.cc
 60     G4ElementData.cc
 61     G4ElementDataRegistry.cc
 62     G4ExtDEDXTable.cc
 63     G4ExtendedMaterial.cc
 64     G4ICRU90StoppingData.cc
 65     G4IonisParamElm.cc
 66     G4IonisParamMat.cc
 67     G4IonStoppingData.cc
 68     G4Isotope.cc
 69     G4LatticeLogical.cc
 70     G4LatticePhysical.cc
 71     G4Material.cc
 72     G4MaterialPropertiesTable.cc
 73                 G4MicroElecMaterialStructure.cc
 74                 G4MicroElecSiStructure.cc
 75     G4NistElementBuilder.cc
 76     G4NistManager.cc
 77     G4NistMaterialBuilder.cc
 78     G4NistMessenger.cc
 79     G4OpticalSurface.cc
 80     G4SandiaTable.cc
 81     G4SurfaceProperty.cc
 82     G4UCNMaterialPropertiesTable.cc
 83     G4UCNMicroRoughnessHelper.cc)
 84 
 85 geant4_module_link_libraries(G4materials
 86   PUBLIC
 87           G4globman
 88           G4intercoms
 89   PRIVATE
 90     ${G4ZLIB_LIBRARIES})
 91