| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
HighPT is a Mathematica package for the analysis of high-energy data of semileptonic transitions at hadron colliders. It allows to compute high-pT tail observables for semileptonic processes, i.e. Drell-Yan cross sections, for dilepton and monolepton final states, at the LHC.
More information can be found on the HighPT website at https://highpt.github.io.
These observables can be calculated within:
The main routines of HighPT allow to compute:
The experimental searches for heavy resonances, based on the full LHC run-II data gathered by ATLAS or CMS, recasted and implemented in HighPT are:
| Process | HighPT label | Experiment | Reference |
|---|---|---|---|
| $pp\to\tau^+\tau^-$ | "di-tau-ATLAS" | ATLAS | [2002.12223] |
| $pp\to\mu^+\mu^-$ | "di-muon-CMS" | CMS | [2103.02708] |
| $pp\to e^+ e^-$ | "di-electron-CMS" | CMS | [2103.02708] |
| $pp\to\tau^\pm\nu$ | "mono-tau-ATLAS" | ATLAS | [ATLAS-CONF-2021-025] |
| $pp\to\mu^\pm\nu$ | "mono-muon-ATLAS" | ATLAS | [1906.05609] |
| $pp\to e^\pm\nu$ | "mono-electron-ATLAS" | ATLAS | [1906.05609] |
| $pp\to\tau^\pm\mu^\mp$ | "muon-tau-CMS" | CMS | [2205.06709] |
| $pp\to\tau^\pm e^\mp$ | "electron-tau-CMS" | CMS | [2205.06709] |
| $pp\to e^\pm\mu^\mp$ | "electron-muon-CMS" | CMS | [2205.06709] |
If you use HighPT please cite:
The simplest way to download and install HighPT is to run the following command in a Mathematica session:
Import["https://github.com/HighPT/HighPT/raw/master/install.m"]This will download and install HighPT in the Applications folder of Mathematica's base directory. Alternatively you can also download the package manually from this website. In this case the path to the directory containing the HighPT code must be specified every time before loading the package by:
PrependTo[$Path,"path/to/HighPT/directory"]To load HighPT use the command:
<< HighPT`The complete set of routines and usage examples can be found in [arXiv:2207.10756]. This repository also contains several example notebook that can serve as templates.
Please submit bugs and feature requests using GitHub's issue system.
HighPT is released under the MIT License.
This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme under grant agreement 833280 (FLAY), and by the Swiss National Science Foundation (SNF) under contract 200020-204428.
| Back | FazBrowse Home | New Git URL |