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

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

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

revision 1.2 by mocchiut, Thu Sep 25 09:03:19 2008 UTC revision 1.4 by pam-fi, Fri Oct 31 11:21:43 2008 UTC
# Line 218  GL_ROOT::GL_ROOT(){ Line 218  GL_ROOT::GL_ROOT(){
218    NAME   = "";    NAME   = "";
219  }  }
220    
221    GL_RAW::GL_RAW(){
222      ID     = 0;
223      PATH   = "";
224      NAME   = "";
225      BOOT_NUMBER = 0;
226    }
227    
228  GL_PARAM::GL_PARAM(){  GL_PARAM::GL_PARAM(){
229    ID     = 0;    ID     = 0;
230    PATH   = "";    PATH   = "";
# Line 1347  Int_t GL_CALO_CALIB::Query_GL_CALO_CALIB Line 1354  Int_t GL_CALO_CALIB::Query_GL_CALO_CALIB
1354    //    //
1355    // if the selected calibration is too old (more than 5 orbits old) try to take the closest not corrupted one    // if the selected calibration is too old (more than 5 orbits old) try to take the closest not corrupted one
1356    //    //
1357    if ( (time-myfromtime)>28500 ){    if ( (time-myfromtime)>28500 && myfromtime > 0 ){
1358      //      //
1359      myquery.str("");      myquery.str("");
1360      myquery << "select ID_ROOT_L0, FROM_TIME, TO_TIME, EV_ROOT from GL_CALO_CALIB where SECTION=" << section;      myquery << "select ID_ROOT_L0, FROM_TIME, TO_TIME, EV_ROOT from GL_CALO_CALIB where SECTION=" << section;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23