]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove obsolete class AliTPCclusterLMI (Marian)
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Sep 2006 09:09:49 +0000 (09:09 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Sep 2006 09:09:49 +0000 (09:09 +0000)
TPC/AliTPCclusterMI.cxx
TPC/AliTPCclusterMI.h
TPC/TPCrecLinkDef.h

index ca51617915b55db529150320df55dfd6255f96d8..b3359e315d428eeb23080e7bcfb75fd8439d26b1 100644 (file)
@@ -29,7 +29,6 @@
 #include "AliTPCclusterMI.h"
 
 ClassImp(AliTPCclusterMI)
-ClassImp(AliTPCclusterLMI)
 
 Bool_t AliTPCclusterMI::IsSortable() const
 {
index b952fd6c6bd7e2dffce9db77f8f5e0cadf02a368..95bbc7c071d05bbdcbe9cd41f828245a3f074318 100644 (file)
@@ -55,41 +55,6 @@ void AliTPCclusterMI::Use(Int_t inc)
     fUsed=0;
 }
 
-class AliTPCclusterLMI  {
-
-public:
-  AliTPCclusterLMI(){fCZ=fCY=fSigmaZ=fSigmaY=fQ=fMax=fCType=0;}
-  virtual ~AliTPCclusterLMI(){}
-  Float_t  GetZ()            const {return (fCZ*0.01);}
-  Float_t  GetY()            const {return (fCY*0.01);}
-  Float_t  GetSigmaZ()       const {return (fSigmaZ*0.02);}
-  Float_t  GetSigmaY()       const {return (fSigmaY*0.02);}  
-  Int_t  GetType()           const {return fCType;}
-  Int_t  GetMax()            const {return fMax;}
-  Float_t  GetQ()            const {return fQ;}
-  Int_t    GelLabel(Int_t i) const {return fLabel[i];}
-  //
-  void     SetY(Float_t y){ fCY = (UShort_t)(TMath::Nint(y*100.));} 
-  void     SetZ(Float_t z){ fCZ = (UShort_t)(TMath::Nint(z*100.));} 
-  void     SetSigmaZ(Float_t sigmaz) {fSigmaZ = (UChar_t)(TMath::Nint(sigmaz*50.));}
-  void     SetSigmaY(Float_t sigmay) {fSigmaY = (UChar_t)(TMath::Nint(sigmay*50.));}
-  void     SetQ(Float_t q) {fQ = (UShort_t)q;}
-  void     SetMax(Float_t max) {fMax = (UShort_t)max;}
-  void     SetType(Char_t type) {fCType = type;}
-  void     SetLabels(Int_t labels[3]){fLabel[0] = labels[0];fLabel[1] = labels[1];fLabel[2] = labels[2];}
-
-private:
-  Short_t  fCZ;       // current cluster position Z in cm - 100 mum precision
-  Short_t  fCY;       // current cluster position Y in cm - 100 mum precision
-  UChar_t  fSigmaZ;   // shape  Z - normalised shape - normaliziation 1 - precision 2 percent
-  UChar_t  fSigmaY;   // shape  Y - normalised shape - normaliziation 1 - precision 2 percent
-  UShort_t fQ;        // total charge in cluster 
-  UShort_t fMax;      // charge at maximum  
-  Char_t   fCType;    // type of the cluster
-  Int_t    fLabel[3];    // track indexes 
-  ClassDef(AliTPCclusterLMI,1)  
-};
-
 
 
 #endif
index d70524e670a3c655532b74e686cf1b593eed60b0..eb13e4d63460c6d4ea16762c0d15fa49af29c262 100644 (file)
@@ -10,7 +10,6 @@
  
 #pragma link C++ class AliTPCcluster+;
 #pragma link C++ class AliTPCclusterMI+;
-#pragma link C++ class AliTPCclusterLMI+;     // defined in AliTPCclusterMI.h
 
 #pragma link C++ class AliComplexCluster+;
 #pragma link C++ class AliTPCTrackerPoint+;   // defined in AliComplexCluster.h