Parent Directory
|
Revision Log
Initial revision
| 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 |