From: fca Date: Wed, 9 Jun 1999 17:17:07 +0000 (+0000) Subject: Eliminate variable fName from class after a suggestion of A.Morsch. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e67c69c4d5334c190440ea728a5fbab8dda8e435 Eliminate variable fName from class after a suggestion of A.Morsch. --- 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