HEPData / hepdata_lib

Library for getting your data into HEPData
https://hepdata-lib.readthedocs.io
MIT License
16 stars 39 forks source link

Added possibility to read TGraph from '.C' file #135

Closed SirVheod closed 4 years ago

SirVheod commented 4 years ago

Added c_file_reader.py to be able to read normal TGraphs from .C file. Also added 'test_cfilereader.py' tests and a 'read_c_files.ipynb' notebook.

Issue: add possibility to read TGraph from .C file #8