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

Contents of /calo/ground/QLOOK/macros/CaloQLOOK.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show 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 //
2 // Check for possible errors and shows raw distribution of variables coming from the DSP (no calibrations needed) - Emiliano Mocchiutti
3 //
4 // CaloQLOOK.C cradle for CaloQLOOK.c
5 //
6 //
7 {
8 char *pam_lib=gSystem->Getenv("PAM_LIB");
9 stringstream libload;
10 libload.str("");
11 libload << pam_lib << "/CaloQLOOK_c";
12 gSystem->Load(libload.str().c_str());
13 }

  ViewVC Help
Powered by ViewVC 1.1.23