A repository to store the code and data for the SModelS v3 paper.
- data: data files used to obtain the paper results (SLHA files and SModelS output)
- models: UFO and FeynRules files for the 2MDM model;
- notebooks: Jupyter notebooks for plotting and processing data;
- scan: Files and auxiliary code for generating the SLHA files used;
Currently, the following tools are necessary for running the scans:
We used MG5 to compute the production cross-sections and branching ratios for the 2MDM model. The results were converted to the SLHA format and used as input for SModelS v3. See scan for more information.
The scan results are stored in the data folder. The SModelS output was converted to a pandas DataFrame, which was then used to obtain the plots using the Jupyter notebooks in the notebooks folder.