Geant4 Cross Reference |
1 # - G4empii module build definition 1 # - G4empii module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4empii 4 geant4_add_module(G4empii 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4CompositeDataSet.hh 6 G4CompositeDataSet.hh 7 G4DataSet.hh 7 G4DataSet.hh 8 G4hImpactIonisation.hh 8 G4hImpactIonisation.hh 9 G4hRDEnergyLoss.hh 9 G4hRDEnergyLoss.hh 10 G4IDataSet.hh 10 G4IDataSet.hh 11 G4IInterpolator.hh 11 G4IInterpolator.hh 12 G4LinInterpolator.hh 12 G4LinInterpolator.hh 13 G4LogLogInterpolator.hh 13 G4LogLogInterpolator.hh 14 G4PixeCrossSectionHandler.hh 14 G4PixeCrossSectionHandler.hh 15 G4PixeShellDataSet.hh 15 G4PixeShellDataSet.hh 16 SOURCES 16 SOURCES 17 G4CompositeDataSet.cc 17 G4CompositeDataSet.cc 18 G4DataSet.cc 18 G4DataSet.cc 19 G4hImpactIonisation.cc 19 G4hImpactIonisation.cc 20 G4hRDEnergyLoss.cc 20 G4hRDEnergyLoss.cc 21 G4LinInterpolator.cc 21 G4LinInterpolator.cc 22 G4LogLogInterpolator.cc 22 G4LogLogInterpolator.cc 23 G4PixeCrossSectionHandler.cc 23 G4PixeCrossSectionHandler.cc 24 G4PixeShellDataSet.cc) 24 G4PixeShellDataSet.cc) 25 25 26 geant4_module_link_libraries(G4empii 26 geant4_module_link_libraries(G4empii 27 PUBLIC 27 PUBLIC 28 G4baryons 28 G4baryons 29 G4cuts 29 G4cuts 30 G4emlowenergy 30 G4emlowenergy 31 G4globman 31 G4globman 32 G4heprandom 32 G4heprandom 33 G4leptons 33 G4leptons 34 G4materials 34 G4materials 35 G4procman 35 G4procman 36 G4track 36 G4track 37 PRIVATE 37 PRIVATE 38 G4bosons 38 G4bosons 39 G4emutils 39 G4emutils 40 G4hepnumerics 40 G4hepnumerics 41 G4partman) 41 G4partman)