/[PAMELA software]/calo/flight/FUTILITIES/macros/rootlogon.C
ViewVC logotype

Contents of /calo/flight/FUTILITIES/macros/rootlogon.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Mar 22 15:07:47 2006 UTC (18 years, 8 months ago) by mocchiut
Branch: FUTILITIES, MAIN
CVS Tags: start, v1r03, v1r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Flight Utilities calorimeter package 1st release

1 {
2 printf("\n Welcome to the PAMELA environment!\n");
3 char *lmac = gSystem->ExpandPathName("$PAM_INC");
4 gInterpreter->AddIncludePath(lmac);
5 char *pamyoda = gSystem->ExpandPathName("$PAM_YODA");
6 stringstream incy;
7 incy.str("");
8 incy << pamyoda << "/include/yoda/";
9 gInterpreter->AddIncludePath(incy.str().c_str());
10 incy.str("");
11 incy << pamyoda << "/event/";
12 incy.str("");
13 incy << pamyoda << "/event/";
14 gInterpreter->AddIncludePath(incy.str().c_str());
15 incy.str("");
16 incy << pamyoda << "/lib/libyoda.so";
17 gSystem->Load(incy.str().c_str());
18 printf("\n");
19 }

  ViewVC Help
Powered by ViewVC 1.1.23