vvolkl / k4-project-template

Template for Gaudi-based Key4HEP projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k4-project-template

This repository can be a starting point and template for projects using the Key4HEP software stack.

Dependencies

  • ROOT

  • PODIO

  • Gaudi

  • k4FWCore

Installation

source /cvmfs/sw.hsf.org/key4hep/setup.sh
mkdir build install
cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install


Execute Examples

./run gaudirun.py ../k4TestFWCore/options/createHelloWorld.py 

./run gaudirun.py ../k4TestFWCore/options/createExampleEventData.py 

References:

These could perhaps be usefule for newcomers.

  1. lhcb-98-064 COMP
  2. Hello World in the Gaudi Framework

About

Template for Gaudi-based Key4HEP projects


Languages

Language:C++ 43.6%Language:CMake 42.1%Language:Python 14.3%