/[PAMELA software]/calo/flight/FUTILITIES/macros/FCaloCHECKCRC.C
ViewVC logotype

Contents of /calo/flight/FUTILITIES/macros/FCaloCHECKCRC.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Jun 30 12:08:14 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r03, HEAD
File MIME type: text/plain
Added FCaloCHECKCRC utility

1 //
2 //
3 //
4 {
5 char *pam_lib=gSystem->Getenv("PAM_LIB");
6 stringstream libload;
7 libload.str("");
8 libload << pam_lib << "/libFCaloCHECKCRC";
9 gSystem->Load(libload.str().c_str());
10 }

  ViewVC Help
Powered by ViewVC 1.1.23