Parent Directory | Revision Log
Documentation updated, small changes in lib names
1 | mocchiut | 1.1 | // |
2 | // Check for possible errors and shows raw distribution of variables coming from the DSP (no calibrations needed) - Emiliano Mocchiutti | ||
3 | // | ||
4 | // CaloQLOOK.C cradle for CaloQLOOK.c | ||
5 | // | ||
6 | // | ||
7 | { | ||
8 | char *pam_lib=gSystem->Getenv("PAM_LIB"); | ||
9 | stringstream libload; | ||
10 | libload.str(""); | ||
11 | mocchiut | 1.2 | libload << pam_lib << "/libFCaloQLOOK"; |
12 | mocchiut | 1.1 | gSystem->Load(libload.str().c_str()); |
13 | } |
ViewVC Help | |
Powered by ViewVC 1.1.23 |