Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.11 KB

RECAST for ATLAS

CI pre-commit.ci status PyPI version

ATLAS tools to facilitate integration of ATLAS analyses into RECAST

Getting Started

Install

This package is installable via the standard Python package management tools. E.g.:

python -m pip install recast-atlas

Running RECAST

The recast tool aims to enable both local execution as well as asynchronous execution on a REANA cluster. Via the

Locally:

recast run examples/rome --backend local

...and on REANA

recast run examples/rome --backend reana

(On LXPLUS)

ssh http://lxplus-cloud.cern.ch
source ~recast/public/setup.sh
recast catalogue ls
recast run examples/rome