To start, you can follow the directions below. A summmary of the plan for the MonoZ group at the Data Analysis School is can be found in the main website here.
There, you will also find introduction to the physics, and explanations on each step of the school.
Finally,
Welcome to CMS!
Choose a port such as 8099 and connect to lxplus/cmslpc (EL9). This port should be used for jupyter as well
ssh -L localhost:8NNN:localhost:8NNN lxplus.cern.ch
#or
ssh -L localhost:8NNN:localhost:8NNN cmslpc-el9.fnal.gov
git clone git@github.com:FNALLPC/cmsdas-longex-MonoZ.git
cd CMSDAS-MonoZ-Tutorial-2024
sh bootstrap.sh bash cern
# or for zsh shell
sh bootstrap.sh zsh cern
cd ~/nobackup/LPCDAS2025
git clone git@github.com:FNALLPC/cmsdas-longex-MonoZ.git CMSDAS-MonoZ-Tutorial-2025
cd CMSDAS-MonoZ-Tutorial-2025
sh bootstrap.sh bash lpc
# or for zsh shell
sh bootstrap.sh zsh lpc
Execute the shell command to start up the container. Once inside, start jupyter lab and copy + paste the link into your browser
./shell
jupyter lab --no-browser --port 8NNN