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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Wed Mar 22 13:59:53 2006 UTC (18 years, 8 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r15, v1r17, v1r16, v1r11, v1r10, v1r13, v1r12, v1r19, v1r18, v1r06, v1r07, v1r05, v1r20, v1r21, v1r22, v1r23, v1r08, v1r09, HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
Documentation updated, small changes in lib names

1 mocchiut 1.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 mocchiut 1.2 libload << pam_lib << "/libFCaloQLOOK";
12 mocchiut 1.1 gSystem->Load(libload.str().c_str());
13     }

  ViewVC Help
Powered by ViewVC 1.1.23