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

Diff of /calo/flight/FQLOOK/macros/FCaloQLOOK.cxx

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

revision 1.21 by mocchiut, Wed Jul 18 07:57:13 2007 UTC revision 1.22 by mocchiut, Mon Jul 23 09:34:07 2007 UTC
# Line 520  void FCaloQLOOK(TString filename, Int_t Line 520  void FCaloQLOOK(TString filename, Int_t
520                    if ( obt > maxobt[se] ) maxobt[se] = obt;                    if ( obt > maxobt[se] ) maxobt[se] = obt;
521                  };                  };
522                  lver[se][2]++ ;                          lver[se][2]++ ;        
523                  sighandler(headc,obt,i,se,nevents,evdone);                  if ( lver[se][2] == 1000 ){
524                  printf(" latch up (data) in DSP mode alldexy %i planebases %i \n",alldexy,planebases);                    sighandler(headc,obt,i,se,nevents,evdone);
525                      printf(" latch up (data) in DSP mode alldexy %i planebases %i \n",alldexy,planebases);
526                      printf(" WARNING TOO MANY LATCHUP ERRORS ON DATA FOR THIS SECTION \n");
527                      printf(" THEY WILL NOT BE DISPLAYED HERE ANYMORE FOR THIS FILE! \n");
528                    };
529                    if ( lver[se][2] < 1000 ){
530                      sighandler(headc,obt,i,se,nevents,evdone);
531                      printf(" latch up (data) in DSP mode alldexy %i planebases %i \n",alldexy,planebases);
532                    };
533                };                };
534              }              }
535              //              //
# Line 595  void FCaloQLOOK(TString filename, Int_t Line 603  void FCaloQLOOK(TString filename, Int_t
603                    if ( obt > maxobt[se] ) maxobt[se] = obt;                    if ( obt > maxobt[se] ) maxobt[se] = obt;
604                  };                  };
605                  lver[se][2]++ ;                  lver[se][2]++ ;
606                  sighandler(headc,obt,i,se,nevents,evdone);                  if ( lver[se][2] == 1000 ){
607                  printf(" latch up (data) in RAW mode alldexy2 %i \n",alldexy2);                    sighandler(headc,obt,i,se,nevents,evdone);
608                      printf(" latch up (data) in RAW mode alldexy2 %i \n",alldexy2);
609                      printf(" WARNING TOO MANY LATCHUP ERRORS ON DATA FOR THIS SECTION \n");
610                      printf(" THEY WILL NOT BE DISPLAYED HERE ANYMORE FOR THIS FILE! \n");
611                    };
612                    if ( lver[se][2] < 1000 ){
613                      sighandler(headc,obt,i,se,nevents,evdone);
614                      printf(" latch up (data) in RAW mode alldexy2 %i \n",alldexy2);
615                    };
616                };                };
617              };              };
618              if ( ce->dexy[l][ii][kk] > 0 && ce->dexy[l][ii][kk] < 32000 ) {              if ( ce->dexy[l][ii][kk] > 0 && ce->dexy[l][ii][kk] < 32000 ) {
# Line 644  void FCaloQLOOK(TString filename, Int_t Line 660  void FCaloQLOOK(TString filename, Int_t
660          if ( cestw & (1 << 3) ) ver[k][3]++ ; // raw mode          if ( cestw & (1 << 3) ) ver[k][3]++ ; // raw mode
661          if ( cestw & (1 << 4) ){          if ( cestw & (1 << 4) ){
662            ver[k][2]++ ;            ver[k][2]++ ;
663            sighandler(headc,obt,i,k,nevents,evdone);            if ( ver[k][2] == 1000 ){
664            printf(" latch up alarm (st. word)\n");              sighandler(headc,obt,i,k,nevents,evdone);
665                printf(" latch up alarm (st. word)\n");
666                printf(" WARNING TOO MANY LATCHUP ERRORS ON DATA FOR THIS SECTION \n");
667                printf(" THEY WILL NOT BE DISPLAYED HERE ANYMORE FOR THIS FILE! \n");
668              };
669              if ( ver[k][2] < 1000 ){
670                sighandler(headc,obt,i,k,nevents,evdone);
671                printf(" latch up alarm (st. word)\n");
672              };
673            lupstw[k]->Fill(obt);            lupstw[k]->Fill(obt);
674            if ( swfirstobt[k] ) swminobt[k] = obt;            if ( swfirstobt[k] ) swminobt[k] = obt;
675            if ( obt > swmaxobt[k] ) swmaxobt[k] = obt;            if ( obt > swmaxobt[k] ) swmaxobt[k] = obt;

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

  ViewVC Help
Powered by ViewVC 1.1.23