]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove YourName virtual base classes.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jun 1999 08:26:13 +0000 (08:26 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jun 1999 08:26:13 +0000 (08:26 +0000)
MUON/AliMUON.h

index 44c4658336d6910cea3ea4273b8aa6800bdb3276..a91baca0f0a1d1530d75ad79788a7d6be9f85822 100644 (file)
@@ -77,7 +77,6 @@ public TObject {
        (Float_t& x1, Float_t& x2, Float_t& y1, Float_t& y2)  = 0;
     //
     // Identification
-    virtual char* YourName()                           =0;
     ClassDef(AliMUONsegmentation,1)
 };
 //----------------------------------------------
@@ -108,7 +107,6 @@ public TObject {
     virtual Float_t IntXY(AliMUONsegmentation *)       =0;
     //
     // Identification
-    virtual char* YourName()                           =0;
     ClassDef(AliMUONresponse,1)
 };