Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/physics_lists/CMakeLists.txt

Version: [ ReleaseNotes ] [ 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 ]

  1 # - G4physicslists category build definition
  2 foreach(modfile
  3     builders/sources.cmake
  4     constructors/decay/sources.cmake
  5     constructors/electromagnetic/sources.cmake
  6     constructors/factory/sources.cmake
  7     constructors/gamma_lepto_nuclear/sources.cmake
  8     constructors/hadron_elastic/sources.cmake
  9     constructors/hadron_inelastic/sources.cmake
 10     constructors/ions/sources.cmake
 11     constructors/limiters/sources.cmake
 12     constructors/stopping/sources.cmake
 13     lists/sources.cmake
 14     util/sources.cmake)
 15   include(${modfile})
 16 endforeach()
 17 
 18 geant4_add_category(G4physicslists
 19   MODULES
 20     G4phys_builders
 21     G4phys_ctor_decay
 22     G4phys_ctor_em
 23     G4phys_ctor_factory
 24     G4phys_ctor_glnuclear
 25     G4phys_ctor_helastic
 26     G4phys_ctor_hinelastic
 27     G4phys_ctor_ions
 28     G4phys_ctor_limiters
 29     G4phys_ctor_stopping
 30     G4phys_lists
 31     G4physlist_util 
 32 )