Changeset 1381 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/08/02 08:32:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r1283 r1381  
    8080    load();
    8181
     82    gInterpreter->AddIncludePath("macros");
     83    gInterpreter->AddIncludePath("manalysis");
     84    gInterpreter->AddIncludePath("mbase");
     85    gInterpreter->AddIncludePath("mdata");
     86    gInterpreter->AddIncludePath("mfileio");
     87    gInterpreter->AddIncludePath("mfilter");
     88    gInterpreter->AddIncludePath("mgui");
     89    gInterpreter->AddIncludePath("mhist");
     90    gInterpreter->AddIncludePath("mmain");
     91    gInterpreter->AddIncludePath("mmc");
     92    gInterpreter->AddIncludePath("mmontecarlo");
     93    gInterpreter->AddIncludePath("mraw");
     94
    8295    cout << "Welcome to the Mars Root environment." << endl;
    8396
Note: See TracChangeset for help on using the changeset viewer.