This instruction explains how to start using ARTE.
It implies the installation of ARTE to be done.
You need a GNU make which might be available as gmake or make.

How to start working with ARTE

  • Define the necessary environment:

    For ARTE-02-05 and newer versions:
    . /afs/desy.de/group/hera-b/GLOBAL/pro/hbprofile.sh
    For older ARTE versions:
    . /afs/desy.de/group/hera-b/ARTE/hbprofile

  • Create a working directory, for example:

    mkdir arteuser
    cd arteuser

  • To get ARTE production version copy the content of the directory "$HBROOT/ARTE/pro/user" into your working directory:

    cp $HBROOT/ARTE/pro/user/* ./

    To get specific ARTE version use the version name instead of "pro".

  • Copy required *.kumac files into your working directory, see examples in:

    $HBROOT/ARTE/pro/examples
    $HBROOT/ARTE/pro/kuip

  • IMPORTANT:
    increase the value of variable NARZEB in UserDim.fi if you want to produce MC events (8 000 000 could be enough)
  • Now you may edit the Makefile , users and *.kumac files, add other programs for your specific problem.

  • To create and run a program type :

    gmake run


    Last modified:
    Natalia Ratnikova