]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDCSSensor.h
As part of the efforts of the combined PID subgroup we are continuing to develop...
[u/mrichter/AliRoot.git] / STEER / AliDCSSensor.h
index 09b3a9263a9cd60bdb6208a7a18011cd65d3cac4..04849618caef64f996a53eb353a69e6e80151c15 100644 (file)
@@ -65,10 +65,12 @@ public:
   void SetStartTime (TTimeStamp time)  {fStartTime = time.GetSec(); }
   void SetEndTime (UInt_t stime)  {fEndTime = stime; }
   void SetEndTime (TTimeStamp time)  {fEndTime = time.GetSec(); }
-  Double_t GetValue(UInt_t timeSec);
-  Double_t GetValue(TTimeStamp time);
-  Double_t Eval(const TTimeStamp& time) const;
-  TGraph *MakeGraph (Int_t nPoints=100) const;
+  Double_t GetValue(UInt_t timeSec);   // timeSec offset for individual sensor map
+  Double_t GetValue(TTimeStamp time);  // use this for absolute time stamp
+  Double_t Eval(const TTimeStamp& time, Bool_t& inside) const;
+  Double_t EvalGraph(const TTimeStamp& time, Bool_t& inside) const;
+  Double_t EvalGraph(const Double_t& timeHour) const;
+  TGraph *MakeGraph (Int_t nPoints=100, Bool_t debug=kFALSE) const;
   static TClonesArray *  ReadTree(TTree *tree);