Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/lend/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 ]

  1 # - G4had_lend module build definition
  2 
  3 # Define the Geant4 Module.
  4 geant4_add_module(G4had_lend
  5   PUBLIC_HEADERS
  6     G4GIDI.hh
  7     G4GIDI_Misc.hh
  8     G4GIDI_map.hh
  9     G4GIDI_mass.hh
 10     G4GIDI_target.hh
 11     G4LENDCapture.hh
 12     G4LENDCaptureCrossSection.hh
 13     G4LENDCrossSection.hh
 14     G4LENDCombinedCrossSection.hh
 15     G4LENDGammaCrossSection.hh
 16     G4LENDCombinedModel.hh
 17     G4LENDGammaModel.hh
 18     G4LENDElastic.hh
 19     G4LENDElasticCrossSection.hh
 20     G4LENDFission.hh
 21     G4LENDFissionCrossSection.hh
 22     G4LENDHeader.hh
 23     G4LENDInelastic.hh
 24     G4LENDInelasticCrossSection.hh
 25     G4LENDManager.hh
 26     G4LENDModel.hh
 27     G4LENDUsedTarget.hh
 28     GIDI_settings.hh
 29     MCGIDI.h
 30     MCGIDI_fromTOM.h
 31     MCGIDI_map.h
 32     MCGIDI_mass.h
 33     MCGIDI_misc.h
 34     MCGIDI_private.h
 35     PoPs.h
 36     PoPs_Bcast_private.h
 37     PoPs_data.h
 38     PoPs_mass.h
 39     PoPs_private.h
 40     nf_Legendre.h
 41     nf_integration.h
 42     nf_specialFunctions.h
 43     nf_utilities.h
 44     ptwX.h
 45     ptwXY.h
 46     statusMessageReporting.h
 47     xDataTOM.h
 48     xDataTOM_importXML_private.h
 49     xDataTOM_private.h
 50   SOURCES
 51     G4GIDI.cc
 52     G4GIDI_Misc.cc
 53     G4GIDI_map.cc
 54     G4GIDI_mass.cc
 55     G4GIDI_target.cc
 56     G4LENDCapture.cc
 57     G4LENDCaptureCrossSection.cc
 58     G4LENDCombinedCrossSection.cc
 59     G4LENDGammaCrossSection.cc
 60     G4LENDCombinedModel.cc
 61     G4LENDGammaModel.cc
 62     G4LENDCrossSection.cc
 63     G4LENDElastic.cc
 64     G4LENDElasticCrossSection.cc
 65     G4LENDFission.cc
 66     G4LENDFissionCrossSection.cc
 67     G4LENDInelastic.cc
 68     G4LENDInelasticCrossSection.cc
 69     G4LENDManager.cc
 70     G4LENDModel.cc
 71     G4LENDUsedTarget.cc
 72     GIDI_settings.cc
 73     GIDI_settings_flux.cc
 74     GIDI_settings_group.cc
 75     GIDI_settings_particle.cc
 76     MCGIDI_KalbachMann.cc
 77     MCGIDI_LLNLAngular_angularEnergy.cc
 78     MCGIDI_angular.cc
 79     MCGIDI_angularEnergy.cc
 80     MCGIDI_distribution.cc
 81     MCGIDI_energy.cc
 82     MCGIDI_energyAngular.cc
 83     MCGIDI_fromTOM.cc
 84     MCGIDI_kinetics.cc
 85     MCGIDI_map.cc
 86     MCGIDI_mass.cc
 87     MCGIDI_misc.cc
 88     MCGIDI_outputChannel.cc
 89     MCGIDI_particle.cc
 90     MCGIDI_pop.cc
 91     MCGIDI_product.cc
 92     MCGIDI_quantitiesLookupMode.cc
 93     MCGIDI_reaction.cc
 94     MCGIDI_sampling.cc
 95     MCGIDI_samplingSettings.cc
 96     MCGIDI_target.cc
 97     MCGIDI_target_heated.cc
 98     MCGIDI_uncorrelated.cc
 99     MCGIDI_version.cc
100     PoPs.cc
101     PoPs_Bcast.cc
102     PoPs_data.cc
103     PoPs_mass.cc
104     lPoPs.cc
105     nf_GnG_adaptiveQuadrature.cc
106     nf_Legendre.cc
107     nf_Legendre_GaussianQuadrature.cc
108     nf_angularMomentumCoupling.cc
109     nf_exponentialIntegral.cc
110     nf_gammaFunctions.cc
111     nf_incompleteGammaFunctions.cc
112     nf_polevl.cc
113     nf_stringToDoubles.cc
114     nf_stringToDoubles_main.cc
115     nf_utilities.cc
116     ptwXY_binaryOperators.cc
117     ptwXY_convenient.cc
118     ptwXY_core.cc
119     ptwXY_functions.cc
120     ptwXY_integration.cc
121     ptwXY_interpolation.cc
122     ptwXY_methods.cc
123     ptwXY_misc.cc
124     ptwXY_unitaryOperators.cc
125     ptwX_core.cc
126     ptwX_misc.cc
127     statusMessageReporting.cc
128     xDataTOM.cc
129     xDataTOM_KalbachMann.cc
130     xDataTOM_LegendreSeries.cc
131     xDataTOM_Misc.cc
132     xDataTOM_V_W_XYs.cc
133     xDataTOM_V_W_XYs_LegendreSeries.cc
134     xDataTOM_W_XYs.cc
135     xDataTOM_W_XYs_LegendreSeries.cc
136     xDataTOM_XYs.cc
137     xDataTOM_axes.cc
138     xDataTOM_importXML.cc
139     xDataTOM_importXML_KalbachMann.cc
140     xDataTOM_importXML_V_W_XYs.cc
141     xDataTOM_importXML_V_W_XYs_LegendreSeries.cc
142     xDataTOM_importXML_W_XYs.cc
143     xDataTOM_importXML_W_XYs_LegendreSeries.cc
144     xDataTOM_importXML_XYs.cc
145     xDataTOM_importXML_axes.cc
146     xDataTOM_importXML_polynomial.cc
147     xDataTOM_importXML_regionsW_XYs_LegendreSeries.cc
148     xDataTOM_importXML_regionsXYs.cc
149     xDataTOM_interpolation.cc
150     xDataTOM_polynomial.cc
151     xDataTOM_regionsW_XYs_LegendreSeries.cc
152     xDataTOM_regionsXYs.cc)
153 
154 geant4_module_link_libraries(G4had_lend
155   PUBLIC
156     G4globman
157     G4had_preequ_exciton
158     G4hadronic_mgt
159     G4hadronic_xsect
160     G4materials
161     G4partman
162     ${G4EXPAT_LIBRARIES} # Almost certainly private, but needs checking
163   PRIVATE
164     G4baryons
165     G4bosons
166     G4hadronic_deex_photon_evaporation
167     G4hadronic_util
168     G4heprandom
169     G4ions)
170