/[PAMELA software]/calo/flight/FQLOOK/macros/FCaloCHKCALIB.C
ViewVC logotype

Diff of /calo/flight/FQLOOK/macros/FCaloCHKCALIB.C

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23