]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCPRF2D.h
Adding the test script to check the reconstruction
[u/mrichter/AliRoot.git] / TPC / AliTPCPRF2D.h
index 2eca8b5a3950540ea8489c97697b384a97bbe303..3d4a22f3c8b1496226a4ff65a5d4a5a0ff930928 100644 (file)
@@ -50,7 +50,7 @@ public :
   virtual void SetY(Float_t y1, Float_t y2, Int_t nYdiv) ;
   virtual void SetChargeAngle(Float_t angle){fChargeAngle = angle;} //set angle of pad and charge distribution
                                                             //axes
-  virtual void SetCurrentAngle(Float_t angle){return;}
+  virtual void SetCurrentAngle(Float_t /*angle*/){return;}
   virtual void SetPadAngle(Float_t angle){fPadAngle = angle;} //set pad angle
   void SetInterpolationType(Int_t interx, Int_t intery) {fInterX=interx; fInterY =intery;}
   virtual void SetGauss(Float_t sigmaX,Float_t sigmaY , Float_t kNorm=1);
@@ -72,12 +72,12 @@ protected:
   void Update1(); 
   virtual void UpdateSigma();  //recalculate sigma of PRF
   Float_t GetPRFActiv(Float_t xin); //return PRF in point xin and actual y
-  Float_t  * fcharge; //field with PRF 
+  Float_t  * fcharge; //!field with PRF 
   Float_t fY1;        //position of first "virtual" vire 
   Float_t fY2;        //position of last virtual vire
   Int_t fNYdiv;       //number of wires
-  Float_t * fChargeArray;  //pointer to array of arrays
   Int_t fNChargeArray;  //number of charge interpolation points
+  Float_t * fChargeArray;  //[fNChargeArray]pointer to array of arrays
  
   void DrawComment(TPaveText * comment);  //draw comments to picture
   //chevron parameters
@@ -123,8 +123,8 @@ protected:
   static const Int_t   fgkNPRF;   //default number of division
 
 private: 
-  AliTPCPRF2D(const AliTPCPRF2D &prf) {;}
-  AliTPCPRF2D &operator = (const AliTPCPRF2D &prf) {return *this;}
+  AliTPCPRF2D(const AliTPCPRF2D &prf);
+  AliTPCPRF2D &operator = (const AliTPCPRF2D &/*prf*/) {return *this;}
   
   ClassDef(AliTPCPRF2D,1) 
 };