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

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

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

revision 1.12 by pam-fi, Fri Aug 11 10:24:09 2006 UTC revision 1.19 by pam-fi, Thu Oct 12 16:58:34 2006 UTC
# Line 2  Line 2 
2   * FTrkQLook_EXPERT.cxx   * FTrkQLook_EXPERT.cxx
3   *   *
4   * autor: D.Fedele   * autor: D.Fedele
5   * version v1r08   * version v1r14
6   * Parameters:   * Parameters:
7   *      file - the data file to analyze   *      file - the data file to analyze
8   *      fromevent - first event to analyze   *      fromevent - first event to analyze
# Line 136  void FTrkQLook_EXPERT(TString file,Int_t Line 136  void FTrkQLook_EXPERT(TString file,Int_t
136      } else if (toevent > nevent) {              } else if (toevent > nevent) {        
137        maxevent = nevent;        maxevent = nevent;
138      } else {            } else {      
139        maxevent = toevent+1;          maxevent = nevent;  
140      }      }
141      nevent=maxevent-minevent ;      nevent=maxevent-minevent ;
142    }    }
# Line 145  void FTrkQLook_EXPERT(TString file,Int_t Line 145  void FTrkQLook_EXPERT(TString file,Int_t
145    // information about the RunHeader    // information about the RunHeader
146    ULong64_t HOBT[neventH];    ULong64_t HOBT[neventH];
147    Int_t trk_cal_us[neventH];    Int_t trk_cal_us[neventH];
148      ULong_t acq_info[neventH];  
149      Int_t countnboot=1;
150    for (Int_t vi=0; vi<neventH;vi++){    for (Int_t vi=0; vi<neventH;vi++){
151      HOBT[vi]=0;      HOBT[vi]=0;
152      trk_cal_us[vi]=0;      trk_cal_us[vi]=0;
153        acq_info[vi]=0;
154    }    }
155    for (Int_t ev=0; ev<neventH; ev++){    for (Int_t ev=0; ev<neventH; ev++){
156      otr->GetEntry(ev);      otr->GetEntry(ev);
157      pH = eH->GetPscuHeader();      pH = eH->GetPscuHeader();
158      HOBT[ev]= pH->GetOrbitalTime();      HOBT[ev]= pH->GetOrbitalTime();
159      trk_cal_us[ev]=reh->TRK_CALIB_USED;      trk_cal_us[ev]=reh->TRK_CALIB_USED;
160        acq_info[ev]=reh->ACQ_BUILD_INFO;
161        if((HOBT[ev]<HOBT[ev-1]) && ev>0)
162          countnboot+=1;
163    }    }
164      countnboot+=(Int_t)(2*nevent/MAXSTORAGE);
165      //   printf("\ncountnboot=%d\n",countnboot);
166      
167    //    //
168    // other variables definitions    // other variables definitions
169    stringstream oss1,oss2,oss3,oss4,fromfile,isfile,tit;    stringstream oss1,oss2,oss3,oss4,fromfile,isfile,tit;
# Line 174  void FTrkQLook_EXPERT(TString file,Int_t Line 182  void FTrkQLook_EXPERT(TString file,Int_t
182    Int_t tempt[tsize][5];    Int_t tempt[tsize][5];
183    ULong64_t xt[tsize];    ULong64_t xt[tsize];
184    
185    Int_t countnboot=1;    Int_t cntpgtemp=1,cntpgdat=0,cntpgmag=0;
   Int_t cntpgtemp=0,cntpgdat=0,cntpgmag=0;  
186    //    //
187    // information about the temperatures    // information about the temperatures
188    for (Int_t ev=0; ev<tnevent; ev++){    for (Int_t ev=0; ev<tnevent; ev++){
# Line 185  void FTrkQLook_EXPERT(TString file,Int_t Line 192  void FTrkQLook_EXPERT(TString file,Int_t
192        record = (pamela::TsbTRecord*)event->Records->At(j);        record = (pamela::TsbTRecord*)event->Records->At(j);
193        xt[siztmp]=record->RECORD_OBT;        xt[siztmp]=record->RECORD_OBT;
194        if((xt[siztmp]<xt[siztmp-1]) && siztmp>0)        if((xt[siztmp]<xt[siztmp-1]) && siztmp>0)
195          countnboot+=1;          cntpgtemp+=1;
196                
197        for (Int_t z = 0; z < 5; z++){        for (Int_t z = 0; z < 5; z++){
198          tempt[siztmp][z] = record->TEMPERATURES[z+1];              tempt[siztmp][z] = record->TEMPERATURES[z+1];    
# Line 193  void FTrkQLook_EXPERT(TString file,Int_t Line 200  void FTrkQLook_EXPERT(TString file,Int_t
200        siztmp++;        siztmp++;
201      }      }
202    }    }
203    cntpgtemp=countnboot;    
   countnboot+=2+(Int_t)nevent/MAXSTORAGE;  
   //   printf("\ncountnboot=%d\n",countnboot);  
   
204    //    //
205    // information about the entries for the magnetic field    // information about the entries for the magnetic field
206    if(bnevent>0) cntpgmag=1;    if(bnevent>0) cntpgmag=1;
# Line 261  void FTrkQLook_EXPERT(TString file,Int_t Line 265  void FTrkQLook_EXPERT(TString file,Int_t
265        alarm1 << "================================================="<< endl<<endl;        alarm1 << "================================================="<< endl<<endl;
266                    
267        alarm1 << "Alarm variables (range 0-1)"<<endl;        alarm1 << "Alarm variables (range 0-1)"<<endl;
268        alarm1 << " ALARM[1]= 0x"<< hex << (Int_t)al->ALARM[1]<<endl;        alarm1 << " ALARM[1]= 0x"<< hex << (Int_t)al->ALARM[0]<<endl;
269        alarm1 << " ALARM[2]= 0x"<< (Int_t)al->ALARM[2]<<endl;        alarm1 << " ALARM[2]= 0x"<< (Int_t)al->ALARM[1]<<endl;
270        alarm1 << " CmdDuringTrig= 0x"<< (Int_t)al->CmdDuringTrig<<endl;        alarm1 << " CmdDuringTrig= 0x"<< (Int_t)al->CmdDuringTrig<<endl;
271        alarm1 << " FinalCheck= 0x"<< (Int_t)al->FinalCheck<<endl;        alarm1 << " FinalCheck= 0x"<< (Int_t)al->FinalCheck<<endl;
272        alarm1 << " FlashData= 0x"<< (Int_t)al->FlashData<<endl;        alarm1 << " FlashData= 0x"<< (Int_t)al->FlashData<<endl;
# Line 365  void FTrkQLook_EXPERT(TString file,Int_t Line 369  void FTrkQLook_EXPERT(TString file,Int_t
369    
370        
371    Int_t minev=minevent,maxev=maxevent,countTEMP=0,countMAG=0;    Int_t minev=minevent,maxev=maxevent,countTEMP=0,countMAG=0;
372      ULong_t countALARMx=0,countALARMy=0;
373    
374    //    //
375    // Fill temperature graphs    // Fill temperature graphs
# Line 434  void FTrkQLook_EXPERT(TString file,Int_t Line 439  void FTrkQLook_EXPERT(TString file,Int_t
439        Double_t xt_tmpw[tsize], tempt_tmpw[tsize];        Double_t xt_tmpw[tsize], tempt_tmpw[tsize];
440        for (Int_t ev=countTEMP; ev<tsize; ev++){        for (Int_t ev=countTEMP; ev<tsize; ev++){
441                
442          if(ev==tsize-1 && i==4) countTEMP=tsize-1;          if(ev==tsize-1 && i==4 && ii==cntpgtemp-1) countTEMP=tsize-1;
443          if(xt[ev]<xt[ev-1] && ev>countTEMP){          if(xt[ev]<xt[ev-1] && ev>countTEMP){
444            if(i==4) countTEMP=ev;            if(i==4) countTEMP=ev;
445            break;            break;
446          }          }
447          else{          else{
448              tempt_tmp[v]=(Double_t)((Int_t)(((3.3*tempt[ev][i]/4096)-0.586)/0.0231));            tempt_tmp[v]=(Double_t)((Int_t)(((3.3*tempt[ev][i]/4096)-0.586)/0.0231));
449              if(tempt_tmp[v]>100) {            if(tempt_tmp[v]>100) {
450                tempt_tmp[v]=28.5;              tempt_tmp[v]=28.5;
451                tempt_tmpw[vv]=28.5;              tempt_tmpw[vv]=28.5;
452                xt_tmpw[vv++]=(Double_t)xt[ev];              xt_tmpw[vv++]=(Double_t)xt[ev];
453              }            }
454              else if(tempt_tmp[v]<0){            else if(tempt_tmp[v]<0){
455                tempt_tmp[v]=25.5;              tempt_tmp[v]=25.5;
456                tempt_tmpw[vv]=25.5;              tempt_tmpw[vv]=25.5;
457                xt_tmpw[vv++]=(Double_t)xt[ev];              xt_tmpw[vv++]=(Double_t)xt[ev];
458              }            }
459              xt_tmp[v++]=(Double_t)xt[ev];            xt_tmp[v++]=(Double_t)xt[ev];
460          }          }
461        }        }
462        TempCanv[ii]->cd();        TempCanv[ii]->cd();
# Line 461  void FTrkQLook_EXPERT(TString file,Int_t Line 466  void FTrkQLook_EXPERT(TString file,Int_t
466        pad6[i]->cd();        pad6[i]->cd();
467        temp[i][ii]= new TGraph(v,xt_tmp,tempt_tmp);        temp[i][ii]= new TGraph(v,xt_tmp,tempt_tmp);
468        temp[i][ii]->SetTitle(tit.str().c_str());        temp[i][ii]->SetTitle(tit.str().c_str());
469          if(v==1) temp[i][ii]->GetXaxis()->SetNdivisions(502,kTRUE);
470        temp[i][ii]->GetXaxis()->SetLabelSize(0.04);        temp[i][ii]->GetXaxis()->SetLabelSize(0.04);
471        temp[i][ii]->GetXaxis()->SetTitleSize(0.04);        temp[i][ii]->GetXaxis()->SetTitleSize(0.04);
472        temp[i][ii]->GetXaxis()->SetTitle("OBT (ms)");        temp[i][ii]->GetXaxis()->SetTitle("OBT (ms)");
# Line 487  void FTrkQLook_EXPERT(TString file,Int_t Line 493  void FTrkQLook_EXPERT(TString file,Int_t
493                    
494                
495      }      }
496      if(countTEMP==tsize-1){      if(countTEMP==tsize-1 && ii==cntpgtemp-1){
497        break;        break;
498      }      }
499    }    }
# Line 552  void FTrkQLook_EXPERT(TString file,Int_t Line 558  void FTrkQLook_EXPERT(TString file,Int_t
558        Double_t xb_tmp[bsize], magt_tmp[bsize];        Double_t xb_tmp[bsize], magt_tmp[bsize];
559        for (Int_t ev=countMAG; ev<bsize; ev++){        for (Int_t ev=countMAG; ev<bsize; ev++){
560                    
561          if(ev==bsize-1 && i==4) countMAG=bsize-1;          if(ev==bsize-1 && i==4 && ii==cntpgmag-1) countMAG=bsize-1;
562          if(xb[ev]<xb[ev-1] && ev>countMAG){          if(xb[ev]<xb[ev-1] && ev>countMAG){
563            if(i==4) countMAG=ev;            if(i==4) countMAG=ev;
564            break;            break;
# Line 576  void FTrkQLook_EXPERT(TString file,Int_t Line 582  void FTrkQLook_EXPERT(TString file,Int_t
582        mag[i][ii]->GetXaxis()->CenterTitle();        mag[i][ii]->GetXaxis()->CenterTitle();
583        mag[i][ii]->GetXaxis()->SetTitleOffset(0.85);        mag[i][ii]->GetXaxis()->SetTitleOffset(0.85);
584        if(i!=4) mag[i][ii]->GetYaxis()->SetRangeUser(2047,2058);        if(i!=4) mag[i][ii]->GetYaxis()->SetRangeUser(2047,2058);
585        else mag[i][ii]->GetYaxis()->SetRangeUser(2061,2066);        else mag[i][ii]->GetYaxis()->SetRangeUser(2060,2067);
586        mag[i][ii]->GetYaxis()->SetTitleOffset(1.2);        mag[i][ii]->GetYaxis()->SetTitleOffset(1.2);
587        mag[i][ii]->GetYaxis()->SetLabelOffset(0.001);        mag[i][ii]->GetYaxis()->SetLabelOffset(0.001);
588        mag[i][ii]->GetYaxis()->SetLabelSize(0.03);        mag[i][ii]->GetYaxis()->SetLabelSize(0.03);
# Line 595  void FTrkQLook_EXPERT(TString file,Int_t Line 601  void FTrkQLook_EXPERT(TString file,Int_t
601        ma<<"maximum recorded value";        ma<<"maximum recorded value";
602        t->SetTextSize(0.1);        t->SetTextSize(0.1);
603        switch(i){        switch(i){
604          case 0:        case 0:
605            li.DrawLine(min,2054.,max,2054.);          li.DrawLine(min,2054.,max,2054.);
606            li.DrawLine(min,2048.,max,2048.);          li.DrawLine(min,2048.,max,2048.);
607            t1->DrawLatex(xlat,2054.3,ma.str().c_str());          t1->DrawLatex(xlat,2054.3,ma.str().c_str());
608            t1->DrawLatex(xlat,2047.7,mi.str().c_str());            t1->DrawLatex(xlat,2047.7,mi.str().c_str());    
609            break;          break;
610    
611          case 1:        case 1:
612            li.DrawLine(min,2055.,max,2055.);          li.DrawLine(min,2055.,max,2055.);
613            li.DrawLine(min,2051.,max,2051.);          li.DrawLine(min,2050.,max,2050.);
614            t1->DrawLatex(xlat,2055.3,ma.str().c_str());          t1->DrawLatex(xlat,2055.3,ma.str().c_str());
615            t1->DrawLatex(xlat,2050.7,mi.str().c_str());          t1->DrawLatex(xlat,2049.7,mi.str().c_str());
616            break;          break;
617    
618          case 2:        case 2:
619            li.DrawLine(min,2056.,max,2056.);          li.DrawLine(min,2056.,max,2056.);
620            li.DrawLine(min,2052.,max,2052.);          li.DrawLine(min,2051.,max,2051.);
621            t1->DrawLatex(xlat,2056.3,ma.str().c_str());          t1->DrawLatex(xlat,2056.3,ma.str().c_str());
622            t1->DrawLatex(xlat,2051.7,mi.str().c_str());          t1->DrawLatex(xlat,2050.7,mi.str().c_str());
623            break;          break;
624                
625          case 3:        case 3:
626            li.DrawLine(min,2057.,max,2057.);          li.DrawLine(min,2057.,max,2057.);
627            li.DrawLine(min,2053.,max,2053.);          li.DrawLine(min,2052.,max,2052.);
628            t1->DrawLatex(xlat,2057.3,ma.str().c_str());          t1->DrawLatex(xlat,2057.3,ma.str().c_str());
629            t1->DrawLatex(xlat,2052.7,mi.str().c_str());          t1->DrawLatex(xlat,2051.7,mi.str().c_str());
630            break;          break;
631    
632          case 4:        case 4:
633            li.DrawLine(min,2065.,max,2065.);          li.DrawLine(min,2066.,max,2066.);
634            li.DrawLine(min,2062.,max,2062.);          li.DrawLine(min,2061.,max,2061.);
635            t1->DrawLatex(xlat,2065.15,ma.str().c_str());          t1->DrawLatex(xlat,2066.15,ma.str().c_str());
636            t1->DrawLatex(xlat,2061.85,mi.str().c_str());          t1->DrawLatex(xlat,2060.85,mi.str().c_str());
637            break;          break;
638    
639        }        }
640        BfieldCanv[ii]->Update();        BfieldCanv[ii]->Update();
641        tit.str("");        tit.str("");
642      }      }
643      if(countMAG==bsize-1){      if(countMAG==bsize-1 && ii==cntpgmag-1){
644        break;        break;
645      }      }
646    }    }
# Line 741  void FTrkQLook_EXPERT(TString file,Int_t Line 747  void FTrkQLook_EXPERT(TString file,Int_t
747        else{        else{
748          x[(ev-minev)]= ph->GetOrbitalTime();          x[(ev-minev)]= ph->GetOrbitalTime();
749          ALARM=0;          ALARM=0;
           
750          Int_t dsp=0;          Int_t dsp=0;
751          for(Int_t i=0; i<12; i++){          Int_t noacq=0;
752            if(te->DSPnumber[i]<1 || te->DSPnumber[i]>12) {          Int_t acq_dsp[12];
753              ALARM=1;          ULong_t acq_info_tmp=0;
754              break;          if(cod->Get(pctp->RunHeader)>0) acq_info_tmp=acq_info[cod->Get(pctp->RunHeader)-1];
755            }          else acq_info_tmp=acq_info[cod->Get(pctp->RunHeader)];
756            for(Int_t io=0;io<12;io++){
757              acq_dsp[dsp]=(acq_info_tmp>>(12+io))&(~(~0<<1));
758              if(((acq_info_tmp>>(12+io))&(~(~0<<1)))==0)
759                noacq+=1;
760              WARNING[io]=0;
761            }
762    
763            dsp=te->DSPnumber[i]-1;          for(Int_t i=0; i<12; i++){
           yc[(ev-minev)][dsp]= 0.051*te->compressiontime[i];  
764    
765            //            if(i<12-noacq){
766            // Fill Cluster Signal and Lighting of the view histos              if(te->DSPnumber[i]<1 || te->DSPnumber[i]>12) {
767            for(Int_t j=0;j<3;j++){                ALARM=1;
768              if(te->signcluster[i][j]!=0){                break;
769                if((te->addrcluster[i][j]>6 && te->addrcluster[i][j]<505) ||(te->addrcluster[i][j]>518 && te->addrcluster[i][j]<1018)){              }
770                  illuminazione[dsp]->Fill((Float_t)((j*1024.)+te->addrcluster[i][j]));  
771                dsp=te->DSPnumber[i]-1;
772                yc[(ev-minev)][dsp]= 0.051*te->compressiontime[i];
773    
774                //
775                // Fill Cluster Signal and Lighting of the view histos
776                for(Int_t j=0;j<3;j++){
777                  if(te->signcluster[i][j]!=0){
778                    if((te->addrcluster[i][j]>6 && te->addrcluster[i][j]<505) ||(te->addrcluster[i][j]>518 && te->addrcluster[i][j]<1018)){
779                      illuminazione[dsp]->Fill((Float_t)((j*1024.)+te->addrcluster[i][j]));
780                    }
781                }                }
782              }              }
783            }              if(trk_cal_us[cod->Get(pctp->RunHeader)]!=104){
784            if(trk_cal_us[cod->Get(pctp->RunHeader)]!=104){                if(!(dsp%2)){
785              if(!(dsp%2)){                  if(te->signcluster[i][0]!=0) landau1[dsp]->Fill((Float_t)(1024.-te->signcluster[i][0]));
786                if(te->signcluster[i][0]!=0) landau1[dsp]->Fill((Float_t)(1024.-te->signcluster[i][0]));                  if(te->signcluster[i][1]!=0) landau2[dsp]->Fill((Float_t)(1024.-te->signcluster[i][1]));
787                if(te->signcluster[i][1]!=0) landau2[dsp]->Fill((Float_t)(1024.-te->signcluster[i][1]));                  if(te->signcluster[i][2]!=0) landau3[dsp]->Fill((Float_t)(1024.-te->signcluster[i][2]));
788                if(te->signcluster[i][2]!=0) landau3[dsp]->Fill((Float_t)(1024.-te->signcluster[i][2]));                }
789              }                else{
790              else{                  if(te->signcluster[i][0]!=0) landau1[dsp]->Fill((Float_t)te->signcluster[i][0]);
791                if(te->signcluster[i][0]!=0) landau1[dsp]->Fill((Float_t)te->signcluster[i][0]);                  if(te->signcluster[i][1]!=0) landau2[dsp]->Fill((Float_t)te->signcluster[i][1]);
792                if(te->signcluster[i][1]!=0) landau2[dsp]->Fill((Float_t)te->signcluster[i][1]);                  if(te->signcluster[i][2]!=0) landau3[dsp]->Fill((Float_t)te->signcluster[i][2]);
793                if(te->signcluster[i][2]!=0) landau3[dsp]->Fill((Float_t)te->signcluster[i][2]);                }
794              }              }
           }  
795    
796            WARNING[i]=0;              WARNING[i]=0;
797            if(te->fc[i]!=0 || te->fl1[i]!=0 || te->fl2[i]!=0 || te->fl3[i]!=0 || te->fl4[i]!=0 || te->fl5[i]!=0 || te->fl6[i]!=0){              if(te->fc[i]!=0 || te->fl1[i]!=0 || te->fl2[i]!=0 || te->fl3[i]!=0 || te->fl4[i]!=0 || te->fl5[i]!=0 || te->fl6[i]!=0){
798              ALARM = 1;      //general alarm                ALARM = 1;      //general alarm
799              WARNING[i] = 1; // DSP warning                WARNING[i] = 1; // DSP warning
800            };              };
801    
802            if(te->alarm[i]!=0){ // hardware alarm              if(dsp%2==0 && te->alarm[i]!=0){ // hardware alarm
803              ALARM = 1;                if(countALARMy==0)
804            };                  ALARM = 1;
805                  countALARMy+=1;
806                };
807    
808                if(dsp%2==1 && te->alarm[i]!=0){ // hardware alarm
809                  if(countALARMx==0)
810                    ALARM = 1;
811                  countALARMx+=1;
812                };
813                
814            //**************************************************************************************              //**************************************************************************************
815            // warning for internal number              // warning for internal number
816            //**************************************************************************************              //**************************************************************************************
817            if(i<=10 && te->eventn[i]!=te->eventn[i+1]) ALARM=1;              if(ev==minev && i<=10 && te->eventn[i]!=te->eventn[i+1]) ALARM=1;
818            if((ev-minev)>=1 && eventn[i]+1!=te->eventn[i] && te->eventn[i]!=1) ALARM=1;              if((ev-minev)>=1 && eventn[i]+1!=te->eventn[i] && te->eventn[i]!=1) ALARM=1;
819              }
820          }          }
821          eventint[(ev-minev)]=te->eventn[0];          eventint[(ev-minev)]=te->eventn[0];
822    
# Line 841  void FTrkQLook_EXPERT(TString file,Int_t Line 869  void FTrkQLook_EXPERT(TString file,Int_t
869        }        }
870      }      }
871      if(al==0) alarm << endl<< "Page "<<ii+1<< ": ------>  NO ALARM!!! <-------"<<endl;      if(al==0) alarm << endl<< "Page "<<ii+1<< ": ------>  NO ALARM!!! <-------"<<endl;
872        if(maxev==maxevent-1) {
873          if(countALARMy!=0){
874            if(countALARMy%6!=0) alarm << endl<<endl<< "***** "<<countALARMy/6+1 <<" events with hardware alarm in Y-view *****"<<endl;
875            else alarm << endl<<endl<< "***** "<<countALARMy/6 <<" events with hardware alarm in Y-view *****"<<endl;
876          }
877          if(countALARMx!=0){
878            if(countALARMx%6!=0) alarm << endl<<endl<< "***** "<<countALARMx/6+1 <<" events with hardware alarm in X-view *****"<<endl;
879            else alarm << endl<<endl<< "***** "<<countALARMx/6 <<" events with hardware alarm in X-view *****"<<endl;
880          }
881        }
882    
883      //      //
884      // Draw the graphs      // Draw the graphs
# Line 868  void FTrkQLook_EXPERT(TString file,Int_t Line 906  void FTrkQLook_EXPERT(TString file,Int_t
906        CompTimeCanv[ii]->Update();        CompTimeCanv[ii]->Update();
907      }      }
908        
909        
910      EventNumCanv[ii]->cd();      EventNumCanv[ii]->cd();
911      pt = new TPad("pt"," ",0.02,0.01,1.,0.98,18,0,0);      pt = new TPad("pt"," ",0.02,0.01,1.,0.98,18,0,0);
912      pt->SetFillColor(10);      pt->SetFillColor(10);
# Line 890  void FTrkQLook_EXPERT(TString file,Int_t Line 929  void FTrkQLook_EXPERT(TString file,Int_t
929      eventnumb[ii]->SetMarkerStyle(21);      eventnumb[ii]->SetMarkerStyle(21);
930      eventnumb[ii]->SetMarkerColor(kBlue);      eventnumb[ii]->SetMarkerColor(kBlue);
931      eventnumb[ii]->SetMarkerSize(0.2);      eventnumb[ii]->SetMarkerSize(0.2);
932        oss1.str("");
933        oss1<<"number of events in this graph: "<<maxev-minev;
934        t->SetTextColor(kBlue);
935        t->SetTextSize(0.02);
936        double xtex=0,ytex=0;
937        xtex=x[maxev-minev-1]-(x[maxev-minev-1]-x[0])/3;
938        ytex=1000.+eventnumb[ii]->GetYaxis()->GetXmax();
939        t->DrawLatex(xtex,ytex,oss1.str().c_str());
940        oss1.str("");  
941      eventnumb[ii]->Draw("ap");      eventnumb[ii]->Draw("ap");
942      EventNumCanv[ii]->Update();      EventNumCanv[ii]->Update();
943            
# Line 901  void FTrkQLook_EXPERT(TString file,Int_t Line 949  void FTrkQLook_EXPERT(TString file,Int_t
949            
950    }    }
951    
   
952    alarm.close();    alarm.close();
953    
954    //****************************************************************************************    //****************************************************************************************
# Line 1046  void FTrkQLook_EXPERT(TString file,Int_t Line 1093  void FTrkQLook_EXPERT(TString file,Int_t
1093        b.DrawBox(2816.,0.,2944.,maxhist);        b.DrawBox(2816.,0.,2944.,maxhist);
1094        b.DrawBox(2048.,0.,2176.,maxhist);        b.DrawBox(2048.,0.,2176.,maxhist);
1095      }      }
1096        else if(i==4){
1097          maxhist=illuminazione[i]->GetMaximum();
1098          b.SetFillColor(107);
1099          b.SetFillStyle(3954);
1100          b.DrawBox(384.,0.,512.,maxhist);
1101        }
1102      else if(i==6){      else if(i==6){
1103        maxhist= illuminazione[i]->GetMaximum();        maxhist= illuminazione[i]->GetMaximum();
1104        b.SetFillColor(6);        b.SetFillColor(6);
1105        b.SetFillStyle(3945);        b.SetFillStyle(3945);
1106        b.DrawBox(2560.,0.,2816.,maxhist);        b.DrawBox(2560.,0.,2816.,maxhist);
1107        b.DrawBox(1024.,0.,1792.,maxhist);        b.DrawBox(1024.,0.,1535.,maxhist);
1108    
1109        b.SetFillColor(107);        b.SetFillColor(107);
1110        b.SetFillStyle(3954);        b.SetFillStyle(3954);
1111        b.DrawBox(512.,0.,768.,maxhist);        b.DrawBox(512.,0.,768.,maxhist);
1112          b.DrawBox(1536.,0.,1792.,maxhist);
1113      }      }
1114      else if(i==7){      else if(i==7){
1115        maxhist= illuminazione[i]->GetMaximum();        maxhist= illuminazione[i]->GetMaximum();
# Line 1063  void FTrkQLook_EXPERT(TString file,Int_t Line 1117  void FTrkQLook_EXPERT(TString file,Int_t
1117        b.SetFillStyle(3954);        b.SetFillStyle(3954);
1118        b.DrawBox(512.,0.,768.,maxhist);        b.DrawBox(512.,0.,768.,maxhist);
1119      }      }
1120        else if(i==9){
1121          maxhist=illuminazione[i]->GetMaximum();
1122          b.SetFillColor(107);
1123          b.SetFillStyle(3954);
1124          b.DrawBox(256.,0.,384.,maxhist);
1125        }
1126      else if(i==11){      else if(i==11){
1127        maxhist= illuminazione[i]->GetMaximum();        maxhist= illuminazione[i]->GetMaximum();
1128        b.SetFillColor(6);        b.SetFillColor(6);
# Line 1072  void FTrkQLook_EXPERT(TString file,Int_t Line 1132  void FTrkQLook_EXPERT(TString file,Int_t
1132        b.SetFillColor(107);        b.SetFillColor(107);
1133        b.SetFillStyle(3954);        b.SetFillStyle(3954);
1134        b.DrawBox(0.,0.,512.,maxhist);        b.DrawBox(0.,0.,512.,maxhist);
1135        b.DrawBox(1920.,0.,2048.,maxhist);        b.DrawBox(1920.,0.,2560.,maxhist);
1136      }      }
1137      IlluminaCanv->Update();      IlluminaCanv->Update();
1138    }    }
# Line 1088  void FTrkQLook_EXPERT(TString file,Int_t Line 1148  void FTrkQLook_EXPERT(TString file,Int_t
1148    else if(cntpgtemp<=cntpgdat) totpg=cntpgdat;    else if(cntpgtemp<=cntpgdat) totpg=cntpgdat;
1149    
1150    for(Int_t fl=0;fl<totpg;fl++){    for(Int_t fl=0;fl<totpg;fl++){
1151    
1152      if(!strcmp(outfile.Data(),"ps")||!strcmp(outfile.Data(),"pdf")){      if(!strcmp(outfile.Data(),"ps")||!strcmp(outfile.Data(),"pdf")){
1153        out1.str("");        out1.str("");
1154        out2.str("");        out2.str("");

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.23