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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.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  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23