Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 483 Bytes

README.md

File metadata and controls

executable file
·
38 lines (29 loc) · 483 Bytes

Commands to run the code



Author: Giovanni Pedrelli

Run ROOT CERN docker

Run ROOT CERN docker

sudo docker run \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--rm \
-it \
-v /home/giovanni-pedrelli/statistical-data-analysis/:/wsl/ \
--user $(id -u) \
-w /wsl/ \
rootproject/root bash

move to the correct directory

cd /wsl

move to the directory you want

cd ...

execute the file with root

root filename.C