]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/Ali3Vector.h
07-oct-2003 NvE Arguments of SetSignal and AddSignal memberfunctions of AliCalmodule...
[u/mrichter/AliRoot.git] / RALICE / Ali3Vector.h
index b3d454a47933f6c9313f20253451c7d9b8783c95..98be98ed3a4a566e6d692be1bed1b0d828f9e11e 100644 (file)
@@ -18,14 +18,14 @@ class Ali3Vector
   Ali3Vector(const Ali3Vector& v);               // Copy constructor
   virtual void Load(Ali3Vector& q);              // Load all attributes of input Ali3Vector
   virtual void SetZero();                        // (Re)set all attributes to zero.
-  virtual void SetVector(Double_t* v,TString f); // Store vector v in frame f
-  virtual void GetVector(Double_t* v,TString f); // Provide vector v in frame f
-  virtual void SetVector(Float_t*  v,TString f); // Store vector v in frame f
-  virtual void GetVector(Float_t*  v,TString f); // Provide vector v in frame f
-  virtual void SetErrors(Double_t* e,TString f); // Store errors of vector in frame f
-  virtual void GetErrors(Double_t* e,TString f); // Provide errors of vector in frame f
-  virtual void SetErrors(Float_t*  e,TString f); // Store errors of vector in frame f
-  virtual void GetErrors(Float_t*  e,TString f); // Provide errors of vector in frame f
+  void SetVector(Double_t* v,TString f);         // Store vector v in frame f
+  void GetVector(Double_t* v,TString f);         // Provide vector v in frame f
+  void SetVector(Float_t*  v,TString f);         // Store vector v in frame f
+  void GetVector(Float_t*  v,TString f);         // Provide vector v in frame f
+  void SetErrors(Double_t* e,TString f);         // Store errors of vector in frame f
+  void GetErrors(Double_t* e,TString f);         // Provide errors of vector in frame f
+  void SetErrors(Float_t*  e,TString f);         // Store errors of vector in frame f
+  void GetErrors(Float_t*  e,TString f);         // Provide errors of vector in frame f
   virtual void Data(TString f="car");            // Print vector components in frame f
   Double_t GetNorm();                            // Provide norm of the vector
   Double_t Dot(Ali3Vector& q);                   // Provide dot product with q
@@ -48,6 +48,6 @@ class Ali3Vector
   Double_t fDx,fDy,fDz;       // Errors on Cartesian coordinates
   Double_t fDresult;          // Error on scalar result (e.g. norm or dotproduct)
 
- ClassDef(Ali3Vector,4) // Handling of 3-vectors in various reference frames.
+ ClassDef(Ali3Vector,5) // Handling of 3-vectors in various reference frames.
 };
 #endif