Skip to content
Snippets Groups Projects
Select Git revision
  • witekp_fix_paths
  • torchSim11
  • update-to-g4-11.3.0
  • master default protected
  • update-to-g4-11.2.1
  • release-v10r7p3t2
  • richTorch
  • vsvintoz_trajectory_dump
  • kholoimov_trajectory_study
  • mveltri-use-gammageneralprocess-by-default
  • mveltri-inhibit-optical-photons-by-volume
  • veltri-master-patch-5958
  • mveltri_g4hepem_integration
  • mveltri-option2-with-gammaConversion5D
  • veltri-backport-fix-for-G4GammaGeneralProcess
  • mveltri-CaloTest-UseGammaGeneralProcess
  • mveltri-g4_standalone_tests_update
  • sim10-patches protected
  • update-to-g4-11.1.1
  • valassi_v10r6patches
  • v10r7p3t2 protected
  • v10r7p3t1 protected
  • v10r7p3t0 protected
  • v10r6p2t7 protected
  • v106r2p6 protected
  • v10r6p2t6 protected
  • v106r2p5 protected
  • v106r2p4 protected
  • v106r2p3 protected
  • v106r2p2 protected
  • v106r2p1 protected
  • v106r2 protected
  • v106r1 protected
  • v104r3p3 protected
  • v104r3p2 protected
  • v104r3p1 protected
  • v104r3 protected
  • v105r0 protected
  • v104r2p1 protected
  • v104r2 protected
40 results

requirements

Blame
  • Gloria Corti's avatar
    Gloria Corti authored and Dmitry Popov committed
    4dab872b
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    requirements 2.16 KiB
    package     Geant4Sys
    version     v96r4p4
    
    branches    cmt doc 
    
    # This package is essential for the cmt build 
    use     G4config              v* Geant4
     
    # =============================================================================
    # =========== global libraries ================================================
    # =============================================================================
    use	G4event               v* Geant4 
    use	G4intercoms           v* Geant4 
    use	G4particles           v* Geant4 
    use	G4track               v* Geant4 
    use	G4geometry            v* Geant4 
    use 	G4processes	      v* Geant4
    use     G4physics_lists       v* Geant4
    use     G4tracking            v* Geant4
    use     G4global              v* Geant4 
    use     G4materials           v* Geant4 
    use     G4readout             v* Geant4  
    use     G4digits_hits         v* Geant4
    use     G4graphics_reps       v* Geant4 
    use     G4run                 v* Geant4  
    use     G4parmodels           v* Geant4
    use     G4GDML                v* Geant4
     
    # Visualization
    use     G4useVisUI            v* Geant4
    use     G4Tree                v* Geant4 
    use     G4modeling            v* Geant4 
    use     G4vis_management      v* Geant4 
    use	G4RayTracer           v* Geant4 
    # Will not be built on Windows
    use     G4FR                  v* Geant4
    use     G4VRML                v* Geant4
    # Will not be built on Darwin nor Windows
    use     G4externals           v* Geant4
    use     G4OpenGL              v* Geant4
    
    # User Interface
    # Will not be built on Darwin
    use     G4UIcommon            v* Geant4
    use     G4UIbasic             v* Geant4
    # Will not be built on Darwin nor Windows
    use     G4UIGAG               v* Geant4
    
    # LHCb additional package (eg. for MC11 G4LHCblists)
    use     G4LHCblists           v* Geant4
    
    # G4 examples package - for checks
    use    G4analysis             v* Geant4
    use    G4examples             v* Geant4
    
    #=============================================================================
    # ======== the end ============================================================
    # =============================================================================
    private
    
    
    # Allow the generation of QMTest summary 
    apply_pattern QMTestSummarize