Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Strings.py | 2012-10-11 | 295 Bytes | |
RLIB.py | 2012-10-11 | 11.0 kB | |
README | 2012-10-11 | 420 Bytes | |
Mathlib.py | 2012-10-11 | 1.6 kB | |
Macros.py | 2012-10-11 | 2.0 kB | |
Files.py | 2012-10-11 | 1.3 kB | |
Totals: 6 Items | 16.6 kB | 0 |
###### Usage: '''''' Put all the pyROOTlib related files in a sub-folder called pyROOTlib; make sure that the __init__.py also exists! Then you can access the files by inserting e.g. >>> import pyROOTlib.Macros Be aware that you always have to use the full reference e.g. >>> var = pyROOTlib.Macros.STD_DELIM To workaround this you could import the files in another way >>> import pyROOTlib.Macros as Macros