]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing default implementation for CreateIterator();
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Feb 2007 09:50:57 +0000 (09:50 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Feb 2007 09:50:57 +0000 (09:50 +0000)
now all segmentations have their own.

MUON/mapping/AliMpVSegmentation.cxx

index 681d1055a476ac9309cd4dc06513aacffb87f90b..15c64e6fe6a9691964cd2490c37ddb0602e9ef10 100644 (file)
@@ -54,18 +54,6 @@ AliMpVSegmentation::~AliMpVSegmentation()
 /// Destructor 
 }
 
-//_____________________________________________________________________________
-AliMpVPadIterator* 
-AliMpVSegmentation::CreateIterator() const
-{
-  /// This is a default implementation, that *might* be used
-  /// by child classes. But if they come up with better options,
-  /// let it be ;-)
-  
-  AliMpArea area(TVector2(0.0,0.0),Dimensions());
-  return CreateIterator(area);
-}
-
 //_____________________________________________________________________________
 AliMpPadPair AliMpVSegmentation::FindPads(const TVector2& position1, 
                                           const TVector2& position2) const