Important notice: opendata-qa.cern.ch is a quality-assurance server. Please use it for testing purposes only. The content may be erased from time to time. Please use opendata.cern.ch for production.
Learn how to use the JADE software to have a first look at JADE events and use analysis tools:
JADE software needs to be run inside a container, e.g. with Docker or Podman. The corresponding GitHub repository can be found here.
It is required to have Docker installed and the repository cloned, e.g. with git clone https://github.com/rdebrand/JADE --branch software-only --depth 1
(will take up to 730 MB disk space, for additional documentation check out the gihub repository).
docker pull ghcr.io/andriish/fedora39x86_64i686_gnu:latest
docker run -it --platform linux/amd64 --name jade_soft -v $PWD:/home ghcr.io/andriish/fedora39x86_64i686_gnu
-v
option will mount the current directory (where it might be necessary to use $(pwd)
instead of $PWD
if an error occurs) to the home directory inside the container. It is thus useful to set the working directory beforehand to the cloned repository to conveniently run the software scripts and programs. -it
(interactive, tty) option is also necessary to keep the container running and be interactive, else it might close immediately.cd /home/JADE
and run sh ./jadeinstall.sh --bits=32
exit
and one can attach again with docker start jade_soft
followed by docker attach jade_soft
While still attached to the container, the software can simply be tested with sh ./jadetest.sh --bits=32