Scripts for preparation of the CMS masterclass
The input four-lepton events come from the analysis found here. There, I have modified the analysis code to output the selected event information to the csv files found here.
The input one-lepton events are selected here and here.
The input two-lepton events are selected here and here
virtualenv qn
source qn/bin/activate
pip install -r requirements.txt
jupyter lab
fourlepton.ipynbreads the information from the csv files into a pandas dataframeinvariantmass.ipynbreads the information from the csv files into a pandas dataframe and plots the invariant massdasfiles.pygenerates the DAS queries for the equivalent miniaod files; the .sh files have to be run on lxplus to generate the resulting file lists (be sure to runvoms-proxy-init --voms cms)