Changeset 17690 for fact/tools/pyscripts/pyfact/pyfact.py
- Timestamp:
- 04/24/14 17:51:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r17683 r17690 15 15 # having it in PYTHONPATH is *not* sufficient 16 16 gSystem.Load('fits_h.so') 17 gSystem.Load(' extern_Mars_mcore/izstream_h.so')18 gSystem.Load(' extern_Mars_mcore/zfits_h.so')19 gSystem.Load(' extern_Mars_mcore/factfits_h.so')17 gSystem.Load('izstream_h.so') 18 gSystem.Load('zfits_h.so') 19 gSystem.Load('factfits_h.so') 20 20 gSystem.Load('calfactfits_h.so') 21 21 from ROOT import *
Note:
See TracChangeset
for help on using the changeset viewer.