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.4.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         G4AnalyticalEcpssrKCrossSection.hh
  9     G4AtomicDeexcitation.hh                    <<  48         G4AnalyticalEcpssrLiCrossSection.hh
 10     G4AtomicTransitionManager.hh               <<  49         G4AtomicDeexcitation.hh
 11     G4AugerData.hh                             <<  50         G4AtomicTransitionManager.hh
 12     G4AugerTransition.hh                       <<  51         G4AugerData.hh
 13     G4BoldyshevTripletModel.hh                 <<  52         G4AugerTransition.hh
 14     G4CompositeEMDataSet.hh                    <<  53         G4BoldyshevTripletModel.hh
 15     G4CrossSectionDataSet.hh                   <<  54         G4BremsstrahlungCrossSectionHandler.hh
 16     G4CrossSectionHandler.hh                   <<  55         G4BremsstrahlungParameters.hh
 17     G4DopplerProfile.hh                        <<  56         G4CompositeEMDataSet.hh
 18     G4ecpssrBaseKxsModel.hh                    <<  57         G4CrossSectionChargeDecrease.hh
 19     G4ecpssrBaseLixsModel.hh                   <<  58         G4CrossSectionChargeDecreasePartial.hh
 20     G4ecpssrFormFactorKxsModel.hh              <<  59         G4CrossSectionChargeIncrease.hh
 21     G4ecpssrFormFactorLixsModel.hh             <<  60         G4CrossSectionChargeIncreasePartial.hh
 22     G4ecpssrFormFactorMixsModel.hh             <<  61         G4CrossSectionChargeTransferCH.hh
 23     G4eCrossSectionHandler.hh                  <<  62         G4CrossSectionChargeTransferExp.hh
 24     G4eIonisationCrossSectionHandler.hh        <<  63         G4CrossSectionElasticChampion.hh
 25     G4eIonisationParameters.hh                 <<  64         G4CrossSectionElasticScreenedRutherfordHE.hh
 26     G4eIonisationSpectrum.hh                   <<  65         G4CrossSectionElasticScreenedRutherford.hh
 27     G4EMDataSet.hh                             <<  66         G4CrossSectionElasticScreenedRutherfordLE.hh
 28     G4empCrossSection.hh                       <<  67         G4CrossSectionExcitationBorn.hh
 29     G4FluoData.hh                              <<  68         G4CrossSectionExcitationBornPartial.hh
 30     G4FluoTransition.hh                        <<  69         G4CrossSectionExcitationEmfietzoglou.hh
 31     G4Generator2BN.hh                          <<  70         G4CrossSectionExcitationEmfietzoglouPartial.hh
 32     G4Generator2BS.hh                          <<  71         G4CrossSectionExcitationMillerGreen.hh
 33     G4hBetheBlochModel.hh                      <<  72         G4CrossSectionExcitationMillerGreenPartial.hh
 34     G4hICRU49He.hh                             <<  73         G4CrossSectionHandler.hh
 35     G4hICRU49Nuclear.hh                        <<  74         G4CrossSectionIonisationBornElectron.hh
 36     G4hICRU49p.hh                              <<  75         G4CrossSectionIonisationBorn.hh
 37     G4hIonEffChargeSquare.hh                   <<  76         G4CrossSectionIonisationBornPartialElectron.hh
 38     G4hNuclearStoppingModel.hh                 <<  77         G4CrossSectionIonisationBornPartial.hh
 39     G4hParametrisedLossModel.hh                <<  78         G4CrossSectionIonisationRudd.hh
 40     G4hZiegler1985Nuclear.hh                   <<  79         G4CrossSectionIonisationRuddPartial.hh
 41     G4hZiegler1985p.hh                         <<  80         G4CrossSectionKill.hh
 42     G4IonChuFluctuationModel.hh                <<  81         G4CrossSectionPsCreationChampion.hh
 43     G4IonDEDXHandler.hh                        <<  82         G4CrossSectionPsCreationChampionPartial.hh
 44     G4IonDEDXScalingICRU73.hh                  <<  83         G4DNAAttachment.hh
 45     G4IonParametrisedLossModel.hh              <<  84         G4DNABornExcitationModel.hh
 46     G4IonParametrisedLossModel.icc             <<  85         G4DNABornIonisationModel.hh
 47     G4IonYangFluctuationModel.hh               <<  86         G4DNAChampionElasticModel.hh
 48     G4JAEAElasticScattering.hh                 <<  87         G4DNAChargeDecrease.hh
 49     G4JAEAElasticScatteringModel.hh            <<  88         G4DNAChargeIncrease.hh
 50     G4JAEAPolarizedElasticScatteringModel.hh   <<  89         G4DNACrossSectionDataSet.hh
 51     G4LinInterpolation.hh                      <<  90         G4DNADingfelderChargeDecreaseModel.hh
 52     G4LinLogInterpolation.hh                   <<  91         G4DNADingfelderChargeIncreaseModel.hh
 53     G4LinLogLogInterpolation.hh                <<  92         G4DNAElastic.hh
 54     G4LivermoreBremsstrahlungModel.hh          <<  93         G4DNAEmfietzoglouExcitationModel.hh
 55     G4LivermoreComptonModel.hh                 <<  94         G4DNAExcitation.hh
 56     G4LivermoreGammaConversion5DModel.hh       <<  95         G4DNAGenericIonsManager.hh
 57     G4LivermoreGammaConversionModel.hh         <<  96         G4DNAIonisation.hh
 58     G4LivermoreIonisationCrossSection.hh       <<  97         G4DNAMeltonAttachmentModel.hh
 59     G4LivermoreIonisationModel.hh              <<  98         G4DNAMillerGreenExcitationModel.hh
 60     G4LivermoreNuclearGammaConversionModel.hh  <<  99         G4DNAMoleculeManager.hh
 61     G4LivermorePhotoElectricModel.hh           << 100         G4DNAProcess.hh
 62     G4LivermorePolarizedComptonModel.hh        << 101         G4DNAProcess.icc
 63     G4LivermorePolarizedGammaConversionModel.h << 102         G4DNARuddIonisationExtendedModel.hh
 64     G4LivermorePolarizedRayleighModel.hh       << 103         G4DNARuddIonisationModel.hh
 65     G4LivermoreRayleighModel.hh                << 104         G4DNASancheExcitationModel.hh
 66     G4LogLogInterpolation.hh                   << 105         G4DNAScreenedRutherfordElasticModel.hh
 67     G4LowECapture.hh                           << 106         G4DNAVibExcitation.hh
 68     G4LowEPComptonModel.hh                     << 107         G4DopplerProfile.hh
 69     G4LowEPPolarizedComptonModel.hh            << 108         G4DummyFinalState.hh
 70     G4LowEWentzelVIModel.hh                    << 109         G4eBremsstrahlungSpectrum.hh
 71     G4MIData.hh                                << 110         G4eCrossSectionExcitationEmfietzoglou.hh
 72   G4MicroElecCapture.hh                        << 111         G4eCrossSectionScreenedRutherford.hh
 73     G4MicroElecCrossSectionDataSet.hh          << 112         G4eIonisationCrossSectionHandler.hh
 74     G4MicroElecElastic.hh                      << 113         G4eIonisationParameters.hh
 75     G4MicroElecElasticModel.hh                 << 114         G4eIonisationSpectrum.hh
 76     G4MicroElecInelastic.hh                    << 115         G4eLowEnergyLoss.hh
 77     G4MicroElecInelasticModel.hh               << 116         G4eLowEnergyLoss.icc
 78     G4MicroElecCrossSectionDataSet_new.hh      << 117         G4EMDataSet.hh
 79     G4MicroElecElasticModel_new.hh             << 118         G4empCrossSection.hh
 80     G4MicroElecInelasticModel_new.hh           << 119         G4FinalStateChargeDecrease.hh
 81     G4MicroElecLOPhononModel.hh                << 120         G4FinalStateChargeIncrease.hh
 82     G4MicroElecLOPhononScattering.hh           << 121         G4FinalStateChargeTransferProton.hh
 83     G4MicroElecSurface.hh                      << 122         G4FinalStateElasticBrennerZaider.hh
 84     G4OrlicLiXsModel.hh                        << 123         G4FinalStateElasticChampion.hh
 85     G4PaulKxsModel.hh                          << 124         G4FinalStateElasticScreenedRutherford.hh
 86     G4PenelopeAnnihilationModel.hh             << 125         G4FinalStateExcitationBorn.hh
 87     G4PenelopeBremsstrahlungAngular.hh         << 126         G4FinalStateExcitationEmfietzoglou.hh
 88     G4PenelopeBremsstrahlungFS.hh              << 127         G4FinalStateExcitationMillerGreen.hh
 89     G4PenelopeBremsstrahlungModel.hh           << 128         G4FinalStateIonisationBorn.hh
 90     G4PenelopeComptonModel.hh                  << 129         G4FinalStateIonisationRudd.hh
 91     G4PenelopeCrossSection.hh                  << 130         G4FinalStateKill.hh
 92     G4PenelopeGammaConversionModel.hh          << 131         G4FinalStateProduct.hh
 93     G4PenelopeIonisationCrossSection.hh        << 132         G4FinalStatePsCreationChampion.hh
 94     G4PenelopeIonisationModel.hh               << 133         G4FluoData.hh
 95     G4PenelopeIonisationXSHandler.hh           << 134         G4FluoTransition.hh
 96     G4PenelopeOscillator.hh                    << 135         G4Generator2BN.hh
 97     G4PenelopeOscillatorManager.hh             << 136         G4Generator2BS.hh
 98     G4PenelopePhotoElectricModel.hh            << 137         G4hBetheBlochModel.hh
 99     G4PenelopeRayleighModel.hh                 << 138         G4hICRU49He.hh
100     G4PenelopeRayleighModelMI.hh               << 139         G4hICRU49Nuclear.hh
101     G4PenelopeSamplingData.hh                  << 140         G4hICRU49p.hh
102     G4PhotoElectricAngularGeneratorPolarized.h << 141         G4hIonEffChargeSquare.hh
103     G4PhotoElectricAngularGeneratorSauterGavri << 142         G4hLowEnergyIonisation.hh
104     G4QAOLowEnergyLoss.hh                      << 143         G4hLowEnergyLoss.hh
105     G4RayleighAngularGenerator.hh              << 144         G4hLowEnergyLoss.icc
106     G4RayleighScattering.hh                    << 145         G4hNuclearStoppingModel.hh
107     G4SemiLogInterpolation.hh                  << 146         G4hParametrisedLossModel.hh
108     G4ShellData.hh                             << 147         G4hQAOModel.hh
109     G4ShellEMDataSet.hh                        << 148         G4hShellCrossSectionDoubleExpData.hh
110     G4ShellVacancy.hh                          << 149         G4hShellCrossSectionDoubleExp.hh
111     G4teoCrossSection.hh                       << 150         G4hShellCrossSectionExpData.hh
112     G4UAtomicDeexcitation.hh                   << 151         G4hShellCrossSectionExp.hh
113     G4VCrossSectionHandler.hh                  << 152         G4hShellCrossSection.hh
114     G4VDataSetAlgorithm.hh                     << 153         G4hSRIM2000p.hh
115     G4VecpssrKModel.hh                         << 154         G4hZiegler1977He.hh
116     G4VecpssrLiModel.hh                        << 155         G4hZiegler1977Nuclear.hh
117     G4VecpssrMiModel.hh                        << 156         G4hZiegler1977p.hh
118     G4VEMDataSet.hh                            << 157         G4hZiegler1985Nuclear.hh
119     G4VEnergySpectrum.hh                       << 158         G4hZiegler1985p.hh
120     G4VhElectronicStoppingPower.hh             << 159         G4IonChuFluctuationModel.hh
121     G4VhNuclearStoppingPower.hh                << 160         G4IonDEDXHandler.hh
122     G4VhShellCrossSection.hh                   << 161         G4IonDEDXScalingICRU73.hh
123     G4VIonDEDXScalingAlgorithm.hh              << 162         G4ionLowEnergyIonisation.hh
124     G4VLowEnergyModel.hh                       << 163         G4IonParametrisedLossModel.hh
125   SOURCES                                      << 164         G4IonParametrisedLossModel.icc
126     G4ANSTOecpssrKxsModel.cc                   << 165         G4IonYangFluctuationModel.hh
127     G4ANSTOecpssrLixsModel.cc                  << 166         G4LinInterpolation.hh
128     G4ANSTOecpssrMixsModel.cc                  << 167         G4LinLogInterpolation.hh
129     G4AtomicDeexcitation.cc                    << 168         G4LinLogLogInterpolation.hh
130     G4AtomicTransitionManager.cc               << 169         G4LivermoreBremsstrahlungModel.hh
131     G4AugerData.cc                             << 170         G4LivermoreComptonModel.hh
132     G4AugerTransition.cc                       << 171         G4LivermoreGammaConversionModel.hh
133     G4BoldyshevTripletModel.cc                 << 172         G4LivermoreGammaConversionModelRC.hh
134     G4CompositeEMDataSet.cc                    << 173         G4LivermoreIonisationModel.hh
135     G4CrossSectionDataSet.cc                   << 174         G4LivermoreNuclearGammaConversionModel.hh
136     G4CrossSectionHandler.cc                   << 175         G4LivermorePhotoElectricModel.hh
137     G4DopplerProfile.cc                        << 176         G4LivermorePolarizedComptonModel.hh
138     G4ecpssrBaseKxsModel.cc                    << 177         G4LivermorePolarizedGammaConversionModel.hh
139     G4ecpssrBaseLixsModel.cc                   << 178         G4LivermorePolarizedPhotoElectricModel.hh
140     G4ecpssrFormFactorKxsModel.cc              << 179         G4LivermorePolarizedRayleighModel.hh
141     G4ecpssrFormFactorLixsModel.cc             << 180         G4LivermoreRayleighModel.hh
142     G4ecpssrFormFactorMixsModel.cc             << 181         G4LogLogInterpolation.hh
143     G4eCrossSectionHandler.cc                  << 182         G4LowEnergyBremsstrahlung.hh
144     G4eIonisationCrossSectionHandler.cc        << 183         G4LowEnergyCompton.hh
145     G4eIonisationParameters.cc                 << 184         G4LowEnergyGammaConversion.hh
146     G4eIonisationSpectrum.cc                   << 185         G4LowEnergyIonisation.hh
147     G4EMDataSet.cc                             << 186         G4LowEnergyPhotoElectric.hh
148     G4empCrossSection.cc                       << 187         G4LowEnergyPolarizedCompton.hh
149     G4FluoData.cc                              << 188         G4LowEnergyPolarizedRayleigh.hh
150     G4FluoTransition.cc                        << 189         G4LowEnergyRayleigh.hh
151     G4Generator2BN.cc                          << 190         G4OrlicLiCrossSection.hh
152     G4Generator2BS.cc                          << 191         G4PaulKCrossSection.hh
153     G4hBetheBlochModel.cc                      << 192         G4Penelope08ComptonModel.hh
154     G4hICRU49He.cc                             << 193         G4Penelope08GammaConversionModel.hh
155     G4hICRU49Nuclear.cc                        << 194         G4Penelope08IonisationModel.hh
156     G4hICRU49p.cc                              << 195         G4Penelope08PhotoElectricModel.hh
157     G4hIonEffChargeSquare.cc                   << 196         G4Penelope08RayleighModel.hh
158     G4hNuclearStoppingModel.cc                 << 197         G4PenelopeAnnihilation.hh
159     G4hParametrisedLossModel.cc                << 198         G4PenelopeAnnihilationModel.hh
160     G4hZiegler1985Nuclear.cc                   << 199         G4PenelopeBremsstrahlungAngular.hh
161     G4hZiegler1985p.cc                         << 200         G4PenelopeBremsstrahlungContinuous.hh
162     G4IonChuFluctuationModel.cc                << 201         G4PenelopeBremsstrahlung.hh
163     G4IonDEDXHandler.cc                        << 202         G4PenelopeBremsstrahlungModel.hh
164     G4IonDEDXScalingICRU73.cc                  << 203         G4PenelopeCompton.hh
165     G4IonParametrisedLossModel.cc              << 204         G4PenelopeComptonModel.hh
166     G4IonYangFluctuationModel.cc               << 205         G4PenelopeCrossSectionHandler.hh
167     G4JAEAElasticScattering.cc                 << 206         G4PenelopeCrossSection.hh
168     G4JAEAElasticScatteringModel.cc            << 207         G4PenelopeGammaConversion.hh
169     G4JAEAPolarizedElasticScatteringModel.cc   << 208         G4PenelopeGammaConversionModel.hh
170     G4LinInterpolation.cc                      << 209         G4PenelopeIntegrator.hh
171     G4LinLogInterpolation.cc                   << 210         G4PenelopeIntegrator.icc
172     G4LinLogLogInterpolation.cc                << 211         G4PenelopeInterpolator.hh
173     G4LivermoreBremsstrahlungModel.cc          << 212         G4PenelopeIonisation.hh
174     G4LivermoreComptonModel.cc                 << 213         G4PenelopeIonisationModel.hh
175     G4LivermoreGammaConversion5DModel.cc       << 214         G4PenelopeOscillator.hh
176     G4LivermoreGammaConversionModel.cc         << 215         G4PenelopeOscillatorManager.hh
177     G4LivermoreIonisationCrossSection.cc       << 216         G4PenelopePhotoElectric.hh
178     G4LivermoreIonisationModel.cc              << 217         G4PenelopePhotoElectricModel.hh
179     G4LivermoreNuclearGammaConversionModel.cc  << 218         G4PenelopeRayleigh.hh
180     G4LivermorePhotoElectricModel.cc           << 219         G4PenelopeRayleighModel.hh
181     G4LivermorePolarizedComptonModel.cc        << 220         G4PenelopeSamplingData.hh
182     G4LivermorePolarizedGammaConversionModel.c << 221         G4PhotoElectricAngularGeneratorPolarized.hh
183     G4LivermorePolarizedRayleighModel.cc       << 222         G4PhotoElectricAngularGeneratorSauterGavrila.hh
184     G4LivermoreRayleighModel.cc                << 223         G4PhotoElectricAngularGeneratorSimple.hh
185     G4LogLogInterpolation.cc                   << 224         G4QAOLowEnergyLoss.hh
186     G4LowECapture.cc                           << 225         G4RangeNoTest.hh
187     G4LowEPComptonModel.cc                     << 226         G4RangeTest.hh
188     G4LowEPPolarizedComptonModel.cc            << 227         G4RayleighScattering.hh
189     G4LowEWentzelVIModel.cc                    << 228         G4SemiLogInterpolation.hh
190     G4MIData.cc                                << 229         G4ShellData.hh
191     G4MicroElecCapture.cc                      << 230         G4ShellEMDataSet.hh
192   G4MicroElecCrossSectionDataSet.cc            << 231         G4ShellVacancy.hh
193     G4MicroElecElastic.cc                      << 232         G4teoCrossSection.hh
194     G4MicroElecElasticModel.cc                 << 233         G4UAtomicDeexcitation.hh
195     G4MicroElecInelastic.cc                    << 234         G4VCrossSectionHandler.hh
196     G4MicroElecInelasticModel.cc               << 235         G4VDataSetAlgorithm.hh
197     G4MicroElecCrossSectionDataSet_new.cc      << 236         G4VecpssrKModel.hh
198     G4MicroElecElasticModel_new.cc             << 237         G4VecpssrLiModel.hh
199     G4MicroElecInelasticModel_new.cc           << 238         G4VeLowEnergyLoss.hh
200     G4MicroElecLOPhononModel.cc                << 239         G4VEMDataSet.hh
201     G4MicroElecLOPhononScattering.cc           << 240         G4VEnergySpectrum.hh
202     G4MicroElecSurface.cc                      << 241         G4VhElectronicStoppingPower.hh
203     G4OrlicLiXsModel.cc                        << 242         G4VhEnergyLossModel.hh
204     G4PaulKxsModel.cc                          << 243         G4VhNuclearStoppingPower.hh
205     G4PenelopeAnnihilationModel.cc             << 244         G4VhShellCrossSection.hh
206     G4PenelopeBremsstrahlungAngular.cc         << 245         G4VIonDEDXScalingAlgorithm.hh
207     G4PenelopeBremsstrahlungFS.cc              << 246         G4VLowEnergyDiscretePhotonProcess.hh
208     G4PenelopeBremsstrahlungModel.cc           << 247         G4VLowEnergyModel.hh
209     G4PenelopeComptonModel.cc                  << 248         G4VLowEnergyTestableDiscreteProcess.hh
210     G4PenelopeCrossSection.cc                  << 249         G4VPhotoElectricAngularDistribution.hh
211     G4PenelopeGammaConversionModel.cc          << 250         G4VRangeTest.hh
212     G4PenelopeIonisationCrossSection.cc        << 251         G4WaterExcitationStructure.hh
213     G4PenelopeIonisationModel.cc               << 252         G4WaterIonisationStructure.hh
214     G4PenelopeIonisationXSHandler.cc           << 253     SOURCES
215     G4PenelopeOscillator.cc                    << 254         G4AnalyticalEcpssrKCrossSection.cc
216     G4PenelopeOscillatorManager.cc             << 255         G4AnalyticalEcpssrLiCrossSection.cc
217     G4PenelopePhotoElectricModel.cc            << 256         G4AtomicDeexcitation.cc
218     G4PenelopeRayleighModel.cc                 << 257         G4AtomicTransitionManager.cc
219     G4PenelopeRayleighModelMI.cc               << 258         G4AugerData.cc
220     G4PenelopeSamplingData.cc                  << 259         G4AugerTransition.cc
221     G4PhotoElectricAngularGeneratorPolarized.c << 260         G4BoldyshevTripletModel.cc
222     G4PhotoElectricAngularGeneratorSauterGavri << 261         G4BremsstrahlungCrossSectionHandler.cc
223     G4QAOLowEnergyLoss.cc                      << 262         G4BremsstrahlungParameters.cc
224     G4RayleighAngularGenerator.cc              << 263         G4CompositeEMDataSet.cc
225     G4RayleighScattering.cc                    << 264         G4CrossSectionChargeDecrease.cc
226     G4SemiLogInterpolation.cc                  << 265         G4CrossSectionChargeDecreasePartial.cc
227     G4ShellData.cc                             << 266         G4CrossSectionChargeIncrease.cc
228     G4ShellEMDataSet.cc                        << 267         G4CrossSectionChargeIncreasePartial.cc
229     G4ShellVacancy.cc                          << 268         G4CrossSectionChargeTransferCH.cc
230     G4teoCrossSection.cc                       << 269         G4CrossSectionChargeTransferExp.cc
231     G4UAtomicDeexcitation.cc                   << 270         G4CrossSectionElasticChampion.cc
232     G4VCrossSectionHandler.cc                  << 271         G4CrossSectionElasticScreenedRutherford.cc
233     G4VecpssrKModel.cc                         << 272         G4CrossSectionElasticScreenedRutherfordHE.cc
234     G4VecpssrLiModel.cc                        << 273         G4CrossSectionElasticScreenedRutherfordLE.cc
235     G4VecpssrMiModel.cc                        << 274         G4CrossSectionExcitationBorn.cc
236     G4VEMDataSet.cc                            << 275         G4CrossSectionExcitationBornPartial.cc
237     G4VhElectronicStoppingPower.cc             << 276         G4CrossSectionExcitationEmfietzoglou.cc
238     G4VhNuclearStoppingPower.cc                << 277         G4CrossSectionExcitationEmfietzoglouPartial.cc
239     G4VhShellCrossSection.cc                   << 278         G4CrossSectionExcitationMillerGreen.cc
240     G4VIonDEDXScalingAlgorithm.cc              << 279         G4CrossSectionExcitationMillerGreenPartial.cc
241     G4VLowEnergyModel.cc)                      << 280         G4CrossSectionHandler.cc
                                                   >> 281         G4CrossSectionIonisationBorn.cc
                                                   >> 282         G4CrossSectionIonisationBornElectron.cc
                                                   >> 283         G4CrossSectionIonisationBornPartial.cc
                                                   >> 284         G4CrossSectionIonisationBornPartialElectron.cc
                                                   >> 285         G4CrossSectionIonisationRudd.cc
                                                   >> 286         G4CrossSectionIonisationRuddPartial.cc
                                                   >> 287         G4CrossSectionKill.cc
                                                   >> 288         G4CrossSectionPsCreationChampion.cc
                                                   >> 289         G4CrossSectionPsCreationChampionPartial.cc
                                                   >> 290         G4DNAAttachment.cc
                                                   >> 291         G4DNABornExcitationModel.cc
                                                   >> 292         G4DNABornIonisationModel.cc
                                                   >> 293         G4DNAChampionElasticModel.cc
                                                   >> 294         G4DNAChargeDecrease.cc
                                                   >> 295         G4DNAChargeIncrease.cc
                                                   >> 296         G4DNACrossSectionDataSet.cc
                                                   >> 297         G4DNADingfelderChargeDecreaseModel.cc
                                                   >> 298         G4DNADingfelderChargeIncreaseModel.cc
                                                   >> 299         G4DNAElastic.cc
                                                   >> 300         G4DNAEmfietzoglouExcitationModel.cc
                                                   >> 301         G4DNAExcitation.cc
                                                   >> 302         G4DNAGenericIonsManager.cc
                                                   >> 303         G4DNAIonisation.cc
                                                   >> 304         G4DNAMeltonAttachmentModel.cc
                                                   >> 305         G4DNAMillerGreenExcitationModel.cc
                                                   >> 306         G4DNARuddIonisationExtendedModel.cc
                                                   >> 307         G4DNARuddIonisationModel.cc
                                                   >> 308         G4DNASancheExcitationModel.cc
                                                   >> 309         G4DNAScreenedRutherfordElasticModel.cc
                                                   >> 310         G4DNAVibExcitation.cc
                                                   >> 311         G4DopplerProfile.cc
                                                   >> 312         G4DummyFinalState.cc
                                                   >> 313         G4eBremsstrahlungSpectrum.cc
                                                   >> 314         G4eCrossSectionExcitationEmfietzoglou.cc
                                                   >> 315         G4eCrossSectionScreenedRutherford.cc
                                                   >> 316         G4eIonisationCrossSectionHandler.cc
                                                   >> 317         G4eIonisationParameters.cc
                                                   >> 318         G4eIonisationSpectrum.cc
                                                   >> 319         G4eLowEnergyLoss.cc
                                                   >> 320         G4EMDataSet.cc
                                                   >> 321         G4empCrossSection.cc
                                                   >> 322         G4FinalStateChargeDecrease.cc
                                                   >> 323         G4FinalStateChargeIncrease.cc
                                                   >> 324         G4FinalStateChargeTransferProton.cc
                                                   >> 325         G4FinalStateElasticBrennerZaider.cc
                                                   >> 326         G4FinalStateElasticChampion.cc
                                                   >> 327         G4FinalStateElasticScreenedRutherford.cc
                                                   >> 328         G4FinalStateExcitationBorn.cc
                                                   >> 329         G4FinalStateExcitationEmfietzoglou.cc
                                                   >> 330         G4FinalStateExcitationMillerGreen.cc
                                                   >> 331         G4FinalStateIonisationBorn.cc
                                                   >> 332         G4FinalStateIonisationRudd.cc
                                                   >> 333         G4FinalStateKill.cc
                                                   >> 334         G4FinalStateProduct.cc
                                                   >> 335         G4FinalStatePsCreationChampion.cc
                                                   >> 336         G4FluoData.cc
                                                   >> 337         G4FluoTransition.cc
                                                   >> 338         G4Generator2BN.cc
                                                   >> 339         G4Generator2BS.cc
                                                   >> 340         G4hBetheBlochModel.cc
                                                   >> 341         G4hICRU49He.cc
                                                   >> 342         G4hICRU49Nuclear.cc
                                                   >> 343         G4hICRU49p.cc
                                                   >> 344         G4hIonEffChargeSquare.cc
                                                   >> 345         G4hLowEnergyIonisation.cc
                                                   >> 346         G4hLowEnergyLoss.cc
                                                   >> 347         G4hNuclearStoppingModel.cc
                                                   >> 348         G4hParametrisedLossModel.cc
                                                   >> 349         G4hQAOModel.cc
                                                   >> 350         G4hShellCrossSection.cc
                                                   >> 351         G4hShellCrossSectionDoubleExp.cc
                                                   >> 352         G4hShellCrossSectionDoubleExpData.cc
                                                   >> 353         G4hShellCrossSectionExp.cc
                                                   >> 354         G4hShellCrossSectionExpData.cc
                                                   >> 355         G4hSRIM2000p.cc
                                                   >> 356         G4hZiegler1977He.cc
                                                   >> 357         G4hZiegler1977Nuclear.cc
                                                   >> 358         G4hZiegler1977p.cc
                                                   >> 359         G4hZiegler1985Nuclear.cc
                                                   >> 360         G4hZiegler1985p.cc
                                                   >> 361         G4IonChuFluctuationModel.cc
                                                   >> 362         G4IonDEDXHandler.cc
                                                   >> 363         G4IonDEDXScalingICRU73.cc
                                                   >> 364         G4IonParametrisedLossModel.cc
                                                   >> 365         G4IonYangFluctuationModel.cc
                                                   >> 366         G4LinInterpolation.cc
                                                   >> 367         G4LinLogInterpolation.cc
                                                   >> 368         G4LinLogLogInterpolation.cc
                                                   >> 369         G4LivermoreBremsstrahlungModel.cc
                                                   >> 370         G4LivermoreComptonModel.cc
                                                   >> 371         G4LivermoreGammaConversionModel.cc
                                                   >> 372         G4LivermoreGammaConversionModelRC.cc
                                                   >> 373         G4LivermoreIonisationModel.cc
                                                   >> 374         G4LivermoreNuclearGammaConversionModel.cc
                                                   >> 375         G4LivermorePhotoElectricModel.cc
                                                   >> 376         G4LivermorePolarizedComptonModel.cc
                                                   >> 377         G4LivermorePolarizedGammaConversionModel.cc
                                                   >> 378         G4LivermorePolarizedPhotoElectricModel.cc
                                                   >> 379         G4LivermorePolarizedRayleighModel.cc
                                                   >> 380         G4LivermoreRayleighModel.cc
                                                   >> 381         G4LogLogInterpolation.cc
                                                   >> 382         G4LowEnergyBremsstrahlung.cc
                                                   >> 383         G4LowEnergyCompton.cc
                                                   >> 384         G4LowEnergyGammaConversion.cc
                                                   >> 385         G4LowEnergyIonisation.cc
                                                   >> 386         G4LowEnergyPhotoElectric.cc
                                                   >> 387         G4LowEnergyPolarizedCompton.cc
                                                   >> 388         G4LowEnergyPolarizedRayleigh.cc
                                                   >> 389         G4LowEnergyRayleigh.cc
                                                   >> 390         G4OrlicLiCrossSection.cc
                                                   >> 391         G4PaulKCrossSection.cc
                                                   >> 392         G4Penelope08ComptonModel.cc
                                                   >> 393         G4Penelope08GammaConversionModel.cc
                                                   >> 394         G4Penelope08IonisationModel.cc
                                                   >> 395         G4Penelope08PhotoElectricModel.cc
                                                   >> 396         G4Penelope08RayleighModel.cc
                                                   >> 397         G4PenelopeAnnihilation.cc
                                                   >> 398         G4PenelopeAnnihilationModel.cc
                                                   >> 399         G4PenelopeBremsstrahlungAngular.cc
                                                   >> 400         G4PenelopeBremsstrahlung.cc
                                                   >> 401         G4PenelopeBremsstrahlungContinuous.cc
                                                   >> 402         G4PenelopeBremsstrahlungModel.cc
                                                   >> 403         G4PenelopeCompton.cc
                                                   >> 404         G4PenelopeComptonModel.cc
                                                   >> 405         G4PenelopeCrossSection.cc
                                                   >> 406         G4PenelopeCrossSectionHandler.cc
                                                   >> 407         G4PenelopeGammaConversion.cc
                                                   >> 408         G4PenelopeGammaConversionModel.cc
                                                   >> 409         G4PenelopeInterpolator.cc
                                                   >> 410         G4PenelopeIonisation.cc
                                                   >> 411         G4PenelopeIonisationModel.cc
                                                   >> 412         G4PenelopeOscillator.cc
                                                   >> 413         G4PenelopeOscillatorManager.cc
                                                   >> 414         G4PenelopePhotoElectric.cc
                                                   >> 415         G4PenelopePhotoElectricModel.cc
                                                   >> 416         G4PenelopeRayleigh.cc
                                                   >> 417         G4PenelopeRayleighModel.cc
                                                   >> 418         G4PenelopeSamplingData.cc
                                                   >> 419         G4PhotoElectricAngularGeneratorPolarized.cc
                                                   >> 420         G4PhotoElectricAngularGeneratorSauterGavrila.cc
                                                   >> 421         G4PhotoElectricAngularGeneratorSimple.cc
                                                   >> 422         G4QAOLowEnergyLoss.cc
                                                   >> 423         G4RangeTest.cc
                                                   >> 424         G4RayleighScattering.cc
                                                   >> 425         G4SemiLogInterpolation.cc
                                                   >> 426         G4ShellData.cc
                                                   >> 427         G4ShellEMDataSet.cc
                                                   >> 428         G4ShellVacancy.cc
                                                   >> 429         G4teoCrossSection.cc
                                                   >> 430         G4UAtomicDeexcitation.cc
                                                   >> 431         G4VCrossSectionHandler.cc
                                                   >> 432         G4VecpssrKModel.cc
                                                   >> 433         G4VecpssrLiModel.cc
                                                   >> 434         G4VeLowEnergyLoss.cc
                                                   >> 435         G4VEMDataSet.cc
                                                   >> 436         G4VhElectronicStoppingPower.cc
                                                   >> 437         G4VhNuclearStoppingPower.cc
                                                   >> 438         G4VhShellCrossSection.cc
                                                   >> 439         G4VIonDEDXScalingAlgorithm.cc
                                                   >> 440         G4VLowEnergyDiscretePhotonProcess.cc
                                                   >> 441         G4VLowEnergyModel.cc
                                                   >> 442         G4VPhotoElectricAngularDistribution.cc
                                                   >> 443         G4WaterExcitationStructure.cc
                                                   >> 444         G4WaterIonisationStructure.cc
                                                   >> 445     GRANULAR_DEPENDENCIES
                                                   >> 446         G4baryons
                                                   >> 447         G4bosons
                                                   >> 448         G4cuts
                                                   >> 449         G4emstandard
                                                   >> 450         G4emutils
                                                   >> 451         G4geometrymng
                                                   >> 452         G4globman
                                                   >> 453         G4hepnumerics
                                                   >> 454         G4intercoms
                                                   >> 455         G4ions
                                                   >> 456         G4leptons
                                                   >> 457         G4materials
                                                   >> 458         G4mesons
                                                   >> 459         G4partman
                                                   >> 460         G4procman
                                                   >> 461         G4track
                                                   >> 462     GLOBAL_DEPENDENCIES
                                                   >> 463         G4geometry
                                                   >> 464         G4global
                                                   >> 465         G4intercoms
                                                   >> 466         G4materials
                                                   >> 467         G4particles
                                                   >> 468         G4track
                                                   >> 469     LINK_LIBRARIES
                                                   >> 470 )
                                                   >> 471 
                                                   >> 472 # List any source specific properties here
242                                                   473 
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)                             <<