Skip to content

A collection of public codes for recasting long-lived particle searches

Notifications You must be signed in to change notification settings

agagsgroove/recastingCodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

LLP Recasting Repository

This repository holds example codes for recasting long-lived particle (LLP) searches. The code authors and repository maintainers are not responsible for how the code is used and the user should use discretion when applying it to new models.

Adding your recasting code

This is an open repository and if you have developed a code for recasting a LLP analysis, we encourage you to include it here. Please contact llp-recasting@googlegroups.com and we will provide you with the necessary information for including your code.

Repository Structure

The repository folder structure is organized according to the type of LLP signature and the corresponding analysis and authors:

A README file can be found inside each folder with the required dependencies and basic instructions on how to run the recasting codes.

Running the Recasting Code

A Makefile is provided inside each analysis folder which compiles the main executable once the code pre-requisites have been installed. For instance, the recasting of the 8 TeV CMS search requires Pythia8. After downloading and compiling Pythia 8, the main recasting code can be compiled with the following steps:

  1. Go to the HSCPs/CMS-EXO-12-026 folder
  2. Make sure Pythia 8 is available and run make main_hscp.exe -pythia8path=<path-to-pythia>

Finally the compiled code can be run and its options displayed running:

./main_hscp.exe --help

Contact

If you have any questions, comments or want to contact the repository maintainers, please send an e-mail to lp-recasting@googlegroups.com

About

A collection of public codes for recasting long-lived particle searches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 74.9%
  • C++ 19.0%
  • Python 5.5%
  • Other 0.6%