Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/13ae0abb6d240fbbdc21222df160786b to your computer and use it in GitHub Desktop.
Save ryantm/13ae0abb6d240fbbdc21222df160786b to your computer and use it in GitHub Desktop.
/nix/store/l5cjszx1g93wbp3iicjais0k1dwhj9rs-python3.7-uproot-methods-0.4.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── uproot_methods
│   │   ├── base.py
│   │   ├── classes
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── TGraphAsymmErrors.cpython-37.pyc
│   │   │   │   ├── TGraph.cpython-37.pyc
│   │   │   │   ├── TGraphErrors.cpython-37.pyc
│   │   │   │   ├── TH1.cpython-37.pyc
│   │   │   │   ├── TH2.cpython-37.pyc
│   │   │   │   ├── TH3.cpython-37.pyc
│   │   │   │   ├── THnSparse.cpython-37.pyc
│   │   │   │   ├── TLorentzVector.cpython-37.pyc
│   │   │   │   ├── TVector2.cpython-37.pyc
│   │   │   │   └── TVector3.cpython-37.pyc
│   │   │   ├── TGraphAsymmErrors.py
│   │   │   ├── TGraphErrors.py
│   │   │   ├── TGraph.py
│   │   │   ├── TH1.py
│   │   │   ├── TH2.py
│   │   │   ├── TH3.py
│   │   │   ├── THnSparse.py
│   │   │   ├── TLorentzVector.py
│   │   │   ├── TVector2.py
│   │   │   └── TVector3.py
│   │   ├── common
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── TVector.cpython-37.pyc
│   │   │   └── TVector.py
│   │   ├── convert.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── convert.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── uproot_methods-0.4.4.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment