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 9.6.p2)


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