Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 9, 2018 00:58
Show Gist options
  • Save ryantm/b00cc5c7f560d2a81d63ebca29a07c3c to your computer and use it in GitHub Desktop.
Save ryantm/b00cc5c7f560d2a81d63ebca29a07c3c to your computer and use it in GitHub Desktop.
/nix/store/d0652ghyn3qh9l8y198qs0l8p9ibddfq-python3.6-uproot-methods-0.2.6
├── lib
│   └── python3.6
│   └── site-packages
│   ├── uproot_methods
│   │   ├── base.py
│   │   ├── classes
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── TGraphAsymmErrors.cpython-36.pyc
│   │   │   │   ├── TGraph.cpython-36.pyc
│   │   │   │   ├── TGraphErrors.cpython-36.pyc
│   │   │   │   ├── TH1.cpython-36.pyc
│   │   │   │   ├── TH2.cpython-36.pyc
│   │   │   │   ├── THnSparse.cpython-36.pyc
│   │   │   │   ├── TLorentzVector.cpython-36.pyc
│   │   │   │   ├── TVector2.cpython-36.pyc
│   │   │   │   └── TVector3.cpython-36.pyc
│   │   │   ├── TGraphAsymmErrors.py
│   │   │   ├── TGraphErrors.py
│   │   │   ├── TGraph.py
│   │   │   ├── TH1.py
│   │   │   ├── TH2.py
│   │   │   ├── THnSparse.py
│   │   │   ├── TLorentzVector.py
│   │   │   ├── TVector2.py
│   │   │   └── TVector3.py
│   │   ├── common
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── TVector.cpython-36.pyc
│   │   │   └── TVector.py
│   │   ├── convert.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-36.pyc
│   │   │   ├── convert.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   └── version.py
│   └── uproot_methods-0.2.6.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── README.rst
11 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment