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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide 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 mocchiut 1.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