]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Made access to matrices virtual
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Nov 2012 15:31:05 +0000 (15:31 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Nov 2012 15:31:05 +0000 (15:31 +0000)
STEER/STEER/AliCluster.h

index 0c934646abb05f89e59a4b7e0b6546b676d8ddf0..4e7355cc0058a484ab5c46f9bba612c8566eb0b2 100644 (file)
@@ -73,8 +73,8 @@ class AliCluster : public TObject {
 
  protected:
 
-  const TGeoHMatrix*   GetTracking2LocalMatrix() const;
-  TGeoHMatrix*         GetMatrix(Bool_t original = kFALSE) const;
+  virtual const TGeoHMatrix*   GetTracking2LocalMatrix() const;
+  virtual TGeoHMatrix*         GetMatrix(Bool_t original = kFALSE) const;
 
  private: