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

Diff of /YodaProfiler/src/PamelaDBOperations.cpp

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

revision 1.38 by mocchiut, Mon Apr 30 10:22:45 2007 UTC revision 1.41 by mocchiut, Mon Apr 30 10:26:37 2007 UTC
# Line 1590  Int_t PamelaDBOperations::insertPamelaRU Line 1590  Int_t PamelaDBOperations::insertPamelaRU
1590          //          //
1591          if ( PKT(pkth)>PKT(pktfirst) && OBT(obth)>OBT(obtfirst) && !ptt ){          if ( PKT(pkth)>PKT(pktfirst) && OBT(obth)>OBT(obtfirst) && !ptt ){
1592            //            //
1593            if ( IsDebug() ) printf(" Piece of run at the beginning of the file WITH NO RUNTRAILER \n");            if ( IsDebug() ) printf(" Piece of run at the beginning of the file WITH NO RUNTRAILER evbefh = %u \n",evbefh);        
1594            //            //
1595            if ( (evbefh-1) == 1999 ) {            if ( evbefh == 0 ) {
1596              //              //
1597              signal = 8;              signal = 8;
1598              if ( IsDebug() ) printf(" Not supported yet: run with no events, no runtrailer, no runheader \n");              if ( IsDebug() ) printf(" Not supported yet: run with no events, no runtrailer, no runheader \n");
1599              //              //
1600            } else {            } else {
1601              //              //
1602              //      this->HandleRunFragments(true,true,0,(evbefh-1));              this->HandleRunFragments(true,true,0,(evbefh-1));
             this->HandleRunFragments(true,true,-1,(evbefh-1));  
1603              //              //
1604            };            };
1605          };          };

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.41

  ViewVC Help
Powered by ViewVC 1.1.23