Changeset 17690
- Timestamp:
- 04/24/14 17:51:13 (11 years ago)
- Location:
- fact/tools/pyscripts/pyfact
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/makelibs.C
r17686 r17690 26 26 gSystem->Load("/usr/lib/x86_64-linux-gnu/libz.so"); 27 27 } 28 gROOT->ProcessLine(".L extern_Mars_mcore/izstream.h+O");28 gROOT->ProcessLine(".L izstream.h+O"); 29 29 gROOT->ProcessLine(".L fits.h+O"); 30 gROOT->ProcessLine(".L extern_Mars_mcore/zfits.h+O");31 gROOT->ProcessLine(".L extern_Mars_mcore/factfits.h+O");30 gROOT->ProcessLine(".L zfits.h+O"); 31 gROOT->ProcessLine(".L factfits.h+O"); 32 32 gROOT->ProcessLine(".L calfactfits.h+O"); 33 33 } -
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.