Parent Directory | Revision Log | Patch
revision 1.18 by mocchiut, Thu Nov 9 16:47:47 2006 UTC | revision 1.19 by mocchiut, Mon Nov 13 08:49:49 2006 UTC | |
---|---|---|
# | Line 1386 UInt_t GL_TIMESYNC::DBabsTime(UInt_t OBT | Line 1386 UInt_t GL_TIMESYNC::DBabsTime(UInt_t OBT |
1386 | */ | */ |
1387 | UInt_t GL_TIMESYNC::ResursTime(UInt_t OBT){ | UInt_t GL_TIMESYNC::ResursTime(UInt_t OBT){ |
1388 | // | // |
1389 | return(((UInt_t)((this->DBobt(OBT)-this->DBobt(OBT0))/1000)+TIMESYNC)); | return(((UInt_t)((Int_t)(this->DBobt(OBT)-this->DBobt(OBT0))/1000)+TIMESYNC)); |
1390 | // | // |
1391 | }; | }; |
1392 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |