/[PAMELA software]/quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx
ViewVC logotype

Diff of /quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pam-fi, Thu Jun 1 17:38:54 2006 UTC revision 1.4 by pam-fi, Mon Jun 5 14:23:29 2006 UTC
# Line 336  void FTrkCalibQLook_EXPERT(TString file, Line 336  void FTrkCalibQLook_EXPERT(TString file,
336        /* -----------> HISTOGRAMS          */        /* -----------> HISTOGRAMS          */
337        /* calibration parameters */        /* calibration parameters */
338        title<<"DSP "<<n+1;        title<<"DSP "<<n+1;
339        hid<<"h"<<n;        hid<<"h"<<n<<"i"<<i;
340        histosig[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3072,0.5,3072.5);        histosig[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3072,0.5,3072.5);
341        hid.str("");        hid.str("");
342        hid<<"hh"<<n;        hid<<"hh"<<n<<"i"<<i;
343        histoped[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3072,0.5,3072.5);        histoped[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3072,0.5,3072.5);
344        hid.str("");        hid.str("");
345        hid<<"hhh"<<n;        hid<<"hhh"<<n<<"i"<<i;
346        title.str("");        title.str("");
347        hid.str("");        hid.str("");
348        /* AVERAGE calibration parameters */            /* AVERAGE calibration parameters */    
349        hid<<"ah"<<n;        hid<<"ah"<<n<<"i"<<i;
350        histoasig[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3,0.5,3072.5);        histoasig[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3,0.5,3072.5);
351        hid.str("");        hid.str("");
352        hid<<"ahh"<<n;        hid<<"ahh"<<n<<"i"<<i;
353        histoaped[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3,0.5,3072.5);        histoaped[n] = new TH1F(hid.str().c_str(),title.str().c_str(),3,0.5,3072.5);
354        hid.str("");        hid.str("");
355      };                     //end loop on views      };                     //end loop on views

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23