Skip to content

joshloyal/tagging-performance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jet Tagging Performance Plots

This is to test things and compare jet tagger performance.

Required Packages

This package requires ROOT to read ATLAS data. Fortunately the use is minimal: no fancy PyROOT or Roofit installation required.

Unfortunately there are a few other dependencies. The upshot is that these packages are fairly standard for python data analysis, and thus quite easy to use. They are generally installed using something like python3.3 setup.py install.

  • Python 3.3 is used throughout (when installing from source, use --enable-shared)
  • Numpy
  • HDF5 is used for binary data storage:
  • HDF5 basic library (be sure to install with --enable-cxx)
  • h5py for python bindings

Optional:

  • scipy for various functions (that can be disabled)
  • pyyaml for yaml (if not installed use json instead)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published