Geant4 Cross Reference |
1 # - G4hadronic_binary module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_binary 5 PUBLIC_HEADERS 6 G4Absorber.hh 7 G4AntiProtonField.hh 8 G4BCLateParticle.hh 9 G4BinaryCascade.hh 10 G4BinaryLightIonReaction.hh 11 G4FieldPropagation.hh 12 G4GeneratorPrecompoundInterface.hh 13 G4KM_DummyField.hh 14 G4KM_NucleonEqRhs.hh 15 G4KM_OpticalEqRhs.hh 16 G4KaonMinusField.hh 17 G4KaonPlusField.hh 18 G4KaonZeroField.hh 19 G4NeutronField.hh 20 G4PionMinusField.hh 21 G4PionPlusField.hh 22 G4PionZeroField.hh 23 G4ProtonField.hh 24 G4RKFieldIntegrator.hh 25 G4RKPropagation.hh 26 G4SigmaMinusField.hh 27 G4SigmaPlusField.hh 28 G4SigmaZeroField.hh 29 G4VFieldPropagation.hh 30 G4VKM_NuclearDensity.hh 31 G4VNuclearField.hh 32 SOURCES 33 G4Absorber.cc 34 G4AntiProtonField.cc 35 G4BinaryCascade.cc 36 G4BinaryLightIonReaction.cc 37 G4FieldPropagation.cc 38 G4GeneratorPrecompoundInterface.cc 39 G4KM_NucleonEqRhs.cc 40 G4KM_OpticalEqRhs.cc 41 G4KaonMinusField.cc 42 G4KaonPlusField.cc 43 G4KaonZeroField.cc 44 G4NeutronField.cc 45 G4PionMinusField.cc 46 G4PionPlusField.cc 47 G4PionZeroField.cc 48 G4ProtonField.cc 49 G4RKFieldIntegrator.cc 50 G4RKPropagation.cc 51 G4SigmaMinusField.cc 52 G4SigmaPlusField.cc 53 G4SigmaZeroField.cc 54 G4VFieldPropagation.cc 55 G4VNuclearField.cc) 56 57 geant4_module_link_libraries(G4hadronic_binary 58 PUBLIC 59 G4globman 60 G4had_im_r_matrix 61 G4had_preequ_exciton 62 G4hadronic_deex_handler 63 G4hadronic_mgt 64 G4hadronic_util 65 G4hepgeometry 66 G4magneticfield 67 PRIVATE 68 G4baryons 69 G4hadronic_deex_fermi_breakup 70 G4heprandom 71 G4ions 72 G4mesons 73 G4partman 74 G4shortlived 75 G4track)