Parent Directory | Revision Log | Patch
revision 1.38 by mocchiut, Fri Mar 7 10:35:15 2008 UTC | revision 1.39 by mocchiut, Fri Mar 7 13:24:24 2008 UTC | |
---|---|---|
# | Line 1705 UInt_t GL_TIMESYNC::DBabsTime(UInt_t OBT | Line 1705 UInt_t GL_TIMESYNC::DBabsTime(UInt_t OBT |
1705 | */ | */ |
1706 | UInt_t GL_TIMESYNC::ResursTime(UInt_t OBT){ | UInt_t GL_TIMESYNC::ResursTime(UInt_t OBT){ |
1707 | // | // |
1708 | return(((UInt_t)((Int_t)(this->DBobt(OBT)-this->DBobt(OBT0))/1000)+TIMESYNC)); | return(((UInt_t)((Int_t)(this->DBobt(OBT)-this->DBobt(OBT0)/1000))+TIMESYNC)); |
1709 | // | // |
1710 | }; | }; |
1711 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |