]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifTypePadIterator.cxx
Previous commit had the bad side-effect of changing the behaviour of Raw QA to comput...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifTypePadIterator.cxx
index f60a6a675b7893a75a7aa74316ce39e5c114c343..6aeb6e5ee64e6d1a398759b8c95a7d36e2258701 100755 (executable)
@@ -208,7 +208,7 @@ AliMpPad AliMpMotifTypePadIterator::CurrentItem() const
     else
       return AliMpPad(0, 0,
                      fCurrentIx, fCurrentIy,
-                      TVector2(),TVector2());
+                      0., 0.,0., 0.);
 }
 
 //______________________________________________________________________________