/[PAMELA software]/tracker/flight/TrkNuclei/doc/example/rootlogon.C
ViewVC logotype

Contents of /tracker/flight/TrkNuclei/doc/example/rootlogon.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Jan 20 10:29:57 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: MAIN, tracker
CVS Tags: V00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
tracker utilities

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