]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliTimestamp.h
Fix in filling the track residuals.
[u/mrichter/AliRoot.git] / RALICE / AliTimestamp.h
index 28fc2e2a7e298425a224deec17bd5d5643eab9e5..d3353c1bb38c132e646e72287483839993cdfc3f 100644 (file)
@@ -70,6 +70,9 @@ class AliTimestamp : public TTimeStamp
   Double_t GetLAST(Double_t offset); // Provide corresponding Local Apparent Sidereal Time (LAST) in fractional hours
   void SetLT(Double_t dt,Int_t y,Int_t m,Int_t d,Int_t hh,Int_t mm,Int_t ss,Int_t ns=0,Int_t ps=0); // Set data according to LT
   void SetLT(Double_t dt,Int_t y,Int_t d,Int_t s,Int_t ns=0,Int_t ps=0); // Set data according to LT based on elapsed days, secs etc...
+  Double_t Almanac(Double_t* dpsi=0,Double_t* deps=0,Double_t* eps=0); // Provide astronomical observables
+  void SetEpoch(Double_t e,TString mode); // Set time parameters according to the specified epoch
+  Double_t GetEpoch(TString mode);        // Provide the requested epoch
 
  protected:
   Int_t fMJD;  // Modified Julian Date
@@ -82,6 +85,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,9) // Handling of timestamps for (astro)particle physics research.
+ ClassDef(AliTimestamp,11) // Handling of timestamps for (astro)particle physics research.
 };
 #endif