Skip to content

Avendus/em-creator

 
 

Repository files navigation

The efficiency map bakery, v2.

To bake, run ./bake.py

Installation

For cutlang wrapper:

  • Installing prerequisities:

    • On RHEL-like distributions run:

      yum install bison flex root python3-root root-montecarlo-eg zlib-devel
      
    • On Debian-like distributions run:

      apt install bison flex zlib1g-dev
      

    and install ROOT from sources

    • On Arch linux run:

      pacman -S bison flex root zlib
      
  • Installing python prerequisities:

    pip3 -r requirements.txt
    
  • EOS storage is available at lxplus.cern.ch:/eos/project/s/smodels/www/ADL/

Example usage:

./bake.py -n 10000 -a -m "[(250,2201,50),(10,2001,25)]" --analyses "cms_sus_19_005,cms_sus_19_006" -t T2ttoff -p 5 -b --cutlang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.3%
  • Python 39.4%
  • Tcl 4.6%
  • C++ 1.3%
  • Makefile 0.2%
  • Shell 0.2%