Parent Directory | Revision Log | Patch
revision 1.39 by mocchiut, Fri Mar 7 13:24:24 2008 UTC | revision 1.40 by mocchiut, Mon Sep 29 12:41:34 2008 UTC | |
---|---|---|
# | Line 1310 Int_t GL_CALO_CALIB::Query_GL_CALO_CALIB | Line 1310 Int_t GL_CALO_CALIB::Query_GL_CALO_CALIB |
1310 | // | // |
1311 | // 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 |
1312 | // | // |
1313 | if ( (time-myfromtime)>28500 ){ | if ( (time-myfromtime)>28500 && myfromtime > 0 ){ |
1314 | // | // |
1315 | myquery.str(""); | myquery.str(""); |
1316 | 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; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |