Geant4 Cross Reference |
1 # G4biasing_gen module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4biasing_gen >> 4 # Package: Geant4.src.G4processes.G4biasing_gen >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 8 # Lists include paths needed. >> 9 # Lists the internal granular and global dependencies of the library. >> 10 # Source specific properties should be added at the end. >> 11 # >> 12 # Generated on : 24/9/2010 >> 13 # >> 14 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4biasing_gen << 19 # 5 PUBLIC_HEADERS << 20 GEANT4_DEFINE_MODULE(NAME G4biasing_gen 6 G4BiasingHelper.hh << 21 HEADERS 7 G4BiasingProcessInterface.hh << 22 G4BiasingHelper.hh 8 G4BiasingProcessSharedData.hh << 23 G4BiasingProcessInterface.hh 9 G4BOptnChangeCrossSection.hh << 24 G4BiasingProcessSharedData.hh 10 G4BOptnCloning.hh << 25 G4BOptnChangeCrossSection.hh 11 G4BOptnForceCommonTruncatedExp.hh << 26 G4BOptnCloning.hh 12 G4BOptnForceFreeFlight.hh << 27 G4BOptnForceCommonTruncatedExp.hh 13 G4BOptnLeadingParticle.hh << 28 G4BOptnForceFreeFlight.hh 14 G4BOptrForceCollision.hh << 29 G4BOptnLeadingParticle.hh 15 G4BOptrForceCollisionTrackData.hh << 30 G4BOptrForceCollision.hh 16 G4ILawCommonTruncatedExp.hh << 31 G4BOptrForceCollisionTrackData.hh 17 G4ILawForceFreeFlight.hh << 32 G4ILawCommonTruncatedExp.hh 18 G4ILawTruncatedExp.hh << 33 G4ILawForceFreeFlight.hh 19 G4InteractionLawPhysical.hh << 34 G4ILawTruncatedExp.hh 20 G4ParallelGeometriesLimiterProcess.hh << 35 G4InteractionLawPhysical.hh 21 G4ParticleChangeForNothing.hh << 36 G4ParallelGeometriesLimiterProcess.hh 22 G4ParticleChangeForOccurenceBiasing.hh << 37 G4ParticleChangeForNothing.hh 23 SOURCES << 38 G4ParticleChangeForOccurenceBiasing.hh 24 G4BiasingHelper.cc << 39 SOURCES 25 G4BiasingProcessInterface.cc << 40 G4BiasingHelper.cc 26 G4BiasingProcessSharedData.cc << 41 G4BiasingProcessInterface.cc 27 G4BOptnChangeCrossSection.cc << 42 G4BiasingProcessSharedData.cc 28 G4BOptnCloning.cc << 43 G4BOptnChangeCrossSection.cc 29 G4BOptnForceCommonTruncatedExp.cc << 44 G4BOptnCloning.cc 30 G4BOptnForceFreeFlight.cc << 45 G4BOptnForceCommonTruncatedExp.cc 31 G4BOptnLeadingParticle.cc << 46 G4BOptnForceFreeFlight.cc 32 G4BOptrForceCollision.cc << 47 G4BOptnLeadingParticle.cc 33 G4BOptrForceCollisionTrackData.cc << 48 G4BOptrForceCollision.cc 34 G4ILawCommonTruncatedExp.cc << 49 G4BOptrForceCollisionTrackData.cc 35 G4ILawForceFreeFlight.cc << 50 G4ILawCommonTruncatedExp.cc 36 G4ILawTruncatedExp.cc << 51 G4ILawForceFreeFlight.cc 37 G4InteractionLawPhysical.cc << 52 G4ILawTruncatedExp.cc 38 G4ParallelGeometriesLimiterProcess.cc << 53 G4InteractionLawPhysical.cc 39 G4ParticleChangeForOccurenceBiasing.cc) << 54 G4ParallelGeometriesLimiterProcess.cc >> 55 G4ParticleChangeForOccurenceBiasing.cc >> 56 GRANULAR_DEPENDENCIES >> 57 G4cuts >> 58 G4detector >> 59 G4emutils >> 60 G4geombias >> 61 G4geometrymng >> 62 G4globman >> 63 G4hits >> 64 G4intercoms >> 65 G4magneticfield >> 66 G4materials >> 67 G4navigation >> 68 G4partman >> 69 G4procman >> 70 G4track >> 71 G4transportation >> 72 G4volumes >> 73 G4biasing_mgt >> 74 GLOBAL_DEPENDENCIES >> 75 G4digits_hits >> 76 G4geometry >> 77 G4global >> 78 G4intercoms >> 79 G4materials >> 80 G4particles >> 81 G4track >> 82 LINK_LIBRARIES >> 83 ) >> 84 >> 85 # List any source specific properties here 40 86 41 geant4_module_link_libraries(G4biasing_gen << 42 PUBLIC << 43 G4biasing_mgt << 44 G4geometrymng << 45 G4globman << 46 G4magneticfield << 47 G4navigation << 48 G4procman << 49 G4track << 50 PRIVATE << 51 G4heprandom << 52 G4partman) <<