/[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.1.1.1 - (hide annotations) (download) (vendor branch)
Thu Mar 9 16:14:32 2006 UTC (18 years, 8 months ago) by mocchiut
Branch: FQLOOK
CVS Tags: start, v1r04, v1r02, v1r01
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First calorimeter flight quick look release

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     libload << pam_lib << "/FCaloQLOOK_cxx";
12     gSystem->Load(libload.str().c_str());
13     }

  ViewVC Help
Powered by ViewVC 1.1.23