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 6 | Line 6 |
| 6 | char *pam_lib=gSystem->Getenv("PAM_LIB"); | char *pam_lib=gSystem->Getenv("PAM_LIB"); |
| 7 | stringstream libload; | stringstream libload; |
| 8 | libload.str(""); | libload.str(""); |
| 9 | libload << pam_lib << "/FCaloCHKCALIB_cxx"; | libload << pam_lib << "/libFCaloCHKCALIB"; |
| 10 | gSystem->Load(libload.str().c_str()); | gSystem->Load(libload.str().c_str()); |
| 11 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |