Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/electromagnetic/lowenergy/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 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 ] [ 11.3.0 ]

Diff markup

Differences between /processes/electromagnetic/lowenergy/sources.cmake (Version 11.3.0) and /processes/electromagnetic/lowenergy/sources.cmake (Version 10.4.p1)


  1 # - G4emlowenergy module build definition      <<   1 #------------------------------------------------------------------------------
                                                   >>   2 # sources.cmake
                                                   >>   3 # Module : G4emlowenergy
                                                   >>   4 # Package: Geant4.src.G4processes.G4electromagnetic.G4emlowenergy
                                                   >>   5 #
                                                   >>   6 # Sources description for a library.
                                                   >>   7 # Lists the sources and headers of the code explicitely.
                                                   >>   8 # Lists include paths needed.
                                                   >>   9 # Lists the internal granular and global dependencies of the library.
                                                   >>  10 # Source specific properties should be added at the end.
                                                   >>  11 #
                                                   >>  12 # Generated on : 24/9/2010
                                                   >>  13 #
                                                   >>  14 # $Id: sources.cmake 93359 2015-10-19 13:42:18Z gcosmo $
                                                   >>  15 #
                                                   >>  16 #------------------------------------------------------------------------------
  2                                                    17 
                                                   >>  18 # List external includes needed.
                                                   >>  19 include_directories(${CLHEP_INCLUDE_DIRS})
                                                   >>  20 
                                                   >>  21 # List internal includes needed.
                                                   >>  22 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
                                                   >>  23 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
                                                   >>  24 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
                                                   >>  25 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
                                                   >>  26 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include)
                                                   >>  27 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
                                                   >>  28 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
                                                   >>  29 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
                                                   >>  30 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
                                                   >>  31 include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
                                                   >>  32 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
                                                   >>  33 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
                                                   >>  34 include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
                                                   >>  35 include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
                                                   >>  36 include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
                                                   >>  37 include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include)
                                                   >>  38 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/standard/include)
                                                   >>  39 include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include)
                                                   >>  40 include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
                                                   >>  41 include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
                                                   >>  42 
                                                   >>  43 #
  3 # Define the Geant4 Module.                        44 # Define the Geant4 Module.
  4 geant4_add_module(G4emlowenergy                <<  45 #
  5   PUBLIC_HEADERS                               <<  46 include(Geant4MacroDefineModule)
  6     G4ANSTOecpssrKxsModel.hh                   <<  47 GEANT4_DEFINE_MODULE(NAME G4emlowenergy
  7     G4ANSTOecpssrLixsModel.hh                  <<  48     HEADERS
  8     G4ANSTOecpssrMixsModel.hh                  <<  49         G4AtomicDeexcitation.hh
  9     G4AtomicDeexcitation.hh                    <<  50         G4AtomicTransitionManager.hh
 10     G4AtomicTransitionManager.hh               <<  51         G4AugerData.hh
 11     G4AugerData.hh                             <<  52         G4AugerTransition.hh
 12     G4AugerTransition.hh                       <<  53         G4BoldyshevTripletModel.hh
 13     G4BoldyshevTripletModel.hh                 <<  54         G4BremsstrahlungCrossSectionHandler.hh
 14     G4CompositeEMDataSet.hh                    <<  55         G4BremsstrahlungParameters.hh
 15     G4CrossSectionDataSet.hh                   <<  56         G4CompositeEMDataSet.hh
 16     G4CrossSectionHandler.hh                   <<  57   G4CrossSectionDataSet.hh
 17     G4DopplerProfile.hh                        <<  58         G4CrossSectionHandler.hh
 18     G4ecpssrBaseKxsModel.hh                    <<  59         G4DopplerProfile.hh
 19     G4ecpssrBaseLixsModel.hh                   <<  60         G4eBremsstrahlungSpectrum.hh
 20     G4ecpssrFormFactorKxsModel.hh              <<  61         G4ecpssrBaseKxsModel.hh
 21     G4ecpssrFormFactorLixsModel.hh             <<  62         G4ecpssrBaseLixsModel.hh
 22     G4ecpssrFormFactorMixsModel.hh             <<  63   G4ecpssrFormFactorKxsModel.hh
 23     G4eCrossSectionHandler.hh                  <<  64   G4ecpssrFormFactorLixsModel.hh
 24     G4eIonisationCrossSectionHandler.hh        <<  65   G4ecpssrFormFactorMixsModel.hh
 25     G4eIonisationParameters.hh                 <<  66         G4eCrossSectionHandler.hh
 26     G4eIonisationSpectrum.hh                   <<  67         G4eIonisationCrossSectionHandler.hh
 27     G4EMDataSet.hh                             <<  68         G4eIonisationParameters.hh
 28     G4empCrossSection.hh                       <<  69         G4eIonisationSpectrum.hh
 29     G4FluoData.hh                              <<  70         G4EMDataSet.hh
 30     G4FluoTransition.hh                        <<  71         G4empCrossSection.hh
 31     G4Generator2BN.hh                          <<  72         G4FluoData.hh
 32     G4Generator2BS.hh                          <<  73         G4FluoTransition.hh
 33     G4hBetheBlochModel.hh                      <<  74         G4Generator2BN.hh
 34     G4hICRU49He.hh                             <<  75         G4Generator2BS.hh
 35     G4hICRU49Nuclear.hh                        <<  76         G4hBetheBlochModel.hh
 36     G4hICRU49p.hh                              <<  77         G4hICRU49He.hh
 37     G4hIonEffChargeSquare.hh                   <<  78         G4hICRU49Nuclear.hh
 38     G4hNuclearStoppingModel.hh                 <<  79         G4hICRU49p.hh
 39     G4hParametrisedLossModel.hh                <<  80         G4hIonEffChargeSquare.hh
 40     G4hZiegler1985Nuclear.hh                   <<  81         G4hNuclearStoppingModel.hh
 41     G4hZiegler1985p.hh                         <<  82         G4hParametrisedLossModel.hh
 42     G4IonChuFluctuationModel.hh                <<  83         G4hSRIM2000p.hh
 43     G4IonDEDXHandler.hh                        <<  84         G4hZiegler1985Nuclear.hh
 44     G4IonDEDXScalingICRU73.hh                  <<  85         G4hZiegler1985p.hh
 45     G4IonParametrisedLossModel.hh              <<  86         G4IonChuFluctuationModel.hh
 46     G4IonParametrisedLossModel.icc             <<  87         G4IonDEDXHandler.hh
 47     G4IonYangFluctuationModel.hh               <<  88         G4IonDEDXScalingICRU73.hh
 48     G4JAEAElasticScattering.hh                 <<  89         G4IonParametrisedLossModel.hh
 49     G4JAEAElasticScatteringModel.hh            <<  90         G4IonParametrisedLossModel.icc
 50     G4JAEAPolarizedElasticScatteringModel.hh   <<  91         G4IonYangFluctuationModel.hh
 51     G4LinInterpolation.hh                      <<  92         G4LinInterpolation.hh
 52     G4LinLogInterpolation.hh                   <<  93         G4LinLogInterpolation.hh
 53     G4LinLogLogInterpolation.hh                <<  94         G4LinLogLogInterpolation.hh
 54     G4LivermoreBremsstrahlungModel.hh          <<  95         G4LivermoreBremsstrahlungModel.hh
 55     G4LivermoreComptonModel.hh                 <<  96         G4LivermoreComptonModel.hh
 56     G4LivermoreGammaConversion5DModel.hh       <<  97         G4LivermoreComptonModifiedModel.hh
 57     G4LivermoreGammaConversionModel.hh         <<  98         G4LivermoreGammaConversionModel.hh
 58     G4LivermoreIonisationCrossSection.hh       <<  99         G4LivermoreGammaConversionModelRC.hh
 59     G4LivermoreIonisationModel.hh              << 100         G4LivermoreIonisationCrossSection.hh
 60     G4LivermoreNuclearGammaConversionModel.hh  << 101         G4LivermoreIonisationModel.hh
 61     G4LivermorePhotoElectricModel.hh           << 102         G4LivermoreNuclearGammaConversionModel.hh
 62     G4LivermorePolarizedComptonModel.hh        << 103         G4LivermorePhotoElectricModel.hh
 63     G4LivermorePolarizedGammaConversionModel.h << 104         G4LivermorePolarizedComptonModel.hh
 64     G4LivermorePolarizedRayleighModel.hh       << 105         G4LivermorePolarizedGammaConversionModel.hh
 65     G4LivermoreRayleighModel.hh                << 106         G4LivermorePolarizedPhotoElectricModel.hh
 66     G4LogLogInterpolation.hh                   << 107         G4LivermorePolarizedPhotoElectricGDModel.hh
 67     G4LowECapture.hh                           << 108         G4LivermorePolarizedRayleighModel.hh
 68     G4LowEPComptonModel.hh                     << 109         G4LivermoreRayleighModel.hh
 69     G4LowEPPolarizedComptonModel.hh            << 110         G4LogLogInterpolation.hh
 70     G4LowEWentzelVIModel.hh                    << 111         G4LowECapture.hh
 71     G4MIData.hh                                << 112         G4LowEPComptonModel.hh
 72   G4MicroElecCapture.hh                        << 113         G4LowEPPolarizedComptonModel.hh
 73     G4MicroElecCrossSectionDataSet.hh          << 114         G4LowEWentzelVIModel.hh
 74     G4MicroElecElastic.hh                      << 115         G4MicroElecCrossSectionDataSet.hh
 75     G4MicroElecElasticModel.hh                 << 116         G4MicroElecElastic.hh
 76     G4MicroElecInelastic.hh                    << 117         G4MicroElecElasticModel.hh
 77     G4MicroElecInelasticModel.hh               << 118         G4MicroElecInelastic.hh
 78     G4MicroElecCrossSectionDataSet_new.hh      << 119         G4MicroElecInelasticModel.hh
 79     G4MicroElecElasticModel_new.hh             << 120         G4MicroElecSiStructure.hh
 80     G4MicroElecInelasticModel_new.hh           << 121         G4MuElecCrossSectionDataSet.hh
 81     G4MicroElecLOPhononModel.hh                << 122         G4MuElecElastic.hh
 82     G4MicroElecLOPhononScattering.hh           << 123         G4MuElecElasticModel.hh
 83     G4MicroElecSurface.hh                      << 124         G4MuElecInelastic.hh
 84     G4OrlicLiXsModel.hh                        << 125         G4MuElecInelasticModel.hh
 85     G4PaulKxsModel.hh                          << 126         G4MuElecSiStructure.hh
 86     G4PenelopeAnnihilationModel.hh             << 127         G4OrlicLiXsModel.hh
 87     G4PenelopeBremsstrahlungAngular.hh         << 128         G4PaulKxsModel.hh
 88     G4PenelopeBremsstrahlungFS.hh              << 129   G4PenelopeAnnihilationModel.hh
 89     G4PenelopeBremsstrahlungModel.hh           << 130   G4PenelopeBremsstrahlungAngular.hh
 90     G4PenelopeComptonModel.hh                  << 131   G4PenelopeBremsstrahlungFS.hh
 91     G4PenelopeCrossSection.hh                  << 132   G4PenelopeBremsstrahlungModel.hh
 92     G4PenelopeGammaConversionModel.hh          << 133   G4PenelopeComptonModel.hh
 93     G4PenelopeIonisationCrossSection.hh        << 134   G4PenelopeCrossSection.hh
 94     G4PenelopeIonisationModel.hh               << 135   G4PenelopeGammaConversionModel.hh
 95     G4PenelopeIonisationXSHandler.hh           << 136   G4PenelopeIonisationCrossSection.hh
 96     G4PenelopeOscillator.hh                    << 137   G4PenelopeIonisationModel.hh
 97     G4PenelopeOscillatorManager.hh             << 138   G4PenelopeIonisationXSHandler.hh  
 98     G4PenelopePhotoElectricModel.hh            << 139   G4PenelopeOscillator.hh
 99     G4PenelopeRayleighModel.hh                 << 140   G4PenelopeOscillatorManager.hh
100     G4PenelopeRayleighModelMI.hh               << 141   G4PenelopePhotoElectricModel.hh
101     G4PenelopeSamplingData.hh                  << 142   G4PenelopeRayleighModel.hh
102     G4PhotoElectricAngularGeneratorPolarized.h << 143   G4PenelopeSamplingData.hh
103     G4PhotoElectricAngularGeneratorSauterGavri << 144         G4PhotoElectricAngularGeneratorPolarized.hh
104     G4QAOLowEnergyLoss.hh                      << 145         G4PhotoElectricAngularGeneratorSauterGavrila.hh
105     G4RayleighAngularGenerator.hh              << 146         G4PhotoElectricAngularGeneratorSimple.hh
106     G4RayleighScattering.hh                    << 147         G4QAOLowEnergyLoss.hh
107     G4SemiLogInterpolation.hh                  << 148         G4RayleighAngularGenerator.hh
108     G4ShellData.hh                             << 149         G4RayleighScattering.hh
109     G4ShellEMDataSet.hh                        << 150         G4SemiLogInterpolation.hh
110     G4ShellVacancy.hh                          << 151         G4ShellData.hh
111     G4teoCrossSection.hh                       << 152         G4ShellEMDataSet.hh
112     G4UAtomicDeexcitation.hh                   << 153         G4ShellVacancy.hh
113     G4VCrossSectionHandler.hh                  << 154         G4teoCrossSection.hh
114     G4VDataSetAlgorithm.hh                     << 155         G4UAtomicDeexcitation.hh
115     G4VecpssrKModel.hh                         << 156         G4VCrossSectionHandler.hh
116     G4VecpssrLiModel.hh                        << 157         G4VDataSetAlgorithm.hh
117     G4VecpssrMiModel.hh                        << 158         G4VecpssrKModel.hh
118     G4VEMDataSet.hh                            << 159         G4VecpssrLiModel.hh
119     G4VEnergySpectrum.hh                       << 160         G4VecpssrMiModel.hh
120     G4VhElectronicStoppingPower.hh             << 161         G4VEMDataSet.hh
121     G4VhNuclearStoppingPower.hh                << 162         G4VEnergySpectrum.hh
122     G4VhShellCrossSection.hh                   << 163         G4VhElectronicStoppingPower.hh
123     G4VIonDEDXScalingAlgorithm.hh              << 164         G4VhNuclearStoppingPower.hh
124     G4VLowEnergyModel.hh                       << 165         G4VhShellCrossSection.hh
125   SOURCES                                      << 166         G4VIonDEDXScalingAlgorithm.hh
126     G4ANSTOecpssrKxsModel.cc                   << 167         G4VLowEnergyModel.hh
127     G4ANSTOecpssrLixsModel.cc                  << 168     SOURCES
128     G4ANSTOecpssrMixsModel.cc                  << 169         G4AtomicDeexcitation.cc
129     G4AtomicDeexcitation.cc                    << 170         G4AtomicTransitionManager.cc
130     G4AtomicTransitionManager.cc               << 171         G4AugerData.cc
131     G4AugerData.cc                             << 172         G4AugerTransition.cc
132     G4AugerTransition.cc                       << 173         G4BoldyshevTripletModel.cc
133     G4BoldyshevTripletModel.cc                 << 174         G4BremsstrahlungCrossSectionHandler.cc
134     G4CompositeEMDataSet.cc                    << 175         G4BremsstrahlungParameters.cc
135     G4CrossSectionDataSet.cc                   << 176         G4CompositeEMDataSet.cc
136     G4CrossSectionHandler.cc                   << 177   G4CrossSectionDataSet.cc
137     G4DopplerProfile.cc                        << 178         G4CrossSectionHandler.cc
138     G4ecpssrBaseKxsModel.cc                    << 179         G4DopplerProfile.cc
139     G4ecpssrBaseLixsModel.cc                   << 180         G4eBremsstrahlungSpectrum.cc
140     G4ecpssrFormFactorKxsModel.cc              << 181         G4ecpssrBaseKxsModel.cc
141     G4ecpssrFormFactorLixsModel.cc             << 182         G4ecpssrBaseLixsModel.cc
142     G4ecpssrFormFactorMixsModel.cc             << 183   G4ecpssrFormFactorKxsModel.cc
143     G4eCrossSectionHandler.cc                  << 184   G4ecpssrFormFactorLixsModel.cc
144     G4eIonisationCrossSectionHandler.cc        << 185         G4ecpssrFormFactorMixsModel.cc
145     G4eIonisationParameters.cc                 << 186         G4eCrossSectionHandler.cc
146     G4eIonisationSpectrum.cc                   << 187         G4eIonisationCrossSectionHandler.cc
147     G4EMDataSet.cc                             << 188         G4eIonisationParameters.cc
148     G4empCrossSection.cc                       << 189         G4eIonisationSpectrum.cc
149     G4FluoData.cc                              << 190         G4EMDataSet.cc
150     G4FluoTransition.cc                        << 191         G4empCrossSection.cc
151     G4Generator2BN.cc                          << 192         G4FluoData.cc
152     G4Generator2BS.cc                          << 193         G4FluoTransition.cc
153     G4hBetheBlochModel.cc                      << 194         G4Generator2BN.cc
154     G4hICRU49He.cc                             << 195         G4Generator2BS.cc
155     G4hICRU49Nuclear.cc                        << 196         G4hBetheBlochModel.cc
156     G4hICRU49p.cc                              << 197         G4hICRU49He.cc
157     G4hIonEffChargeSquare.cc                   << 198         G4hICRU49Nuclear.cc
158     G4hNuclearStoppingModel.cc                 << 199         G4hICRU49p.cc
159     G4hParametrisedLossModel.cc                << 200         G4hIonEffChargeSquare.cc
160     G4hZiegler1985Nuclear.cc                   << 201         G4hNuclearStoppingModel.cc
161     G4hZiegler1985p.cc                         << 202         G4hParametrisedLossModel.cc
162     G4IonChuFluctuationModel.cc                << 203         G4hSRIM2000p.cc
163     G4IonDEDXHandler.cc                        << 204         G4hZiegler1985Nuclear.cc
164     G4IonDEDXScalingICRU73.cc                  << 205         G4hZiegler1985p.cc
165     G4IonParametrisedLossModel.cc              << 206         G4IonChuFluctuationModel.cc
166     G4IonYangFluctuationModel.cc               << 207         G4IonDEDXHandler.cc
167     G4JAEAElasticScattering.cc                 << 208         G4IonDEDXScalingICRU73.cc
168     G4JAEAElasticScatteringModel.cc            << 209         G4IonParametrisedLossModel.cc
169     G4JAEAPolarizedElasticScatteringModel.cc   << 210         G4IonYangFluctuationModel.cc
170     G4LinInterpolation.cc                      << 211         G4LinInterpolation.cc
171     G4LinLogInterpolation.cc                   << 212         G4LinLogInterpolation.cc
172     G4LinLogLogInterpolation.cc                << 213         G4LinLogLogInterpolation.cc
173     G4LivermoreBremsstrahlungModel.cc          << 214         G4LivermoreBremsstrahlungModel.cc
174     G4LivermoreComptonModel.cc                 << 215         G4LivermoreComptonModel.cc
175     G4LivermoreGammaConversion5DModel.cc       << 216         G4LivermoreComptonModifiedModel.cc
176     G4LivermoreGammaConversionModel.cc         << 217         G4LivermoreGammaConversionModel.cc
177     G4LivermoreIonisationCrossSection.cc       << 218         G4LivermoreGammaConversionModelRC.cc
178     G4LivermoreIonisationModel.cc              << 219         G4LivermoreIonisationCrossSection.cc
179     G4LivermoreNuclearGammaConversionModel.cc  << 220         G4LivermoreIonisationModel.cc
180     G4LivermorePhotoElectricModel.cc           << 221         G4LivermoreNuclearGammaConversionModel.cc
181     G4LivermorePolarizedComptonModel.cc        << 222         G4LivermorePhotoElectricModel.cc
182     G4LivermorePolarizedGammaConversionModel.c << 223         G4LivermorePolarizedComptonModel.cc
183     G4LivermorePolarizedRayleighModel.cc       << 224         G4LivermorePolarizedGammaConversionModel.cc
184     G4LivermoreRayleighModel.cc                << 225         G4LivermorePolarizedPhotoElectricModel.cc
185     G4LogLogInterpolation.cc                   << 226   G4LivermorePolarizedPhotoElectricGDModel.cc
186     G4LowECapture.cc                           << 227         G4LivermorePolarizedRayleighModel.cc
187     G4LowEPComptonModel.cc                     << 228         G4LivermoreRayleighModel.cc
188     G4LowEPPolarizedComptonModel.cc            << 229         G4LogLogInterpolation.cc
189     G4LowEWentzelVIModel.cc                    << 230         G4LowECapture.cc
190     G4MIData.cc                                << 231         G4LowEPComptonModel.cc
191     G4MicroElecCapture.cc                      << 232         G4LowEPPolarizedComptonModel.cc
192   G4MicroElecCrossSectionDataSet.cc            << 233         G4LowEWentzelVIModel.cc
193     G4MicroElecElastic.cc                      << 234         G4MicroElecCrossSectionDataSet.cc
194     G4MicroElecElasticModel.cc                 << 235         G4MicroElecElastic.cc
195     G4MicroElecInelastic.cc                    << 236         G4MicroElecElasticModel.cc
196     G4MicroElecInelasticModel.cc               << 237         G4MicroElecInelastic.cc
197     G4MicroElecCrossSectionDataSet_new.cc      << 238         G4MicroElecInelasticModel.cc
198     G4MicroElecElasticModel_new.cc             << 239         G4MicroElecSiStructure.cc
199     G4MicroElecInelasticModel_new.cc           << 240         G4MuElecCrossSectionDataSet.cc
200     G4MicroElecLOPhononModel.cc                << 241         G4MuElecElastic.cc
201     G4MicroElecLOPhononScattering.cc           << 242         G4MuElecElasticModel.cc
202     G4MicroElecSurface.cc                      << 243         G4MuElecInelastic.cc
203     G4OrlicLiXsModel.cc                        << 244         G4MuElecInelasticModel.cc
204     G4PaulKxsModel.cc                          << 245         G4MuElecSiStructure.cc
205     G4PenelopeAnnihilationModel.cc             << 246   G4OrlicLiXsModel.cc
206     G4PenelopeBremsstrahlungAngular.cc         << 247         G4PaulKxsModel.cc      
207     G4PenelopeBremsstrahlungFS.cc              << 248   G4PenelopeAnnihilationModel.cc
208     G4PenelopeBremsstrahlungModel.cc           << 249   G4PenelopeBremsstrahlungAngular.cc
209     G4PenelopeComptonModel.cc                  << 250   G4PenelopeBremsstrahlungFS.cc
210     G4PenelopeCrossSection.cc                  << 251   G4PenelopeBremsstrahlungModel.cc
211     G4PenelopeGammaConversionModel.cc          << 252   G4PenelopeComptonModel.cc
212     G4PenelopeIonisationCrossSection.cc        << 253   G4PenelopeCrossSection.cc
213     G4PenelopeIonisationModel.cc               << 254   G4PenelopeGammaConversionModel.cc
214     G4PenelopeIonisationXSHandler.cc           << 255   G4PenelopeIonisationCrossSection.cc
215     G4PenelopeOscillator.cc                    << 256   G4PenelopeIonisationModel.cc
216     G4PenelopeOscillatorManager.cc             << 257   G4PenelopeIonisationXSHandler.cc
217     G4PenelopePhotoElectricModel.cc            << 258   G4PenelopeOscillator.cc
218     G4PenelopeRayleighModel.cc                 << 259   G4PenelopeOscillatorManager.cc
219     G4PenelopeRayleighModelMI.cc               << 260   G4PenelopePhotoElectricModel.cc
220     G4PenelopeSamplingData.cc                  << 261   G4PenelopeRayleighModel.cc
221     G4PhotoElectricAngularGeneratorPolarized.c << 262   G4PenelopeSamplingData.cc
222     G4PhotoElectricAngularGeneratorSauterGavri << 263         G4PhotoElectricAngularGeneratorPolarized.cc
223     G4QAOLowEnergyLoss.cc                      << 264         G4PhotoElectricAngularGeneratorSauterGavrila.cc
224     G4RayleighAngularGenerator.cc              << 265         G4PhotoElectricAngularGeneratorSimple.cc
225     G4RayleighScattering.cc                    << 266         G4QAOLowEnergyLoss.cc
226     G4SemiLogInterpolation.cc                  << 267         G4RayleighAngularGenerator.cc
227     G4ShellData.cc                             << 268         G4RayleighScattering.cc
228     G4ShellEMDataSet.cc                        << 269         G4SemiLogInterpolation.cc
229     G4ShellVacancy.cc                          << 270         G4ShellData.cc
230     G4teoCrossSection.cc                       << 271         G4ShellEMDataSet.cc
231     G4UAtomicDeexcitation.cc                   << 272         G4ShellVacancy.cc
232     G4VCrossSectionHandler.cc                  << 273         G4teoCrossSection.cc
233     G4VecpssrKModel.cc                         << 274         G4UAtomicDeexcitation.cc
234     G4VecpssrLiModel.cc                        << 275         G4VCrossSectionHandler.cc
235     G4VecpssrMiModel.cc                        << 276         G4VecpssrKModel.cc
236     G4VEMDataSet.cc                            << 277         G4VecpssrLiModel.cc
237     G4VhElectronicStoppingPower.cc             << 278         G4VecpssrMiModel.cc
238     G4VhNuclearStoppingPower.cc                << 279         G4VEMDataSet.cc
239     G4VhShellCrossSection.cc                   << 280         G4VhElectronicStoppingPower.cc
240     G4VIonDEDXScalingAlgorithm.cc              << 281         G4VhNuclearStoppingPower.cc
241     G4VLowEnergyModel.cc)                      << 282         G4VhShellCrossSection.cc
                                                   >> 283         G4VIonDEDXScalingAlgorithm.cc
                                                   >> 284         G4VLowEnergyModel.cc
                                                   >> 285     GRANULAR_DEPENDENCIES
                                                   >> 286         G4baryons
                                                   >> 287         G4bosons
                                                   >> 288         G4cuts
                                                   >> 289         G4emstandard
                                                   >> 290         G4emutils
                                                   >> 291         G4geometrymng
                                                   >> 292         G4globman
                                                   >> 293         G4hepnumerics
                                                   >> 294         G4intercoms
                                                   >> 295         G4ions
                                                   >> 296         G4leptons
                                                   >> 297         G4materials
                                                   >> 298         G4mesons
                                                   >> 299         G4navigation
                                                   >> 300         G4partman
                                                   >> 301         G4procman
                                                   >> 302         G4track
                                                   >> 303         G4volumes
                                                   >> 304     GLOBAL_DEPENDENCIES
                                                   >> 305         G4geometry
                                                   >> 306         G4global
                                                   >> 307         G4intercoms
                                                   >> 308         G4materials
                                                   >> 309         G4particles
                                                   >> 310         G4track
                                                   >> 311     LINK_LIBRARIES
                                                   >> 312 )
                                                   >> 313 
                                                   >> 314 # List any source specific properties here
242                                                   315 
243 geant4_module_link_libraries(G4emlowenergy     << 
244   PUBLIC                                       << 
245     G4baryons                                  << 
246     G4bosons                                   << 
247     G4cuts                                     << 
248     G4emstandard                               << 
249     G4emutils                                  << 
250     G4globman                                  << 
251     G4hepgeometry                              << 
252     G4heprandom                                << 
253     G4ions                                     << 
254     G4leptons                                  << 
255     G4materials                                << 
256     G4navigation                               << 
257     G4partman                                  << 
258     G4procman                                  << 
259     G4track                                    << 
260     G4volumes                                  << 
261   PRIVATE                                      << 
262     G4geometrymng                              << 
263     G4hepnumerics)                             <<