Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/geometry/navigation/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 # - G4navigation module build definition
  2 
  3 # Define the Geant4 Module.
  4 geant4_add_module(G4navigation
  5   PUBLIC_HEADERS
  6     G4AuxiliaryNavServices.hh
  7     G4AuxiliaryNavServices.icc
  8     G4BrentLocator.hh
  9     G4DrawVoxels.hh
 10     G4ErrorPropagationNavigator.hh
 11     G4GeomTestVolume.hh
 12     G4GeometryMessenger.hh
 13     G4GlobalMagFieldMessenger.hh
 14     G4LocatorChangeRecord.hh
 15     G4LocatorChangeLogger.hh
 16     G4MultiLevelLocator.hh
 17     G4MultiNavigator.hh
 18     G4NavigationLogger.hh
 19     G4Navigator.hh
 20     G4Navigator.icc
 21     G4NormalNavigation.hh
 22     G4NormalNavigation.icc
 23     G4ParameterisedNavigation.hh
 24     G4ParameterisedNavigation.icc
 25     G4PartialPhantomParameterisation.hh
 26     G4PathFinder.hh
 27     G4PhantomParameterisation.hh
 28     G4PhantomParameterisation.icc
 29     G4PropagatorInField.hh
 30     G4PropagatorInField.icc
 31     G4RegularNavigation.hh
 32     G4RegularNavigationHelper.hh
 33     G4ReplicaNavigation.hh
 34     G4ReplicaNavigation.icc
 35     G4SafetyCalculator.hh
 36     G4SafetyHelper.hh
 37     G4SimpleLocator.hh
 38     G4TransportationManager.hh
 39     G4TransportationManager.icc
 40     G4VExternalNavigation.hh
 41     G4VIntersectionLocator.hh
 42     G4VIntersectionLocator.icc
 43     G4VNavigation.hh
 44     G4VoxelNavigation.hh
 45     G4VoxelNavigation.icc
 46     G4VoxelSafety.hh
 47   SOURCES
 48     G4AuxiliaryNavServices.cc
 49     G4BrentLocator.cc
 50     G4DrawVoxels.cc
 51     G4ErrorPropagationNavigator.cc
 52     G4GeomTestVolume.cc
 53     G4GeometryMessenger.cc
 54     G4GlobalMagFieldMessenger.cc
 55     G4LocatorChangeRecord.cc
 56     G4LocatorChangeLogger.cc
 57     G4MultiLevelLocator.cc
 58     G4MultiNavigator.cc
 59     G4NavigationLogger.cc
 60     G4Navigator.cc
 61     G4NormalNavigation.cc
 62     G4ParameterisedNavigation.cc
 63     G4PartialPhantomParameterisation.cc
 64     G4PathFinder.cc
 65     G4PhantomParameterisation.cc
 66     G4PropagatorInField.cc
 67     G4RegularNavigation.cc
 68     G4RegularNavigationHelper.cc
 69     G4ReplicaNavigation.cc
 70     G4SafetyCalculator.cc
 71     G4SafetyHelper.cc
 72     G4SimpleLocator.cc
 73     G4TransportationManager.cc
 74     G4VExternalNavigation.cc
 75     G4VIntersectionLocator.cc
 76     G4VoxelNavigation.cc
 77     G4VoxelSafety.cc)
 78 
 79 geant4_module_link_libraries(G4navigation
 80   PUBLIC G4geometrymng G4magneticfield G4graphics_reps G4globman G4intercoms G4hepgeometry
 81   PRIVATE G4volumes G4materials)