Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by mocchiut, Thu Mar 9 16:14:32 2006 UTC | revision 1.2 by mocchiut, Wed Mar 22 13:59:53 2006 UTC | |
|---|---|---|
| # | Line 8 | Line 8 |
| 8 | char *pam_lib=gSystem->Getenv("PAM_LIB"); | char *pam_lib=gSystem->Getenv("PAM_LIB"); |
| 9 | stringstream libload; | stringstream libload; |
| 10 | libload.str(""); | libload.str(""); |
| 11 | libload << pam_lib << "/FCaloQLOOK_cxx"; | libload << pam_lib << "/libFCaloQLOOK"; |
| 12 | gSystem->Load(libload.str().c_str()); | gSystem->Load(libload.str().c_str()); |
| 13 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |