Skip to content

kjvbrt/k4Gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k4Gen

Gaudi Components for Generators in the Key4HEP software framework. See the FCC Tutorials for documentation on the usage in FCC / Key4hep.

The pre-compiled components are available in the Key4hep stack on machines with CVMFS:

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

Dependencies

  • Gaudi
  • ROOT
  • k4FWCore
  • EDM4hep
  • Pythia8
  • EvtGen
  • HepMC3
  • HepPDT

Building

After fetching the repository, do

source /cvmfs/sw.hsf.org/key4hep/setup.sh
mkdir build install
cd build
cmake -DCMAKE_INSTALL_PREFIX=install ..
make -j4
make install
cd ..
k4_local_repo  # will update all necessary environment variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.9%
  • Batchfile 11.1%
  • Python 6.8%
  • CMake 5.2%