]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Renaming Delete() in DeleteSegmentations()
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Jan 2006 10:17:01 +0000 (10:17 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Jan 2006 10:17:01 +0000 (10:17 +0000)
(to avoid overriding TObject::Delete() which has different maeaning)

MUON/mapping/AliMpSegFactory.cxx
MUON/mapping/AliMpSegFactory.h

index b2046832cd22a8906f7310b662c76b01a7fa4a52..7aea8f0629044bbdeb5868ce32c727aa496cab1d 100644 (file)
@@ -127,7 +127,7 @@ AliMpSegFactory::CreateMpSegmentation(Int_t detElemId, Int_t cath)
 } 
     
 //______________________________________________________________________________
-void AliMpSegFactory::Delete(const Option_t* /*opt*/)
+void AliMpSegFactory::DeleteSegmentations()
 {
 /// Delete all segmentations created with this manager
 
index 654dfe54836e54c88e6042e8bb51357862f8944f..116cb6631bb43f18fed1981576050fffb76afb6a 100644 (file)
@@ -31,7 +31,7 @@ class AliMpSegFactory : public  TObject {
     
     // methods
     AliMpVSegmentation* CreateMpSegmentation(Int_t detElemId, Int_t cath);
-    void Delete(const Option_t* opt = "");
+    void DeleteSegmentations();
 
   protected:
     AliMpSegFactory(const AliMpSegFactory& rhs);