Introducing our new CEO Don Johnson - Read More

atlas/analysistop

Sponsored OSS

By ATLAS Experiment at CERN

Updated about 5 years ago

ATLAS Standalone Top Physics Analysis Release

Image
Data Science
Languages & Frameworks
1

10K+

ATLAS Standalone Top Physics Analysis Release

This is a self-contained version of the ATLAS "standalone" analysis release. Providing users with common tools for performing top physics analyses in ATLAS.

Interactive Usage

To use the image in interactive mode (for code development), you should:

  • Keep/manage your code on your machine's own disk;
  • Mount this location into the image, when you start it like:
docker run -v /your/analysis/code:/your/analysis/code -it atlas/analysistop:21.2.12
  • To set up the environment inside the image for building/running your code, you need to source the /home/atlas/release_setup.sh script.

Batch/CI Usage

To use the image in the CI setup of your analysis project, please have a look at: https://gitlab.cern.ch/akraszna/GitLabCITests

Docker Pull Command

docker pull atlas/analysistop