Geant4 Cross Reference |
1 # - G4hadronic_stop module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_stop 5 PUBLIC_HEADERS 6 G4ElementSelector.hh 7 G4EmCaptureCascade.hh 8 G4HadronicAbsorptionFritiof.hh 9 G4HadronicAbsorptionFritiofWithBinaryCascade.hh 10 G4HadronicAbsorptionINCLXX.hh 11 G4HadronStoppingProcess.hh 12 G4MuMinusCapturePrecompound.hh 13 G4MuonMinusBoundDecay.hh 14 G4MuonMinusCapture.hh 15 G4HadronicAbsorptionBertini.hh 16 G4MuonMinusAtomicCapture.hh 17 G4MuonicAtomDecay.hh 18 SOURCES 19 G4ElementSelector.cc 20 G4EmCaptureCascade.cc 21 G4HadronicAbsorptionFritiof.cc 22 G4HadronicAbsorptionFritiofWithBinaryCascade.cc 23 G4HadronicAbsorptionINCLXX.cc 24 G4HadronStoppingProcess.cc 25 G4MuMinusCapturePrecompound.cc 26 G4MuonMinusBoundDecay.cc 27 G4MuonMinusCapture.cc 28 G4HadronicAbsorptionBertini.cc 29 G4MuonMinusAtomicCapture.cc 30 G4MuonicAtomDecay.cc) 31 32 geant4_module_link_libraries(G4hadronic_stop 33 PUBLIC 34 G4globman 35 G4hadronic_mgt 36 G4hadronic_util 37 G4heprandom 38 G4materials 39 G4partman 40 G4procman 41 G4track 42 PRIVATE 43 G4baryons 44 G4bosons 45 G4had_preequ_exciton 46 G4had_string_diff 47 G4had_string_frag 48 G4had_theo_max 49 G4hadronic_bert_cascade 50 G4hadronic_binary 51 G4hadronic_inclxx_interface 52 G4hepgeometry 53 G4ions 54 G4leptons)