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

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

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

revision 1.20 by pam-fi, Fri Dec 8 17:49:31 2006 UTC revision 1.21 by pam-fi, Fri Dec 8 18:05:26 2006 UTC
# Line 524  void FTrkScanQLook_EXPERT(TString file, Line 524  void FTrkScanQLook_EXPERT(TString file,
524            if(whistofull[i]>-200) ifull[nn]=1;            if(whistofull[i]>-200) ifull[nn]=1;
525            if(totvalues==TOT || (totvalues<TOT && e<totvalues)){            if(totvalues==TOT || (totvalues<TOT && e<totvalues)){
526              if(whistofull[i]>0){              if(whistofull[i]>0){
527                if(i==0) values << ndsp << " ";                if(i==0) values << (short int)ndsp << " ";
528                values <<(short int) whistofull[i] <<" ";                values <<(short int) whistofull[i] <<" ";
529                if(i==3071) values << endl;                if(i==3071) values << endl;
530              }              }
# Line 702  void FTrkScanQLook_EXPERT(TString file, Line 702  void FTrkScanQLook_EXPERT(TString file,
702      }      }
703            
704      if(totvalues==TOT || (totvalues<TOT && e<totvalues))      if(totvalues==TOT || (totvalues<TOT && e<totvalues))
705        values << 0 << endl << endl;        values << (short int)0 << endl << endl;
706    }    }
707    stringstream com;    stringstream com;
708        

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23