Forked from
LHCb / Geant4
301 commits behind, 11 commits ahead of the upstream repository.
-
Gloria Corti authoredGloria Corti authored
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