]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCTransform.h
fixing some minor coverty reports
[u/mrichter/AliRoot.git] / TPC / AliTPCTransform.h
index 40026e054ddc772d6dd13d85e9e76a3c2eac765a..e1f7d589654359156eb0bba90ca838c6e3327968 100755 (executable)
@@ -31,6 +31,7 @@ public:
   void GetCosAndSin(Int_t sector,Double_t &cos,Double_t &sin) const;
   UInt_t GetCurrentTimeStamp() const { return fCurrentTimeStamp;}
   const AliTPCRecoParam * GetCurrentRecoParam() const {return fCurrentRecoParam;}
+  AliTPCRecoParam * GetCurrentRecoParamNonConst() const {return fCurrentRecoParam;}
   UInt_t GetCurrentRunNumber() const { return fCurrentRun;}
   //
   // set current values
@@ -38,6 +39,7 @@ public:
   void SetCurrentRecoParam(AliTPCRecoParam* param){fCurrentRecoParam=param;}
   void SetCurrentRun(Int_t run){fCurrentRun=run;}
   void SetCurrentTimeStamp(Int_t timeStamp){fCurrentTimeStamp=timeStamp;}
+  void ApplyTransformations(Double_t *xyz, Int_t volID);
 private:
   AliTPCTransform& operator=(const AliTPCTransform&); // not implemented
   Double_t fCoss[18];  // cache the transformation