/[PAMELA software]/calo/ground/QLOOK/macros/CaloLEVEL1.C
ViewVC logotype

Annotation of /calo/ground/QLOOK/macros/CaloLEVEL1.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:12:46 2005 UTC (19 years ago) by mocchiut
Branch: MAIN, QLOOK
CVS Tags: start, v3r00, v3r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 mocchiut 1.1 //
2     // CaloLEVEL1.C cradle for CaloLEVEL1.c
3     //
4     //
5     {
6     char *pam_lib=gSystem->Getenv("PAM_LIB");
7     stringstream libload;
8     libload.str("");
9     libload << pam_lib << "/CaloLEVEL1_c";
10     gSystem->Load(libload.str().c_str());
11     }

  ViewVC Help
Powered by ViewVC 1.1.23