From e67c69c4d5334c190440ea728a5fbab8dda8e435 Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 9 Jun 1999 17:17:07 +0000 Subject: [PATCH] Eliminate variable fName from class after a suggestion of A.Morsch. --- MUON/AliMUONsegmentv1.h | 5 ----- MUON/AliMUONv0.h | 7 ------- MUON/AliMUONv01.h | 6 +----- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/MUON/AliMUONsegmentv1.h b/MUON/AliMUONsegmentv1.h index 2bc393ddd87..c7b39903d11 100644 --- a/MUON/AliMUONsegmentv1.h +++ b/MUON/AliMUONsegmentv1.h @@ -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 diff --git a/MUON/AliMUONv0.h b/MUON/AliMUONv0.h index 7fa96f89195..91b4b1740a3 100644 --- a/MUON/AliMUONv0.h +++ b/MUON/AliMUONv0.h @@ -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 diff --git a/MUON/AliMUONv01.h b/MUON/AliMUONv01.h index 3ceb7f6f3f3..88445b62657 100644 --- a/MUON/AliMUONv01.h +++ b/MUON/AliMUONv01.h @@ -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 -- 2.31.1