Skip to content

Repository for storing the code and results for studies related to LHC Mono-X searches and simplified models (SMS)

Notifications You must be signed in to change notification settings

Pankaj316-web/MonoXSMS

 
 

Repository files navigation

MonoXSMS

Repository for storing the code and results for studies related to LHC Mono-X searches and simplified models (SMS)

Repo Description

  • monoJet: Stores data and code for the mono-jet analyses

External Packages

Currently the following tools can be installed and might be needed for running the recasting codes:

Executing:

./installer.sh

Will try to fetch the required packages and install them in the current folder.

Additional Dependencies

The following packages/tools must already be installed in the system:

  • autoconf
  • libtool
  • gzip
  • bzr
  • ROOT

In addition the variable $ROOTSYS must be properly defined.

For installing ROOT the following steps can be taken:

  1. Download the tarball from ROOT releases
  2. Install all the required dependencies (see ROOT dependencies)
  3. Extract the tarball to root-src
  4. Make the build and installation dirs (mkdir root-build root-)
  5. In the buld folder run:
cmake ../root-src -DCMAKE_INSTALL_PREFIX=$homeDIR/root-<version> -Dall=ON -Dmemstat=OFF
make
make install

About

Repository for storing the code and results for studies related to LHC Mono-X searches and simplified models (SMS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.8%
  • Python 33.5%
  • Fortran 2.6%
  • Shell 0.1%