Ignore:
Timestamp:
04/24/14 15:33:02 (11 years ago)
Author:
dneise
Message:
towards using only C++ Header files from Mars/mcore
Location:
fact/tools/pyscripts/pyfact
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/makelibs.C

    r14467 r17686  
    2222        gSystem->Load("/usr/lib/x86_64-linux-gnu/libz.so");
    2323    }
    24 
    25     gROOT->ProcessLine(".L izstream.h+O");
    26     gROOT->ProcessLine(".L factfits.h+O");
     24    else if (hostname.Contains("watz"))
     25    {
     26        gSystem->Load("/usr/lib/x86_64-linux-gnu/libz.so");
     27    }
     28    gROOT->ProcessLine(".L extern_Mars_mcore/izstream.h+O");
     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");
    2732    gROOT->ProcessLine(".L calfactfits.h+O");
    2833}
Note: See TracChangeset for help on using the changeset viewer.