Parent Directory | Revision Log
Initial revision
1 | { |
2 | |
3 | TString inclpath = gSystem->Getenv("PAM_INC"); |
4 | inclpath.Prepend(".include "); |
5 | gROOT->ProcessLine(inclpath.Data()); |
6 | inclpath.Append("/yoda/"); |
7 | gROOT->ProcessLine(inclpath.Data()); |
8 | |
9 | gSystem->Load("libyoda.so"); |
10 | gSystem->Load("libDarthVader.so"); |
11 | gSystem->Load("libPamLevel2.so"); |
12 | |
13 | gSystem->Load("libTrkNuclei.so"); |
14 | |
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.23 |