Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/track/sources.cmake

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 # - G4track module build definition
  2 
  3 # Define the Geant4 Module.
  4 geant4_add_module(G4track
  5   PUBLIC_HEADERS
  6     G4FieldTrackUpdator.hh
  7     G4ForceCondition.hh
  8     G4GPILSelection.hh
  9     G4ParticleChange.hh
 10     G4ParticleChange.icc
 11     G4ParticleChangeForDecay.hh
 12     G4ParticleChangeForGamma.hh
 13     G4ParticleChangeForLoss.hh
 14     G4ParticleChangeForMSC.hh
 15     G4ParticleChangeForRadDecay.hh
 16     G4ParticleChangeForTransport.hh
 17     G4ParticleChangeForTransport.icc
 18     G4Step.hh
 19     G4Step.icc
 20     G4StepPoint.hh
 21     G4StepPoint.icc
 22     G4StepStatus.hh
 23     G4SteppingControl.hh
 24     G4Track.hh
 25     G4Track.icc
 26     G4TrackFastVector.hh
 27     G4TrackStatus.hh
 28     G4TrackVector.hh
 29     G4VParticleChange.hh
 30     G4VParticleChange.icc
 31     G4VelocityTable.hh
 32     G4VAuxiliaryTrackInformation.hh
 33     G4VUserTrackInformation.hh
 34     trkdefs.hh
 35   SOURCES
 36     G4FieldTrackUpdator.cc
 37     G4ParticleChange.cc
 38     G4ParticleChangeForDecay.cc
 39     G4ParticleChangeForGamma.cc
 40     G4ParticleChangeForLoss.cc
 41     G4ParticleChangeForMSC.cc
 42     G4ParticleChangeForTransport.cc
 43     G4Step.cc
 44     G4StepPoint.cc
 45     G4Track.cc
 46     G4VParticleChange.cc
 47     G4VelocityTable.cc
 48     G4VAuxiliaryTrackInformation.cc
 49     G4VUserTrackInformation.cc)
 50 
 51 geant4_module_compile_definitions(G4track PRIVATE G4TRACK_ALLOC_EXPORT)
 52 
 53 geant4_module_link_libraries(G4track
 54   PUBLIC
 55     G4geometrymng
 56     G4globman
 57     G4materials
 58     G4partman
 59   PRIVATE
 60     G4magneticfield)