Simple event display scripts for SUEPs analysis
First, log into the LPC cluster (or any cluster with CVMFS access) and set up the environment
cmsrel CMSSW_11_1_4
cd CMSSW_11_1_4/src
cmsenvThen, clone the repository and create a directory for saving the figures
git clone https://github.com/SUEPPhysics/EventDisplay.git
cd EventDisplay
mkdir ResultsInstall any necessary python modules
python3 -m pip install mplhep pyjetNote: You can also set this up locally by installing the rest of the necessary modules using the last command. However, you might have trouble accessing files stored in EOS using xrdcp.
To create a simple event display figure execute
python3 scripts/eventDisplay.pyMost options can be set by modifying the input section in the beginning of the script.
For the moment being, the repository contains two scripts that have event loops. The first is
python3 scripts/clustering.pyIts purpose is to study the results of clustering using pyjet. The other script is
python3 scripts/plotEventShapes.pyThis script calculates and plots the distributions of various event shape variables.