/[PAMELA software]/calo/ground/COMMON/macros/rootlogon.C
ViewVC logotype

Contents of /calo/ground/COMMON/macros/rootlogon.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Dec 6 10:18:53 2005 UTC (19 years ago) by mocchiut
Branch: MAIN, COMMON
CVS Tags: start, v2r01, v2r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

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 gInterpreter->AddIncludePath(incy.str().c_str());
13 printf("\n");
14 }

  ViewVC Help
Powered by ViewVC 1.1.23