Geant4 Cross Reference |
1 # - G4hadronic_qmd module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_qmd 5 PUBLIC_HEADERS 6 G4QMDCollision.hh 7 G4QMDGroundStateNucleus.hh 8 G4QMDMeanField.hh 9 G4QMDNucleus.hh 10 G4QMDParameters.hh 11 G4QMDParticipant.hh 12 G4QMDReaction.hh 13 G4QMDSystem.hh 14 G4LightIonQMDCollision.hh 15 G4LightIonQMDGroundStateNucleus.hh 16 G4LightIonQMDMeanField.hh 17 G4LightIonQMDNucleus.hh 18 G4LightIonQMDParameters.hh 19 G4LightIonQMDReaction.hh 20 SOURCES 21 G4QMDCollision.cc 22 G4QMDGroundStateNucleus.cc 23 G4QMDMeanField.cc 24 G4QMDNucleus.cc 25 G4QMDParameters.cc 26 G4QMDParticipant.cc 27 G4QMDReaction.cc 28 G4QMDSystem.cc 29 G4LightIonQMDCollision.cc 30 G4LightIonQMDGroundStateNucleus.cc 31 G4LightIonQMDMeanField.cc 32 G4LightIonQMDNucleus.cc 33 G4LightIonQMDParameters.cc 34 G4LightIonQMDReaction.cc) 35 36 geant4_module_link_libraries(G4hadronic_qmd 37 PUBLIC 38 G4globman 39 G4had_im_r_matrix 40 G4hadronic_deex_evaporation 41 G4hadronic_deex_handler 42 G4hadronic_mgt 43 G4hepgeometry 44 G4partman 45 PRIVATE 46 G4baryons 47 G4hadronic_util 48 G4hadronic_xsect 49 G4heprandom 50 G4materials)