]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove obsolete class
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 May 2011 12:56:26 +0000 (12:56 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 May 2011 12:56:26 +0000 (12:56 +0000)
TRD/AliTRDtracklet.cxx [deleted file]
TRD/AliTRDtracklet.h [deleted file]
TRD/CMakelibTRDrec.pkg
TRD/TRDrecLinkDef.h

diff --git a/TRD/AliTRDtracklet.cxx b/TRD/AliTRDtracklet.cxx
deleted file mode 100644 (file)
index 2237c8b..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/**************************************************************************
- * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- *                                                                        *
- * Author: The ALICE Off-line Project.                                    *
- * Contributors are mentioned in the code where appropriate.              *
- *                                                                        *
- * Permission to use, copy, modify and distribute this software and its   *
- * documentation strictly for non-commercial purposes is hereby granted   *
- * without fee, provided that the above copyright notice appears in all   *
- * copies and that both the copyright notice and this permission notice   *
- * appear in the supporting documentation. The authors make no claims     *
- * about the suitability of this software for any purpose. It is          *
- * provided "as is" without express or implied warranty.                  *
- **************************************************************************/
-
-/* $Id$ */
-
-////////////////////////////////////////////////////////////////////////////
-//                                                                        //
-//  A TRD tracklet                                                        //
-//                                                                        //
-////////////////////////////////////////////////////////////////////////////
-
-#include "AliTRDtracklet.h"
-
-ClassImp(AliTRDtracklet)
-
-//_____________________________________________________________________________
-AliTRDtracklet::AliTRDtracklet()
-  :TObject()
-  ,fY(0)
-  ,fZ(0)
-  ,fX(0)
-  ,fAlpha(0)
-  ,fSigma2(0)
-  ,fP0(0)
-  ,fP1(0)
-  ,fNFound(0)
-  ,fNCross(0)
-  ,fPlane(0)
-  ,fExpectedSigma2(0)
-  ,fChi2(0)
-  ,fTilt(0)
-  ,fMaxPos(0)
-  ,fMaxPos4(0)
-  ,fMaxPos5(0) 
-{ 
-  //
-  // Default contructor
-  //
-
-}
-
-//_____________________________________________________________________________
-AliTRDtracklet::~AliTRDtracklet()
-{
-  //
-  // Destructor
-  //
-
-}
diff --git a/TRD/AliTRDtracklet.h b/TRD/AliTRDtracklet.h
deleted file mode 100644 (file)
index 3b6dd05..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-#ifndef ALITRDTRACKLET_H
-#define ALITRDTRACKLET_H
-
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-/* $Id$ */
-
-#include <TObject.h>
-
-////////////////////////////////////////////////////////////////////////////
-//                                                                        //
-//  A TRD tracklet                                                        //
-//                                                                        //
-////////////////////////////////////////////////////////////////////////////
-
-class AliTRDtracklet : public TObject {
- public:
-
-  AliTRDtracklet();
-  virtual          ~AliTRDtracklet();
-
-           void     Set(Float_t x, Float_t y, Float_t z, Float_t alpha, Float_t error2)
-                                                          { fX = x; fY = y; fZ = z;
-                                                             fAlpha = alpha; fSigma2 = error2; }
-           void     SetP0(Float_t p0)                      { fP0             = p0;     }
-           void     SetP1(Float_t p1)                      { fP1             = p1;     }
-           void     SetN(Int_t n)                          { fNFound         = n;      }
-           void     SetNCross(Int_t nc)                    { fNCross         = nc;     }
-           void     SetPlane(Int_t plane)                  { fPlane          = plane;  }
-           void     SetSigma2(Float_t sigma2)              { fExpectedSigma2 = sigma2; }
-           void     SetChi2(Float_t chi2)                  { fChi2           = chi2;   }
-           void     SetTilt(Float_t tilt)                  { fTilt           = tilt;   }
-           void     SetMaxPos(Short_t pos, Short_t pos4, Short_t pos5)
-                                                           { fMaxPos         = pos; 
-                                                             fMaxPos4        = pos4; 
-                                                             fMaxPos5        = pos5;   }
-
-           Float_t  GetX() const                           { return fX;                }
-           Float_t  GetY() const                           { return fY;                }
-           Float_t  GetZ() const                           { return fZ;                }
-           Float_t  GetAlpha() const                       { return fAlpha;            } 
-           Float_t  GetTrackletSigma2() const              { return fSigma2;           }
-           Float_t  GetP0() const                          { return fP0;               }
-           Float_t  GetP1() const                          { return fP1;               }
-           Int_t    GetN() const                           { return fNFound;           }
-           Int_t    GetNCross() const                      { return fNCross;           }  
-           Int_t    GetPlane() const                       { return fPlane;            }
-           Float_t  GetClusterSigma2() const               { return fExpectedSigma2;   }
-           Float_t  GetChi2() const                        { return fChi2;             }
-           Float_t  GetTilt() const                        { return fTilt;             }
-
- protected:
-
-           Float_t  fY;                  //  Y position
-           Float_t  fZ;                  //  Z position
-           Float_t  fX;                  //  X position
-           Float_t  fAlpha;              //  Rotation angle
-           Float_t  fSigma2;             //  Expected error of tracklet position
-           Float_t  fP0;                 //  Offset in y
-           Float_t  fP1;                 //  Offset in tangent
-           Int_t    fNFound;             //  Number of found clusters
-           Int_t    fNCross;             //  Number of crosses
-           Int_t    fPlane;              //  Plane number
-           Float_t  fExpectedSigma2;     //  Expected sigma of residual distribution of clusters
-           Float_t  fChi2;               //  Chi2 of the tracklet
-           Float_t  fTilt;               //  Tilt factor 
-           Short_t  fMaxPos;             //  Time bin with max charge
-           Short_t  fMaxPos4;            //  Time bin with max charge
-           Short_t  fMaxPos5;            //  Time bin with max charge
-
-  ClassDef(AliTRDtracklet,2)             //  The TRD tracklet in one ROC
-
-};
-
-#endif   
index c877a80394b31f137959ed38ab7d4279840958d4..22a61283c0c44750449425d27ffa6f8aea706db6 100644 (file)
@@ -29,7 +29,6 @@ set ( SRCS
     AliTRDcluster.cxx
     AliTRDclusterizer.cxx
     AliTRDtransform.cxx
-    AliTRDtracklet.cxx
     AliTRDtrackletOflHelper.cxx
     AliTRDpidUtil.cxx
     AliTRDpidESD.cxx
index c74de77a89fdda5e3b116e8ce7e1e4db1a2da2ab..9379eb07b250701c846ebf45494357c503f2ccab 100644 (file)
@@ -17,7 +17,6 @@
 
 #pragma link C++ class  AliTRDReconstructor+;
 
-#pragma link C++ class  AliTRDtracklet+;
 #pragma link C++ class  AliTRDtrackletOflHelper+;
 #pragma link C++ class  AliTRDseedV1+;
 #pragma link C++ class  AliTRDtrackV1+;