Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 918 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 918 Bytes

k4SimGeant4

key4hep-build docs

Gaudi Components for Geant4 Simulation in the Key4hep software framework. See the FCC Tutorials for documentation on the usage in FCC.

This is a standard Gaudi/CMake based project:

source /cvmfs/sw.hsf.org/key4hep/setup.sh

mkdir build install
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install

To build also Doxygen generated reference documentation run

cd build
make doc

xdg-open doxygen/html/index.html

Dependencies

  • Gaudi
  • k4FWCore
  • Geant4
  • DD4hep
  • EDM4hep
  • ROOT
  • CLHEP