Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please prepare your environment, so that it finds all relevant executables and libraries.

No Format
# we assume you are in bash
export PATH=/afs/cern.ch/sw/lcg/contrib/gcc/4.5.2/x86_64-slc5/bin:${PATH}
export LD_LIBRARY_PATH=/afs/cern.ch/sw/lcg/contrib/gcc/4.5.2/x86_64-slc5/lib64:${LD_LIBRARY_PATH}

export PATH=/afs/cern.ch/user/j/jfstrube/public/PYTHON/bin:${PATH}

export PATH=/afs/cern.ch/user/j/jfstrube/public/Ocaml-3.12.1/bin:${PATH}
export LD_LIBRARY_PATH=/afs/cern.ch/user/j/jfstrube/public/Ocaml-3.12.1/lib:${LD_LIBRARY_PATH}

After executing these steps, whizard is available as /afs/cern.ch/user/j/jfstrube/public/Whizard-2.0.6/bin/whizard. The following provides a framework for the threshold scan.

Running the code

The input data

...