]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliTimestamp.h
16-mar-2007 NvE Uniform data format introduced for printout of AliTimestamp::Date().
[u/mrichter/AliRoot.git] / RALICE / AliTimestamp.h
index 81ecacf23af3b6f9ddd90c5cf10cff743cdb562c..17eab0509c4fcd29af5b77e6c669ad2be421dcb2 100644 (file)
@@ -5,6 +5,8 @@
 
 // $Id$
 
+#include <math.h>
+
 #include "TTimeStamp.h"
 #include "TString.h"
 
@@ -70,6 +72,6 @@ class AliTimestamp : public TTimeStamp
   Int_t fCalcs;      // The TTimeStamp seconds counter value at Julian parameter calculation
   Int_t fCalcns;     // The TTimeStamp nanoseconds counter value at Julian parameter calculation
 
- ClassDef(AliTimestamp,6) // Handling of timestamps for (astro)particle physics research.
+ ClassDef(AliTimestamp,7) // Handling of timestamps for (astro)particle physics research.
 };
 #endif