/[PAMELA software]/chewbacca/YodaProfiler/src/PamelaDBOperations.cpp
ViewVC logotype

Diff of /chewbacca/YodaProfiler/src/PamelaDBOperations.cpp

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

revision 1.5 by mocchiut, Tue Nov 4 09:44:49 2008 UTC revision 1.13 by mocchiut, Fri Nov 28 14:07:37 2008 UTC
# Line 101  PamelaDBOperations::PamelaDBOperations(T Line 101  PamelaDBOperations::PamelaDBOperations(T
101    if (INSERT_RAW) SetRawName(filerawname);    if (INSERT_RAW) SetRawName(filerawname);
102    //    //
103    INSERT_ROOT = !filerootname.IsNull();    INSERT_ROOT = !filerootname.IsNull();
104      if ( INSERT_ROOT ) this->SetRootName(filerootname);
105    this->SetOrbitNo(dwinput);    this->SetOrbitNo(dwinput);
106    //    //
107    this->SetID_RAW(0);    this->SetID_RAW(0);
# Line 189  void PamelaDBOperations::OpenL0File(TStr Line 190  void PamelaDBOperations::OpenL0File(TStr
190          throw -85;          throw -85;
191        };        };
192        filerootname = chpath + chfile;// + ".root";        filerootname = chpath + chfile;// + ".root";
       if ( debug ) printf(" chewbacca: filename is %s \n",filerootname.Data());  
193      };      };
194      this->SetRootName(filerootname);      this->SetRootName(filerootname);
     file = TFile::Open(this->GetRootName().Data());  
   } else {  
     this->SetRootName("");  
195    };    };
196      if ( debug ) printf(" Filename is %s \n",filerootname.Data());
197      file = TFile::Open(this->GetRootName().Data());
198      //  } else {
199      //    this->SetRootName("");
200      //    this->SetRootName(filerootname);
201      //  };
202  }  }
203    
204  //  //
# Line 395  void PamelaDBOperations::SetOrbitNo(UInt Line 398  void PamelaDBOperations::SetOrbitNo(UInt
398      return;      return;
399    };    };
400    //    //
401    TString name = this->GetRootFile();    if ( !chewbacca ){
402    Int_t nlength = name.Length();      TString name = this->GetRootFile();
403    if ( nlength < 5 ) return;      Int_t nlength = name.Length();
404    TString dwo = 0;      if ( nlength < 5 ){
405    for (Int_t i = 0; i<5; i++){        if ( IsDebug() ) printf(" Agh problems determining the orbit number! name = %s \n",name.Data());
406      dwo.Append(name[i],1);        return;
407    };      };
408    if ( dwo.IsDigit() ){      TString dwo = 0;
409      dworbit = (UInt_t)dwo.Atoi();      for (Int_t i = 0; i<5; i++){
   } else {  
     dwo="";  
     for (Int_t i = 8; i<13; i++){  
410        dwo.Append(name[i],1);        dwo.Append(name[i],1);
411      };          };
412      if ( dwo.IsDigit() ) dworbit = (UInt_t)dwo.Atoi();      if ( dwo.IsDigit() ){
413          dworbit = (UInt_t)dwo.Atoi();
414        } else {
415          dwo="";
416          for (Int_t i = 8; i<13; i++){
417            dwo.Append(name[i],1);
418          };    
419          if ( dwo.IsDigit() ) dworbit = (UInt_t)dwo.Atoi();
420        };
421        if ( IsDebug() ) printf(" Downlink orbit is %i (dwo = %s) \n",dworbit,dwo.Data());
422    };    };
   if ( IsDebug() ) printf(" Downlink orbit is %i (dwo = %s) \n",dworbit,dwo.Data());  
423    return;    return;
424  };  };
425    
# Line 660  Int_t PamelaDBOperations::SetUpperLimits Line 668  Int_t PamelaDBOperations::SetUpperLimits
668      UInt_t tjump = 50000;      UInt_t tjump = 50000;
669      //UInt_t tjump = 100;      //UInt_t tjump = 100;
670      while ( tjump > 0 ){      while ( tjump > 0 ){
671        pktlast = numeric_limits<UInt_t>::max();        //      pktlast = numeric_limits<UInt_t>::max();
672        while ( pktlast > chpktmax && (Int_t)(nevent-1-it) >= 0 ){        pktlast = chpktmax + 1;
673          while ( PKT(pktlast) > PKT(chpktmax) && (Int_t)(nevent-1-it) >= 0 ){
674          if ( (Int_t)(nevent-1-it) >= 0 ){          if ( (Int_t)(nevent-1-it) >= 0 ){
675            T->GetEntry(nevent-1-it);            T->GetEntry(nevent-1-it);
676            ph = eh->GetPscuHeader();            ph = eh->GetPscuHeader();
# Line 669  Int_t PamelaDBOperations::SetUpperLimits Line 678  Int_t PamelaDBOperations::SetUpperLimits
678          } else {          } else {
679            pktlast = chpktmax + 1;            pktlast = chpktmax + 1;
680          };          };
681          if ( (!(it%1000) || abs((int)pktlast - (int)chpktmax)<1000 ) && debug ) printf(" look for up %i %i %i nevent %u (nevent-1-it) %i \n",it,pktlast,chpktmax,nevent,(Int_t)(nevent-1-it));          if ( (!(it%1000) || abs((int)(PKT(pktlast) - PKT(chpktmax)))<1000 ) && debug ) printf(" look for up %i %i %i nevent %u (nevent-1-it) %i \n",it,pktlast,chpktmax,nevent,(Int_t)(nevent-1-it));
682          it += tjump;          it += tjump;
683        };        };
684        if ( tjump > 1 ) it -= 2*tjump;        if ( tjump > 1 ) it -= 2*tjump;
# Line 693  Int_t PamelaDBOperations::SetUpperLimits Line 702  Int_t PamelaDBOperations::SetUpperLimits
702      tjump = 50000;      tjump = 50000;
703      //tjump = 100;      //tjump = 100;
704      while ( tjump > 0 ){      while ( tjump > 0 ){
705        pktlast = 0;        //      pktlast = 0;
706        while ( pktlast < chpktmin && it < (Int_t)nevent ){        pktlast = chpktmin - 1;
707          if ( debug ) printf("LLlook for down %i %i %llu %llu \n",it,pktlast,PKT(pktlast),PKT(chpktmin));
708          while ( PKT(pktlast) < PKT(chpktmin) && it < (Int_t)nevent ){
709          if ( it < (Int_t)nevent ){          if ( it < (Int_t)nevent ){
710            T->GetEntry(it);            T->GetEntry(it);
711            ph = eh->GetPscuHeader();            ph = eh->GetPscuHeader();
# Line 1349  Long64_t PamelaDBOperations::OBT(UInt_t Line 1360  Long64_t PamelaDBOperations::OBT(UInt_t
1360    //    //
1361    //  if ( IsDebug() ) printf(" obt conversion: obt is %u obtfirst is %u  (numeric_limits<UInt_t>::max()/2) is %u  \n",obt,pobtfirst,(UInt_t)(numeric_limits<UInt_t>::max()/2));    //  if ( IsDebug() ) printf(" obt conversion: obt is %u obtfirst is %u  (numeric_limits<UInt_t>::max()/2) is %u  \n",obt,pobtfirst,(UInt_t)(numeric_limits<UInt_t>::max()/2));
1362    //    //
1363    if ( obt < (pobtfirst/2) && pobtfirst > (numeric_limits<UInt_t>::max()/2) ){    if ( obt < ((Long64_t)pobtfirst/2) && pobtfirst > (numeric_limits<UInt_t>::max()/2) ){
1364      //    if ( IsDebug() ) printf(" rise up obt %lld \n",(Long64_t)obt+(Long64_t)numeric_limits<UInt_t>::max());      //    if ( IsDebug() ) printf(" rise up obt %lld \n",(Long64_t)obt+(Long64_t)numeric_limits<UInt_t>::max());
1365      return((Long64_t)obt+(Long64_t)numeric_limits<UInt_t>::max());      return((Long64_t)obt+(Long64_t)numeric_limits<UInt_t>::max());
1366    };    };
# Line 1938  Int_t PamelaDBOperations::insertPamelaRo Line 1949  Int_t PamelaDBOperations::insertPamelaRo
1949          glroot.PATH = "$PAM_L0";          glroot.PATH = "$PAM_L0";
1950        };        };
1951      };      };
1952      //    glroot.NAME = GetRootFile();      glroot.NAME = GetRootFile();
1953    
1954      if ( insertPamelaRootFile(&glroot) )return 1;      if ( insertPamelaRootFile(&glroot) )return 1;
1955    
# Line 2314  Int_t PamelaDBOperations::insertPamelaRU Line 2325  Int_t PamelaDBOperations::insertPamelaRU
2325                //                //
2326                this->HandleRunFragments(true,true,chminentry,(evbefh));                this->HandleRunFragments(true,true,chminentry,(evbefh));
2327                //                //
2328                  // what about pth=ptht-1
2329              };              };
2330            };            };
2331            //            //
# Line 2376  Int_t PamelaDBOperations::insertPamelaRU Line 2388  Int_t PamelaDBOperations::insertPamelaRU
2388          //      if ( ptt+1 == rtev){            //      if ( ptt+1 == rtev){  
2389          if ( conptt+1 == nrtev ){            if ( conptt+1 == nrtev ){  
2390            //    if ( conptt+1 == (nrtev+nrtbef )){              //    if ( conptt+1 == (nrtev+nrtbef )){  
2391              if ( IsDebug() ) printf(" >>>>>>>>>>> %i %u %i %u \n",ptht,rhev,nrtev,conptt);
2392            ptht++;            ptht++;
2393            if ( ptht < rhev ){            if ( ptht < rhev ){
2394              rh->GetEntry(ptht);              rh->GetEntry(ptht);
2395                //pth++;
2396                //if ( pth < rhev ){
2397                //rh->GetEntry(pth);
2398              phh = ehh->GetPscuHeader();              phh = ehh->GetPscuHeader();
2399              pkth = phh->GetCounter();              pkth = phh->GetCounter();
2400              obth = phh->GetOrbitalTime();              obth = phh->GetOrbitalTime();
# Line 2403  Int_t PamelaDBOperations::insertPamelaRU Line 2419  Int_t PamelaDBOperations::insertPamelaRU
2419                if ( IsDebug() ) printf(" Piece of run at the end of the file with NO RUNHEADER! evbeft %u upperentry-1 %u \n",(UInt_t)evbeft,upperentry-1);                if ( IsDebug() ) printf(" Piece of run at the end of the file with NO RUNHEADER! evbeft %u upperentry-1 %u \n",(UInt_t)evbeft,upperentry-1);
2420                //                //
2421                if ( (ptt-1) < 0 ) throw -15; // should never arrive here!                if ( (ptt-1) < 0 ) throw -15; // should never arrive here!
2422                rt->GetEntry(ptt-1);                //              rt->GetEntry(ptt-1);
2423                  rt->GetEntry(rtev-1);
2424                cod = eht->GetCounter();                cod = eht->GetCounter();
2425                tcod = (UInt_t)cod->Get(pctp->Physics);                tcod = (UInt_t)cod->Get(pctp->Physics)+1;
2426                evbefh = TMath::Max(chminentry,tcod);                evbefh = TMath::Max(chminentry,tcod);
2427                //            evbefh = cod->Get(pctp->Physics);                //            evbefh = cod->Get(pctp->Physics);
2428                rt->GetEntry(ptt);                rt->GetEntry(ptt);
# Line 3239  Bool_t PamelaDBOperations::IsRunConsiste Line 3256  Bool_t PamelaDBOperations::IsRunConsiste
3256        //        //
3257      } else {      } else {
3258        //        //
3259        if ( IsDebug() ) printf(" There are no-phyics packets inside the run!\n");        if ( IsDebug() ) printf(" There are no-physics packets inside the run!\n");
3260        //        //
3261        // HERE WE MUST HANDLE THAT RUNS AND GO BACK        // HERE WE MUST HANDLE THAT RUNS AND GO BACK
3262        //        //
# Line 3249  Bool_t PamelaDBOperations::IsRunConsiste Line 3266  Bool_t PamelaDBOperations::IsRunConsiste
3266        UInt_t check = 0;        UInt_t check = 0;
3267        UInt_t lastevtemp = lastev;        UInt_t lastevtemp = lastev;
3268        UInt_t firstevno = firstev;        UInt_t firstevno = firstev;
3269          UInt_t rhchko=0;
3270          UInt_t rhchk=0;
3271        //        //
3272        for (UInt_t i=firstev; i<=lastev; i++){        for (UInt_t i=firstev; i<=lastev; i++){
3273          //          //
# Line 3257  Bool_t PamelaDBOperations::IsRunConsiste Line 3276  Bool_t PamelaDBOperations::IsRunConsiste
3276          //          //
3277          check = 0;          check = 0;
3278          //          //
3279    
3280            // if we have a runheader set lastev then exit
3281            //
3282          for(Iter = packetsNames.begin(); Iter != packetsNames.end(); Iter++){          for(Iter = packetsNames.begin(); Iter != packetsNames.end(); Iter++){
3283            if ( strcmp(*Iter,"Physics") ) check += code->Get(GetPacketType(*Iter));            if ( strcmp(*Iter,"Physics") ) check += code->Get(GetPacketType(*Iter));
3284          };          };
3285            // check here if we have a runheader
3286            rhchko = rhchk;  
3287            rhchk = code->Get(GetPacketType("RunHeader"));    
3288          //          //
3289          if ( checkfirst < check || i == lastev ){          if ( checkfirst < check || i == lastev ){
3290            //            //
# Line 3676  Bool_t PamelaDBOperations::IsRunConsiste Line 3701  Bool_t PamelaDBOperations::IsRunConsiste
3701            //            //
3702          };          };
3703          //          //
3704            if ( i > firstev ){
3705              if ( rhchko != rhchk ){
3706                if ( IsDebug() ) printf("oh oh... we have a runheader! stop here and handle later the remaining piece\n");
3707                lastev = i;
3708                return(false);
3709              };
3710            };
3711            //
3712          if ( check == checklast && i != lastev ){          if ( check == checklast && i != lastev ){
3713            lastevtemp = i - 1;            lastevtemp = i - 1;
3714            i = lastev - 1;            i = lastev - 1;
# Line 4892  Int_t PamelaDBOperations::insertTRK_CALI Line 4925  Int_t PamelaDBOperations::insertTRK_CALI
4925                  //                  //
4926              };              };
4927              //              //
4928    
4929                if( !(MISSING_pkt1&MISSING_pkt2) ){
4930                  this->HandleTRK_CALIB(!MISSING_pkt1,!MISSING_pkt2);
4931                  ncalib++;
4932                  if( MISSING_pkt1||MISSING_pkt2||!valid )try_to_recover=true;
4933                }
4934    
4935    
4936          } else {          } else {
4937              //            //
4938              if ( IsDebug() ) printf(" Trk calibration1 at time %u obt %u pkt %u OUTSIDE the considered time interval \n",fromtime,obt1,pkt1);              if ( IsDebug() ) printf(" Trk calibration1 at time %u obt %u pkt %u OUTSIDE the considered time interval \n",fromtime,obt1,pkt1);
4939              //      if ( PEDANTIC ) throw -79;              //      if ( PEDANTIC ) throw -79;
4940              //              //
4941          };          };
4942          //              //    
4943    
         if( !(MISSING_pkt1&MISSING_pkt2) ){  
             this->HandleTRK_CALIB(!MISSING_pkt1,!MISSING_pkt2);  
             ncalib++;  
             if( MISSING_pkt1||MISSING_pkt2||!valid )try_to_recover=true;  
         }  
   
4944      }; //end loop on pkt1      }; //end loop on pkt1
4945    
4946    
# Line 5130  Int_t PamelaDBOperations::insertTRK_CALI Line 5165  Int_t PamelaDBOperations::insertTRK_CALI
5165                      // ------------------------------------------------------                      // ------------------------------------------------------
5166                      // ... retrieve the calibration packets.                      // ... retrieve the calibration packets.
5167                      // ------------------------------------------------------                      // ------------------------------------------------------
5168                      TFile *file = new TFile((TString)gSystem->ExpandPathName(path)+"/"+name); // EM, path could be symbolic and we must expand it                      if ( IsDebug() ) printf(" file is %s/%s \n",((TString)gSystem->ExpandPathName(path.Data())).Data(),name.Data());
5169                        TFile *file = new TFile(((TString)gSystem->ExpandPathName(path.Data()))+"/"+name); // EM, path could be symbolic and we must expand it
5170                      if(!file)throw -100;                      if(!file)throw -100;
5171                      if(file->IsZombie())throw -100;                      if(file->IsZombie())throw -100;
5172                      //                      //
# Line 6054  Int_t PamelaDBOperations::ValidateRuns(T Line 6090  Int_t PamelaDBOperations::ValidateRuns(T
6090      // 2) get the OBT of the last validated run      // 2) get the OBT of the last validated run
6091      // --------------------------------------------------------------      // --------------------------------------------------------------
6092      oss.str("");      oss.str("");
6093      oss << " SELECT * FROM GL_RUN  WHERE VALIDATION=1 AND RUNHEADER_TIME<="<< t_start      //    oss << " SELECT * FROM GL_RUN  WHERE VALIDATION=1 AND RUNHEADER_TIME<="<< t_start
6094        oss << " SELECT * FROM GL_RUN  WHERE VALIDATION>0 AND RUNHEADER_TIME<="<< t_start
6095          <<" ORDER BY RUNHEADER_TIME DESC LIMIT 1;";          <<" ORDER BY RUNHEADER_TIME DESC LIMIT 1;";
6096      if ( IsDebug() ) printf(" Get stop validation-time: query is \n %s \n",oss.str().c_str());      if ( IsDebug() ) printf(" Get stop validation-time: query is \n %s \n",oss.str().c_str());
6097      result = conn->Query(oss.str().c_str());      result = conn->Query(oss.str().c_str());
# Line 6197  Int_t PamelaDBOperations::ValidateRuns(T Line 6234  Int_t PamelaDBOperations::ValidateRuns(T
6234          if( interval >= calibtime )CHECK = true;                        //more than calibtime s => there might be a calibration          if( interval >= calibtime )CHECK = true;                        //more than calibtime s => there might be a calibration
6235                                                        
6236          if( !CHECK && this_run->VALIDATION ){          if( !CHECK && this_run->VALIDATION ){
6237            for (Int_t irun = 0; irun < nseq; irun++)assignVALIDATION(sequence[irun],true);            //      for (Int_t irun = 0; irun < nseq; irun++)assignVALIDATION(sequence[irun],true);
6238              for (Int_t irun = 0; irun < nseq; irun++)assignVALIDATION(sequence[irun],this_run->VALIDATION);
6239            nseq=0;            nseq=0;
6240          }          }
6241                                        
# Line 6218  Int_t PamelaDBOperations::ValidateRuns(T Line 6256  Int_t PamelaDBOperations::ValidateRuns(T
6256      if( CHECK ){      if( CHECK ){
6257        // check if calibration exists        // check if calibration exists
6258        if ( IsDebug() )printf("DT %i ===> CHECK Missing calibration\n",interval);        if ( IsDebug() )printf("DT %i ===> CHECK Missing calibration\n",interval);
6259        Bool_t MISSING = MissingTRK_CALIB(t1,t2);        //      Bool_t MISSING = MissingTRK_CALIB(t1,t2);
6260        for (Int_t irun = 0; irun < nseq; irun++)assignVALIDATION(sequence[irun],!MISSING);        UInt_t MISSING = MissingTRK_CALIB(t1,t2);
6261          UInt_t val = 0;
6262          if ( MISSING == 1 ) val = 0;
6263          if ( MISSING == 0 ) val = 1;
6264          if ( MISSING == 2 ) val = 2;
6265          for (Int_t irun = 0; irun < nseq; irun++)assignVALIDATION(sequence[irun],val);
6266        nseq=0;        nseq=0;
6267      };      };
6268      //--------------      //--------------
# Line 6249  Int_t PamelaDBOperations::ValidateRuns(T Line 6292  Int_t PamelaDBOperations::ValidateRuns(T
6292   * @param t2 To absolute time   * @param t2 To absolute time
6293   * @return true if there might be a missing calibration   * @return true if there might be a missing calibration
6294   */   */
6295  Bool_t PamelaDBOperations::MissingTRK_CALIB(UInt_t t1,UInt_t t2){  //Bool_t PamelaDBOperations::MissingTRK_CALIB(UInt_t t1,UInt_t t2){
6296    UInt_t PamelaDBOperations::MissingTRK_CALIB(UInt_t t1,UInt_t t2){
6297                    
6298    GL_TRK_CALIB* trkcalib = new GL_TRK_CALIB();    GL_TRK_CALIB* trkcalib = new GL_TRK_CALIB();
6299                    
6300    // get the closest calibration before the run start (t2)    // get the closest calibration before the run start (t2)
6301    if ( trkcalib->Query_GL_TRK_CALIB(t2, conn) )return(true);    //>>> missing    //  if ( trkcalib->Query_GL_TRK_CALIB(t2, conn) )return(true);        //>>> missing
6302      if ( trkcalib->Query_GL_TRK_CALIB(t2, conn) )return(1);       //>>> missing
6303                    
6304    if ( trkcalib->TO_TIME  < t2 ) return(true);                                  //>>> missing    //  if ( trkcalib->TO_TIME  < t2 ) return(true);                                      //>>> missing
6305      if ( trkcalib->TO_TIME  < t2 ) return(1);                                     //>>> missing
6306                    
6307    //==============================================================    //==============================================================
6308    // Check is done first on the basis of time between calibration,    // Check is done first on the basis of time between calibration,
# Line 6273  Bool_t PamelaDBOperations::MissingTRK_CA Line 6319  Bool_t PamelaDBOperations::MissingTRK_CA
6319      //==============================================================      //==============================================================
6320      Bool_t DOWNLOAD = false;      Bool_t DOWNLOAD = false;
6321      // check if the calib was skipped becouse of download .... DA FARE!!      // check if the calib was skipped becouse of download .... DA FARE!!
6322      if(DOWNLOAD)return(false);      //    if(DOWNLOAD)return(false);
6323        if(DOWNLOAD)return(0);
6324                                    
6325      return(true);                                       //>>> missing      //    return(true);                                         //>>> missing
6326        return(1);                                  //>>> missing
6327                                    
6328    };    };
6329                    
# Line 6285  Bool_t PamelaDBOperations::MissingTRK_CA Line 6333  Bool_t PamelaDBOperations::MissingTRK_CA
6333    //==============================================================    //==============================================================
6334    // the long time interval bewteen runs might be due to download    // the long time interval bewteen runs might be due to download
6335    if ( IsDebug() )printf("Short time between calib and run start %u :-) ==> OK! \n",t2 - trkcalib->FROM_TIME);    if ( IsDebug() )printf("Short time between calib and run start %u :-) ==> OK! \n",t2 - trkcalib->FROM_TIME);
6336    return(false);    if ( trkcalib->VALIDATION ) return(0);
6337      if ( IsDebug() )printf("Calibration is not validated... :-/ ==> OK but with VALIDATION=2! \n");
6338      return(2);
6339                    
6340  };  };
6341  /**  /**
# Line 6294  Bool_t PamelaDBOperations::MissingTRK_CA Line 6344  Bool_t PamelaDBOperations::MissingTRK_CA
6344   * @param validation true/false   * @param validation true/false
6345   */   */
6346  Int_t PamelaDBOperations::assignVALIDATION(UInt_t idrun, Bool_t validation){  Int_t PamelaDBOperations::assignVALIDATION(UInt_t idrun, Bool_t validation){
6347      return(this->assignVALIDATION(idrun,(UInt_t)validation));
6348    }
6349    
6350    Int_t PamelaDBOperations::assignVALIDATION(UInt_t idrun, UInt_t validation){
6351    TSQLResult *result = 0;    TSQLResult *result = 0;
6352    stringstream oss;    stringstream oss;
6353    oss.str("");    oss.str("");
# Line 6490  Int_t PamelaDBOperations::removeFile(TSt Line 6544  Int_t PamelaDBOperations::removeFile(TSt
6544    stringstream myquery;    stringstream myquery;
6545    //      //  
6546    myquery.str("");    myquery.str("");
6547    myquery << " SELECT ID, ID_RAW FROM GL_ROOT where NAME='"<<remfile.Data() <<"';";    myquery << " SELECT ID,ID_RAW,ID_TIMESYNC FROM GL_ROOT where NAME='"<<remfile.Data() <<"';";
6548    //    //
6549    pResult = conn->Query(myquery.str().c_str());    pResult = conn->Query(myquery.str().c_str());
6550    //    //
# Line 6506  Int_t PamelaDBOperations::removeFile(TSt Line 6560  Int_t PamelaDBOperations::removeFile(TSt
6560    //    //
6561    this->SetID_ROOT((UInt_t)atoll(Row->GetField(0)));    this->SetID_ROOT((UInt_t)atoll(Row->GetField(0)));
6562    this->SetID_RAW((UInt_t)atoll(Row->GetField(1)));    this->SetID_RAW((UInt_t)atoll(Row->GetField(1)));
6563      UInt_t idtsy=(UInt_t)atoll(Row->GetField(2));
6564    //    //
6565    this->ValidationOFF();    this->ValidationOFF();
6566    //    //
# Line 6513  Int_t PamelaDBOperations::removeFile(TSt Line 6568  Int_t PamelaDBOperations::removeFile(TSt
6568    //    //
6569    this->RemoveRUNS();    this->RemoveRUNS();
6570    //    //
6571    this->RemoveFILES();    this->RemoveFILES(idtsy);
6572    //    //
6573    this->SetID_ROOT(0);    this->SetID_ROOT(0);
6574    this->SetID_RAW(0);    this->SetID_RAW(0);
# Line 6733  void PamelaDBOperations::RemoveRUNS(){ Line 6788  void PamelaDBOperations::RemoveRUNS(){
6788   * Rearrange calibration tables   * Rearrange calibration tables
6789   *   *
6790   **/   **/
6791  void PamelaDBOperations::RemoveFILES(){  void PamelaDBOperations::RemoveFILES(UInt_t idtsy){
6792    stringstream myquery;    stringstream myquery;
6793    //    //
6794    myquery.str("");    myquery.str("");
# Line 6743  void PamelaDBOperations::RemoveFILES(){ Line 6798  void PamelaDBOperations::RemoveFILES(){
6798    //    //
6799    conn->Query(myquery.str().c_str());    conn->Query(myquery.str().c_str());
6800    //    //
6801      myquery.str("");
6802      myquery << " DELETE FROM GL_ROOT WHERE ID=" <<this->GetID_ROOT() <<";";
6803      //
6804      if ( IsDebug() ) printf("  query is \n %s \n",myquery.str().c_str());
6805      //
6806      conn->Query(myquery.str().c_str());  //
6807      //
6808      if ( !chewbacca ){
6809        myquery.str("");
6810        myquery << " DELETE FROM GL_TIMESYNC WHERE ID=" << idtsy <<";";
6811        //
6812        if ( IsDebug() ) printf("  query is \n %s \n",myquery.str().c_str());
6813        //
6814        conn->Query(myquery.str().c_str());
6815      };
6816      //
6817  };  };
6818    
6819  /**  /**
# Line 7092  UInt_t PamelaDBOperations::ValidateTrkCa Line 7163  UInt_t PamelaDBOperations::ValidateTrkCa
7163    
7164    
7165  }  }
 // UInt_t PamelaDBOperations::ValidateTrkCalib( CalibTrk1Event* caltrk, EventHeader *eh ){  
   
 //     if(!caltrk || !eh) return 0;  
   
 //   Int_t vorder[]={5,5,3,3,4,4,2,2,1,1,0,0};  
 //   UInt_t timeaftercalib=120000; //2000;  
 //   //  ----------  
 //   //  Check CRCs  
 //   //  ----------  
 //   for(Int_t ipkt=0; ipkt<6; ipkt++){  
 //     if( caltrk->crc_hcal[ipkt] )return 0; // :-(  
 //     for(Int_t ilad=0; ilad<3; ilad++)if( caltrk->crc_cal[ipkt][ilad] )return 0; // :-(  
 //   }  
 //   //  -----------------------  
 //   //  Check missing packets:  
 //   //  -----------------------  
 //   //    Readout order:  
 //   //    ------------------  
 //   //    DSP   packet board  
 //   //    ------------------  
 //   //    12    0      1  
 //   //    10    1      1  
 //   //     8    2      1  
 //   //     4    3      1  
 //   //     6    4      1  
 //   //     2    5      1  
 //   //    ------------------  
 //   //    11    0      2  
 //   //     9    1      2  
 //   //     7    2      2  
 //   //     3    3      2  
 //   //     5    4      2  
 //   //     1    5      2  
 //   //    ------------------  
 //   //  -------------------------------------------------  
 //   //  Check if it is first or second calibration packet  
 //   //  -------------------------------------------------  
 //   UInt_t build=0;  
 //   TString classname = caltrk->GetName();  
 //   UInt_t base=0;  
 //   UInt_t mask=0;  
 //   if(classname.Contains("CalibTrk1Event")){  
 //     base=12;  
 //     mask=0x03F000;  
 //   }  
 //   if(classname.Contains("CalibTrk2Event")){  
 //     base=18;  
 //     mask=0xFC0000;  
 //   }  
 //   //  -------------------------------------------------  
 //   //  Count number of packets and set build variable  
 //   //  -------------------------------------------------  
 //   Int_t  npkts=0;  
 //   for(Int_t ipkt=0; ipkt<6; ipkt++){  
 //     if(caltrk->DSPnumber[ipkt]>0 && caltrk->DSPnumber[ipkt]<=12){  
 //       npkts++;  
 //       build = build | ( 1<<(base+vorder[caltrk->DSPnumber[ipkt]-1]) );  
 //     }  
 //   }  
 //   //    if( npkts==6 )return 1; // :-)  
   
 //   //    cout << classname << " "<<eh->GetPscuHeader()->GetOrbitalTime()<<endl;  
   
 //   //  -----------------------------------------------  
 //   //  If missing packets: check the acq configuration  
 //   //  (some DSPs might be excluded from acquisition)  
 //   //  -----------------------------------------------  
   
 //   //  -----------------------------------------------  
 //   //  retrieve the first run header after calib  
 //   //  -----------------------------------------------  
 //   PacketType *pctp;  
 //   EventCounter *cod;  
 //   cod = eh->GetCounter();  
 //   Int_t irun = cod->Get(pctp->RunHeader);  
 //   TTree *rh=(TTree*)file->Get("RunHeader");  
 //   if ( !rh || rh->IsZombie() ) throw -17;  
 //   if( rh->GetEntries() == irun ){  
 //     if ( IsDebug() ) cout << "ValidateTrkCalib: (MISSING VIEW) no runs after calib (1)  -- cannot validate :-( "<<endl;  
 //     return 0; // :-(  
 //   }  
   
 //   RunHeaderEvent *run  = 0;  
 //   EventHeader    *hrun = 0;  
 //   rh->SetBranchAddress("RunHeader", &run);  
 //   rh->SetBranchAddress("Header", &hrun);  
 //   rh->GetEntry(irun);  
 //   //     cout << classname << " "<<eh->GetPscuHeader()->GetOrbitalTime() << " Run " << hrun->GetPscuHeader()->GetOrbitalTime() <<endl;  
   
 //   if( OBT(hrun->GetPscuHeader()->GetOrbitalTime()) < OBT(eh->GetPscuHeader()->GetOrbitalTime())){  
 //     if ( IsDebug() ) cout << "ValidateTrkCalib: (MISSING VIEW) no runs after calib (2) -- cannot validate :-( "<<endl;  
 //     return 0; // :-(  
 //   }  
       
 //   if( !run->RM_ACQ_AFTER_CALIB ){  
 //     if ( IsDebug() ) cout << "ValidateTrkCalib: (MISSING VIEW) RM_ACQ_AFTER_CALIB=0    -- cannot validate :-( "<<endl;  
 //     return 0; // :-(  
 //   }  
   
 //   UInt_t dtime = OBT(hrun->GetPscuHeader()->GetOrbitalTime()) - OBT(eh->GetPscuHeader()->GetOrbitalTime());  
 //   if( dtime > timeaftercalib ){  
 //     if ( IsDebug() ) cout << "ValidateTrkCalib: (MISSING VIEW) run after calib too far ( "<<dtime<<"ms ) -- cannot validate :-( "<<endl;  
 //     return 0; // :-(  
 //   }  
       
   
   
 //   if( (run->ACQ_BUILD_INFO & mask) != build ){  
 //     if ( IsDebug() ) cout << "ValidateTrkCalib: (MISSING VIEW) ACQ_BUILD_INFO= >>> "<<hex << (run->ACQ_BUILD_INFO&mask) << " != "<< build << dec<<endl;  
 //     return 0; // :-(  
 //   }  
 //   return 1; // :-)  
   
 // }  
7166    
7167  /**  /**
7168   *   *

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23