/[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.22 by mocchiut, Mon Jan 12 20:22:29 2009 UTC revision 1.25 by pam-fi, Wed Aug 5 18:48:44 2009 UTC
# Line 427  void PamelaDBOperations::SetOrbitNo(UInt Line 427  void PamelaDBOperations::SetOrbitNo(UInt
427        if ( IsDebug() ) printf(" Agh problems determining the orbit number! name = %s \n",name.Data());        if ( IsDebug() ) printf(" Agh problems determining the orbit number! name = %s \n",name.Data());
428        return;        return;
429      };      };
430      TString dwo = 0;      TString dwo = "";
431      for (Int_t i = 0; i<5; i++){      for (Int_t i = 0; i<5; i++){
432        dwo.Append(name[i],1);        dwo.Append(name[i],1);
433      };      };
# Line 857  Int_t PamelaDBOperations::SetUpperLimits Line 857  Int_t PamelaDBOperations::SetUpperLimits
857    //  if ( nevent < jump ) jump = int(nevent/10);    //  if ( nevent < jump ) jump = int(nevent/10);
858    //  if ( !jump ) jump = 1;    //  if ( !jump ) jump = 1;
859    //    //
860    if ( (PKT(pktlast) < PKT(pktfirst) && OBT(obtlast) < OBT(obtfirst)) || (labs(PKT(pktlast)-PKT(pktfirst))<deltapkt && labs(OBT(obtlast)-OBT(obtfirst))<deltaobt) && nevent > deltapkt ){  
861      if ( ((PKT(pktlast) < PKT(pktfirst) && OBT(obtlast) < OBT(obtfirst)) || (labs(PKT(pktlast)-PKT(pktfirst))<deltapkt && labs(OBT(obtlast)-OBT(obtfirst))<deltaobt)) && nevent > deltapkt ){
862      //      //
863      if ( IsDebug() ) printf(" starting jump %i \n",jump);      if ( IsDebug() ) printf(" starting jump %i \n",jump);
864      //    if ( IsDebug() ) printf(" (PKT(pktlast) < PKT(pktfirst) && OBT(obtlast) > OBT(obtfirst)) %llu < %llu && %llu > %llu \n     OR \n     (PKT(pktlast) > PKT(pktfirst) && OBT(obtlast) < OBT(obtfirst)) %llu > %llu && %llu < %llu \n",PKT(pktlast),PKT(pktfirst),OBT(obtlast),OBT(obtfirst),PKT(pktlast),PKT(pktfirst),OBT(obtlast),OBT(obtfirst));      //    if ( IsDebug() ) printf(" (PKT(pktlast) < PKT(pktfirst) && OBT(obtlast) > OBT(obtfirst)) %llu < %llu && %llu > %llu \n     OR \n     (PKT(pktlast) > PKT(pktfirst) && OBT(obtlast) < OBT(obtfirst)) %llu > %llu && %llu < %llu \n",PKT(pktlast),PKT(pktfirst),OBT(obtlast),OBT(obtfirst),PKT(pktlast),PKT(pktfirst),OBT(obtlast),OBT(obtfirst));
# Line 1504  void PamelaDBOperations::FillClass(Bool_ Line 1505  void PamelaDBOperations::FillClass(Bool_
1505      glrun->SetRUNTRAILER_PKT(lastPkt);      glrun->SetRUNTRAILER_PKT(lastPkt);
1506      //          //    
1507    };    };
1508      //
1509      // ad hoc solution for INF EV_TO [8RED] 090113
1510      //
1511      if ( !firstev && lastev == -1 ){
1512        if ( IsDebug() ) printf(" EE firstev %i lastev %i nevents %i \n",firstev,lastev,lastev-firstev+1);
1513        firstev = 1;
1514        lastev = 0;
1515      };
1516    glrun->SetEV_FROM((UInt_t)firstev);    glrun->SetEV_FROM((UInt_t)firstev);
1517    glrun->SetEV_TO((UInt_t)lastev);    glrun->SetEV_TO((UInt_t)lastev);
1518    glrun->SetNEVENTS((UInt_t)lastev-(UInt_t)firstev+1);    glrun->SetNEVENTS((UInt_t)lastev-(UInt_t)firstev+1);
# Line 3363  void PamelaDBOperations::HandleRunFragme Line 3372  void PamelaDBOperations::HandleRunFragme
3372            glrun->SetID_RUN_FRAG(IDRL2B);            glrun->SetID_RUN_FRAG(IDRL2B);
3373            glrun->Fill_GL_RUN(conn);                glrun->Fill_GL_RUN(conn);    
3374            glrun->DeleteRun(conn,0,"GL_RUN_FRAGMENTS");            glrun->DeleteRun(conn,0,"GL_RUN_FRAGMENTS");
3375              delete glA;
3376            //            //
3377          } else {          } else {
3378            //            //
# Line 6121  Int_t PamelaDBOperations::CleanGL_RUN_FR Line 6131  Int_t PamelaDBOperations::CleanGL_RUN_FR
6131                row2 = result2->Next();                row2 = result2->Next();
6132                //                //
6133                if ( row2 ){                if ( row2 ){
6134                  if ( IsDebug() ) printf(" The already exist in the GL_RUN table! \n");                  if ( IsDebug() ) printf(" The run already exists in the GL_RUN table! \n");
6135                  if ( PEDANTIC ) throw -83;                  if ( PEDANTIC ) throw -83;
6136                  row2->Close();                  row2->Close();
6137                };                };
# Line 6198  Int_t PamelaDBOperations::CleanGL_RUN_FR Line 6208  Int_t PamelaDBOperations::CleanGL_RUN_FR
6208        glrun->Query_GL_RUN_FRAGMENTS(oss.str().c_str(),conn);          glrun->Query_GL_RUN_FRAGMENTS(oss.str().c_str(),conn);  
6209        //        //
6210        oss.str("");        oss.str("");
6211        oss << " SELECT ID,NEVENTS,TRK_CALIB_USED,PKT_COUNTER FROM GL_RUN WHERE "        oss << " SELECT ID,NEVENTS,TRK_CALIB_USED,PKT_COUNTER,ID_ROOT_L0 FROM GL_RUN WHERE "
6212            << " BOOT_NUMBER=" << glrun->GetBOOT_NUMBER() << " AND ("            << " BOOT_NUMBER=" << glrun->GetBOOT_NUMBER() << " AND ("
6213            << " (RUNHEADER_TIME>=" << (UInt_t)(glrun->GetRUNHEADER_TIME()-10) << " AND "            << " (RUNHEADER_TIME>=" << (UInt_t)(glrun->GetRUNHEADER_TIME()-10) << " AND "
6214            << " RUNTRAILER_TIME<=" << (UInt_t)(glrun->GetRUNTRAILER_TIME()+10) << " AND ("            << " RUNTRAILER_TIME<=" << (UInt_t)(glrun->GetRUNTRAILER_TIME()+10) << " AND ("
# Line 6256  Int_t PamelaDBOperations::CleanGL_RUN_FR Line 6266  Int_t PamelaDBOperations::CleanGL_RUN_FR
6266          moved++;          moved++;
6267          //          //
6268        } else {        } else {
6269          if ( IsDebug() ) printf(" The already exist in the GL_RUN table! \n");  
6270          if ( PEDANTIC ) throw -83;          // questa parte mah mah mah... da controllare
6271    
6272            //
6273            // we end up here if chewbacca and we have RH---| small gap |---RT, in this case the two pieces are attached and moved to GL_RUN. We are now processing the
6274            // "small gap" piece... we recognize this since: we have two entries from this query, the pkt number is consistent with our pkt number.
6275            //
6276            // 090112 [8RED (-70): RUN ALREADY INSERTED]
6277            //
6278            Bool_t OK = false;
6279            UInt_t IDRL2A = 0;
6280            UInt_t IDRL2B = 0;
6281              if ( result2->GetRowCount() == 2 ){
6282                IDRL2A = (UInt_t)atoll(row2->GetField(0));
6283                UInt_t IDRL0A = (UInt_t)atoll(row2->GetField(4));
6284                row2 = result2->Next();
6285                IDRL2B = (UInt_t)atoll(row2->GetField(0));
6286                UInt_t IDRL0B = (UInt_t)atoll(row2->GetField(4));
6287                if ( IsDebug() ) printf(" IDRL0A %u B %u IDRL2A %u B %u \n",IDRL0A,IDRL0B,IDRL2A,IDRL2B);
6288                //      if ( IDRL0A == IDRL0B ){
6289    //            TSQLResult *result2a = 0;
6290    //            TSQLRow    *row2a    = 0;
6291    //            oss.str("");
6292    //            oss << "select PKT_NUMBER_FINAL from ROOT_TABLE_MERGING where REAL_TIME_INIT<" << chrtinit << " order by REAL_TIME_INIT desc limit 1;";
6293    //            if ( IsDebug() ) printf(" Check if we are in the case RH---| small gap |---RT: query is \n %s \n",oss.str().c_str());
6294    //            result2a = conn->Query(oss.str().c_str());
6295    //            //
6296    //            if ( !result2a ) throw -4;
6297    //            //
6298    //            row2a = result2a->Next();
6299    //            //
6300    //            if ( row2a ){
6301    //              UInt_t PKA = (UInt_t)atoll(row2a->GetField(0));
6302    //              delete result2a;
6303    //              oss.str("");
6304    //              oss << "select PKT_NUMBER_INIT from ROOT_TABLE_MERGING where REAL_TIME_INIT>" << chrtinit << " order by REAL_TIME_INIT asc limit 1;";
6305    //              if ( IsDebug() ) printf(" Check if we are in the case RH---| small gap |---RT: query is \n %s \n",oss.str().c_str());
6306    //              result2a = conn->Query(oss.str().c_str());
6307    //              //
6308    //              if ( !result2a ) throw -4;
6309    //              //
6310    //              row2a = result2a->Next();
6311    //              //
6312    //              if ( row2a ){
6313    //                UInt_t PKB = (UInt_t)atoll(row2a->GetField(0));
6314    //                //
6315    //                if ( IsDebug() ) printf(" PKT(PKA) + 1 %llu == runheaderpkt %llu && PKB = runtrailer %llu + 1 %llu \n",PKT(PKA)+1LL, PKT(glrun->GetRUNHEADER_PKT()),PKT(PKB), PKT(glrun->GetRUNTRAILER_PKT())+1LL);
6316    //                if ( PKT(PKA)+1LL == PKT(glrun->GetRUNHEADER_PKT()) && PKT(PKB) == PKT(glrun->GetRUNTRAILER_PKT())+1LL ){
6317    //                  if ( IsDebug() ) printf(" Ok, we are in the case: RH---| small gap |---RT \n");
6318                        OK = true;
6319                        //            };
6320                        //          };
6321                        //        };                  
6322                        //    };
6323              };      
6324            if ( OK ){
6325              //
6326              // this is the case in which we must insert a piece of run between two fragments in the GL_RUN table
6327              //
6328              // we have to update with runheader/trailer infos our run and we have to change the ROOT_ID_FRAG of the header piece ( 1/2 2/1 must become 1/3 3/2 2/1 )
6329              //
6330              GL_RUN *glA = new GL_RUN();
6331              glA->Query_GL_RUN(IDRL2A,conn);
6332              //
6333              if ( glA->GetACQ_BUILD_INFO() != 0 ){
6334                //
6335                // the first piece contains a good runheader we can update all the other runs with correct infos!
6336                //
6337                oss.str("");
6338                oss << "UPDATE GL_RUN_FRAGMENTS SET "
6339                    << " RUNHEADER_TIME=" << glA->GetRUNHEADER_TIME()<< " , "
6340                    << " RUNHEADER_OBT=" << glA->GetRUNHEADER_OBT()<< " , "
6341                    << " RUNHEADER_PKT=" << glA->GetRUNHEADER_PKT()<< " , "
6342                    << " COMPILATIONTIMESTAMP=" << glA->GetCOMPILATIONTIMESTAMP()<< " , "
6343                    << " FAV_WRK_SCHEDULE=" << glA->GetFAV_WRK_SCHEDULE()<< " , "
6344                    << " EFF_WRK_SCHEDULE=" << glA->GetEFF_WRK_SCHEDULE()<< " , "
6345                    << " PRH_VAR_TRG_MODE_A=" << glA->GetPRH_VAR_TRG_MODE_A()<< " , "
6346                    << " PRH_VAR_TRG_MODE_B=" << glA->GetPRH_VAR_TRG_MODE_B()<< " , "
6347                    << " ACQ_BUILD_INFO=" << glA->GetACQ_BUILD_INFO()<< " , "
6348                    << " ACQ_VAR_INFO=" << glA->GetACQ_VAR_INFO()<< " , "
6349                    << " RM_ACQ_AFTER_CALIB=" << glA->GetRM_ACQ_AFTER_CALIB()<< " , "  
6350                    << " RM_ACQ_SETTING_MODE=" << glA->GetRM_ACQ_SETTING_MODE()<< " , "  
6351                    << " TRK_CALIB_USED=" << glA->GetTRK_CALIB_USED()<< " , "  
6352                    << " CAL_DSP_MASK=" << glA->GetCAL_DSP_MASK()<< " , "  
6353                    << " LAST_TIMESYNC=" << glA->GetLAST_TIMESYNC()<< " , ";
6354                //
6355                if ( glA->GetPHYSENDRUN_MASK_S3S2S12() )
6356                  oss << " PHYSENDRUN_MASK_S3S2S12=" << glA->GetPHYSENDRUN_MASK_S3S2S12() << " , ";
6357                if ( glA->GetPHYSENDRUN_MASK_S11CRC() )
6358                  oss << " PHYSENDRUN_MASK_S11CRC=" << glA->GetPHYSENDRUN_MASK_S11CRC() << " , ";
6359                //        
6360                oss << " OBT_TIMESYNC=" << glA->GetOBT_TIMESYNC();
6361                oss << " WHERE ID=" << glrun->GetID() << ";";
6362                if ( IsDebug() ) printf(" update with correct infos: %s\n",oss.str().c_str());
6363                conn->Query(oss.str().c_str());    
6364                //
6365              } else {
6366                //
6367                // sig no runheader, let set anyway what is possible...
6368                //
6369                oss.str("");
6370                oss << "UPDATE GL_RUN_FRAGMENTS SET "
6371                    << " RUNHEADER_TIME=" << glA->GetRUNHEADER_TIME()<< " , ";
6372                //
6373                if ( glA->GetPHYSENDRUN_MASK_S3S2S12() )
6374                  oss << " PHYSENDRUN_MASK_S3S2S12=" << glA->GetPHYSENDRUN_MASK_S3S2S12()<< " , ";
6375                if ( glA->GetPHYSENDRUN_MASK_S11CRC() )
6376                  oss << " PHYSENDRUN_MASK_S11CRC=" << glA->GetPHYSENDRUN_MASK_S11CRC()<< " , ";
6377                //        
6378                oss << " RUNHEADER_OBT=" << glA->GetRUNHEADER_OBT()<< " , "
6379                    << " RUNHEADER_PKT=" << glA->GetRUNHEADER_PKT();
6380                oss << " WHERE ID=" << glrun->GetID() << ";";
6381                if ( IsDebug() ) printf(" update with correct infos2: %s\n",oss.str().c_str());
6382                conn->Query(oss.str().c_str());    
6383              };
6384              //
6385              // update runheader ROOT_ID_FRAG
6386              //
6387              oss.str("");
6388              oss << "UPDATE GL_RUN SET ID_RUN_FRAG = " << glrun->GetID() << " where ID = " << IDRL2A << ";";
6389              if ( IsDebug() ) printf(" update gl_run to have cross indexing: %s\n",oss.str().c_str());
6390              conn->Query(oss.str().c_str());
6391              //
6392              // now let's look for runtrailer if any in the last run
6393              //
6394              glA->Query_GL_RUN(IDRL2B,conn);
6395              //
6396              if ( glA->GetPKT_READY_COUNTER() != 0 ){
6397                //
6398                // the first piece contains a good runtrailer we can update all the other runs with correct infos!
6399                //
6400                oss.str("");
6401                oss << "UPDATE GL_RUN_FRAGMENTS SET "
6402                    << " RUNTRAILER_TIME=" << glA->GetRUNTRAILER_TIME()<< " , "
6403                    << " RUNTRAILER_OBT=" << glA->GetRUNTRAILER_OBT()<< " , "
6404                    << " RUNTRAILER_PKT=" << glA->GetRUNTRAILER_PKT()<< " , "
6405                    << " PKT_COUNTER=" << glA->GetPKT_COUNTER()<< " , ";
6406                //
6407                if ( glA->GetPHYSENDRUN_MASK_S3S2S12() ){
6408                  oss << " PHYSENDRUN_MASK_S3S2S12=" << glA->GetPHYSENDRUN_MASK_S3S2S12()<< " , "; };
6409                if ( glA->GetPHYSENDRUN_MASK_S11CRC() ) {
6410                  oss << " PHYSENDRUN_MASK_S11CRC=" << glA->GetPHYSENDRUN_MASK_S11CRC()<< " , "; };
6411                //        
6412                oss << " PKT_READY_COUNTER=" << glA->GetPKT_READY_COUNTER()
6413                    << " WHERE ID=" << glrun->GetID() << ";";
6414                if ( IsDebug() ) printf(" update with correct trailer infos: %s\n",oss.str().c_str());
6415                conn->Query(oss.str().c_str());    
6416                //
6417              } else {
6418                //
6419                // sig no runtrailer, let set anyway what is possible...
6420                //
6421                oss.str("");
6422                oss << "UPDATE GL_RUN_FRAGMENTS SET "
6423                    << " RUNTRAILER_TIME=" << glA->GetRUNTRAILER_TIME()<< " , "
6424                    << " RUNTRAILER_OBT=" << glA->GetRUNTRAILER_OBT()<< " , ";
6425                  //
6426                if ( glA->GetPHYSENDRUN_MASK_S3S2S12() ){
6427                  oss << " PHYSENDRUN_MASK_S3S2S12=" << glA->GetPHYSENDRUN_MASK_S3S2S12()<< " , "; };
6428                if ( glA->GetPHYSENDRUN_MASK_S11CRC() ){
6429                  oss << " PHYSENDRUN_MASK_S11CRC=" << glA->GetPHYSENDRUN_MASK_S11CRC()<< " , "; };
6430                //        
6431                oss << " RUNTRAILER_PKT=" << glrun->GetRUNTRAILER_PKT()
6432                    << " WHERE ID=" << glrun->GetID() << ";";
6433                if ( IsDebug() ) printf(" update with correct trailer infos2: %s\n",oss.str().c_str());
6434                conn->Query(oss.str().c_str());    
6435              };
6436              //
6437              UInt_t myi = glrun->GetID();
6438              oss.str("");
6439              oss << " ID= "<< myi;
6440              //
6441              glrun->Query_GL_RUN_FRAGMENTS(oss.str().c_str(),conn);  
6442              //
6443              // fill the new run in GL_RUN
6444              //
6445              glrun->SetID_RUN_FRAG(IDRL2B);
6446              glrun->Fill_GL_RUN(conn);    
6447              glrun->DeleteRun(conn,0,"GL_RUN_FRAGMENTS");
6448              delete glA;
6449              moved++;
6450              //
6451            } else {
6452              //
6453              // is just a repetition
6454              //
6455              if ( IsDebug() ) printf(" The run %u is already present in the GL_RUN table...\n",glrun->GetID());    
6456              //      printf(" CCCCCCCCICCCCCCCCCCCCIOOOOOOOOOO si muove Ciccio! %u \n",glrun->GetID());
6457              //      if ( PEDANTIC && glrun->GetID() != 61563 ) throw -83;
6458              if ( PEDANTIC ) throw -83;
6459            };
6460            //      if ( IsDebug() ) printf(" The run already exists in the GL_RUN table! ...\n");
6461            //      if ( PEDANTIC ) throw -83;
6462        };        };
6463        if ( IsDebug() ) printf(" Delete run %s from the GL_RUN_FRAGMENTS table \n",row->GetField(0));              if ( IsDebug() ) printf(" Delete run %s from the GL_RUN_FRAGMENTS table \n",row->GetField(0));      
6464        //        //

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

  ViewVC Help
Powered by ViewVC 1.1.23