Changeset 81 in JEM-EUSO


Ignore:
Timestamp:
Apr 22, 2013, 3:08:22 PM (11 years ago)
Author:
moretto
Message:

now working on mac

Location:
esaf_lal/trunk/esaf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • esaf_lal/trunk/esaf/doc/loadlibs.C

    r16 r81  
    1212    gSystem->Load("libGeom");       cout << "Geom, ";
    1313    gSystem->Load("libMinuit");     cout << "Minuit, ";
    14 //     gSystem->Load("libGui");
     14//     gSystem->Load("libesaf_Gui");
    1515    gSystem->Load("libThread");     cout<< "libThread, ";
    1616    gSystem->Load("libGed");        cout << "Ged.\n";
     
    1919    cout << "        ";
    2020
    21     gSystem->Load("libbase.so");              cout << "base, ";
    22     gSystem->Load("libSimuEvent.so");         cout << "SimuEvent, ";
    23     gSystem->Load("libgui.so");               cout << "gui, ";
     21    gSystem->Load("libesaf_base.so");              cout << "base, ";
     22    gSystem->Load("libesaf_SimuEvent.so");         cout << "SimuEvent, ";
     23    gSystem->Load("libesaf_gui.so");               cout << "gui, ";
    2424
    2525    // Simu libs
    26     gSystem->Load("libtools.so");             cout << "tools, ";
    27     gSystem->Load("libelectronics.so");       cout << "electronics, ";
     26    gSystem->Load("libesaf_tools.so");             cout << "tools, ";
     27    gSystem->Load("libesaf_electronics.so");       cout << "electronics, ";
    2828    const char* load_g4 = gSystem->Getenv("G4INSTALL");
    29     gSystem->Load("liboptics.so");            cout << "optics, ";
    30     gSystem->Load("libatmosphere.so");        cout << "atmosphere, ";
    31     gSystem->Load("libgenbase.so");           cout << "genbase, ";
    32     gSystem->Load("libshowers.so");           cout << "showers, ";
    33     gSystem->Load("liblightsources.so");      cout << "lightsources, ";
    34     gSystem->Load("libsimuframework.so");     cout << "simuframework, ";
    35     gSystem->Load("liblowtran.so");           cout << "lowtran, ";
    36     gSystem->Load("libcfortran.so");          cout << "cfortran, \n";
     29    gSystem->Load("libesaf_optics.so");            cout << "optics, ";
     30    gSystem->Load("libesaf_atmosphere.so");        cout << "atmosphere, ";
     31    gSystem->Load("libesaf_genbase.so");           cout << "genbase, ";
     32    gSystem->Load("libesaf_showers.so");           cout << "showers, ";
     33    gSystem->Load("libesaf_lightsources.so");      cout << "lightsources, ";
     34    gSystem->Load("libesaf_simuframework.so");     cout << "simuframework, ";
     35    gSystem->Load("libesaf_lowtran.so");           cout << "lowtran, ";
     36    gSystem->Load("libesaf_cfortran.so");          cout << "cfortran, \n";
    3737    cout << "        ";
    3838    const char* load_slast = gSystem->Getenv("USE_SLAST77");
    3939    if (!TString(load_slast).IsNull()) {
    40         gSystem->Load("libslast.so");             cout << "slast, ";}
    41     gSystem->Load("libradiativetransfer.so"); cout << "radiativetransfer, ";
    42     gSystem->Load("liblighttoeuso.so");       cout << "lighttoeuso, ";
    43     gSystem->Load("libdettools.so");          cout << "dettools, ";
     40        gSystem->Load("libesaf_slast.so");             cout << "slast, ";}
     41    gSystem->Load("libesaf_radiativetransfer.so"); cout << "radiativetransfer, ";
     42    gSystem->Load("libesaf_lighttoeuso.so");       cout << "lighttoeuso, ";
     43    gSystem->Load("libesaf_dettools.so");          cout << "dettools, ";
    4444    if (!TString(load_g4).IsNull()) {
    4545        gROOT->LoadMacro("g4libs.C");
    4646        g4libs();
    47         gSystem->Load("libG4Detector.so");        cout << "G4Detector, ";
    48         gSystem->Load("libG4fresnellens");        cout << "G4fresnellens, ";
     47        gSystem->Load("libesaf_G4Detector.so");        cout << "G4Detector, ";
     48        gSystem->Load("libesaf_G4fresnellens");        cout << "G4fresnellens, ";
    4949    }
    5050
    5151    // Reco libs
    52     gSystem->Load("libRecoRootEvent.so"); cout << "RecoRootEvent, ";
    53     gSystem->Load("libRecoViewer.so");    cout << "RecoViewer, ";
    54     gSystem->Load("librecoframework.so"); cout << "recoframework, ";
    55     gSystem->Load("libevent.so");         cout << "event, ";
    56     gSystem->Load("libinput.so");         cout << "input, ";
    57     gSystem->Load("liboutput.so");        cout << "output, ";
    58     gSystem->Load("libclustering.so");    cout << "clustering, \n";
     52    gSystem->Load("libesaf_RecoRootEvent.so"); cout << "RecoRootEvent, ";
     53    gSystem->Load("libesaf_RecoViewer.so");    cout << "RecoViewer, ";
     54    gSystem->Load("libesaf_recoframework.so"); cout << "recoframework, ";
     55    gSystem->Load("libesaf_event.so");         cout << "event, ";
     56    gSystem->Load("libesaf_input.so");         cout << "input, ";
     57    gSystem->Load("libesaf_output.so");        cout << "output, ";
     58    gSystem->Load("libesaf_clustering.so");    cout << "clustering, \n";
    5959    cout << "        ";
    60     gSystem->Load("libenergy.so");        cout << "energy, ";
    61     gSystem->Load("libfitting.so");       cout << "fitting, ";
    62     gSystem->Load("libfootprint.so");     cout << "footprint, ";
    63     gSystem->Load("libmass.so");          cout << "mass, ";
    64     gSystem->Load("libmeteorites.so");    cout << "meteorites, ";
    65     gSystem->Load("libneutrino.so");      cout << "neutrino, ";
    66     gSystem->Load("libprofile.so");       cout << "profile, ";
    67     gSystem->Load("libtruth.so");         cout << "truth, ";
     60    gSystem->Load("libesaf_energy.so");        cout << "energy, ";
     61    gSystem->Load("libesaf_fitting.so");       cout << "fitting, ";
     62    gSystem->Load("libesaf_footprint.so");     cout << "footprint, ";
     63    gSystem->Load("libesaf_mass.so");          cout << "mass, ";
     64    gSystem->Load("libesaf_meteorites.so");    cout << "meteorites, ";
     65    gSystem->Load("libesaf_neutrino.so");      cout << "neutrino, ";
     66    gSystem->Load("libesaf_profile.so");       cout << "profile, ";
     67    gSystem->Load("libesaf_truth.so");         cout << "truth, ";
    6868
    6969    // Event View libs
    70     gSystem->Load("libEventViewer.so");   cout << "EventViewer.\n";
     70    gSystem->Load("libesaf_EventViewer.so");   cout << "EventViewer.\n";
    7171
    7272}
  • esaf_lal/trunk/esaf/packages/config.gmk

    r79 r81  
    136136ifeq ($(UNAME),Darwin)
    137137LIBPREFIX := esaf_
    138 SHEX := dylib
     138SHEX := so      #dylib
    139139else
    140140LIBPREFIX :=
Note: See TracChangeset for help on using the changeset viewer.