]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Eliminate variable fName from class after a suggestion of A.Morsch.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 17:17:07 +0000 (17:17 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Jun 1999 17:17:07 +0000 (17:17 +0000)
MUON/AliMUONsegmentv1.h
MUON/AliMUONv0.h
MUON/AliMUONv01.h

index 2bc393ddd87629fd467efde5785d1a213e5a75b0..c7b39903d11edd468df189cfc09eaee6ac902882 100644 (file)
@@ -70,8 +70,6 @@ public AliMUONsegmentation {
        (Float_t& x1, Float_t& x2, Float_t& y1, Float_t& y2);
     //
     // Identification
-    virtual char* YourName() {return fName;}
-
     ClassDef(AliMUONsegmentationV1,1)
  protected:
     //
@@ -113,9 +111,6 @@ public AliMUONsegmentation {
     Int_t fiwt;
     Float_t fxt;
     Float_t fyt;
-    //
-    // Version Identifier
-    char    *fName;       
 };
 
 #endif
index 7fa96f891953455ae1acb9eab5fff6fa06d37155..91b4b1740a346a4df781b0b65046971bf391d747 100644 (file)
@@ -68,7 +68,6 @@ public AliMUONsegmentation {
        (Float_t& x1, Float_t& x2, Float_t& y1, Float_t& y2);
     //
     // Identification
-    virtual char* YourName(){return fName;}
     ClassDef(AliMUONsegmentationV0,1)
         protected:
     //
@@ -103,9 +102,6 @@ public AliMUONsegmentation {
     Int_t fiwt;
     Float_t fxt;
     Float_t fyt;
-    //
-    // Version Identifier
-    char    *fName;       
 };
 
 class AliMUONresponseV0 : //Mathieson response
@@ -143,8 +139,6 @@ public AliMUONresponse {
     virtual Float_t IntXY(AliMUONsegmentation * segmentation);
     // Identification
     //
-    virtual char* YourName() {return fName;}
-
     ClassDef(AliMUONresponseV0,1)
  protected:
     Float_t fChslope;         // Slope of the charge distribution
@@ -159,7 +153,6 @@ public AliMUONresponse {
     Float_t fKy2;
     Float_t fKy4;
     Float_t fPitch;           //anode-cathode pitch
-    char    *fName;           // Version Identifier
 };
 
 #endif
index 3ceb7f6f3f30256decf367f389a0e0c2b9f5bb47..88445b626570f79004048b8341d03258a5eb1f2f 100644 (file)
@@ -55,8 +55,6 @@ public AliMUONsegmentation {
     void  SigGenInit(Float_t x, Float_t y, Float_t z);
     //
     // Identification
-    virtual char* YourName() {return fName;}
-
     ClassDef(AliMUONsegmentationV01,1)
     
  private:
@@ -106,9 +104,7 @@ public AliMUONsegmentation {
     Int_t fiwt;
     Float_t fxt;
     Float_t fyt;
-    //
-    // Version Identifier
-    char    *fName;       
+
 };
 #endif