TTimeStamp addition request

From: Robert Hatcher <rhatcher_at_fnal.gov>
Date: Fri, 27 Jun 2008 16:00:15 -0500


I've been asked by a user to request an extension to the TTimeStamp class. The request is quite simple, just returning the Julian Date which is a simple change in scale and offset:

  Double_t JulianDate() const { return ( AsDouble()/86400.0 + 2440587.5 ); }

Thanks,
-robert Received on Fri Jun 27 2008 - 23:00:29 CEST

This archive was generated by hypermail 2.2.0 : Sat Jun 28 2008 - 17:50:02 CEST