]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/Rec/AliTPCseed.h
Modifications needed to use PID framework based mass during tracking and
[u/mrichter/AliRoot.git] / TPC / Rec / AliTPCseed.h
CommitLineData
81e97e0d 1#ifndef ALITPCSEED_H
2#define ALITPCSEED_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6
7/* $Id$ */
8
9//-------------------------------------------------------
10// TPC seed
11// Class needed for TPC parallel tracking
12//
13// Origin:
14//-------------------------------------------------------
15
16#include <TError.h>
19b00333 17#include <TBits.h>
81e97e0d 18
19e8ad6c 19#include <TVectorFfwd.h>
81e97e0d 20#include "AliTPCtrack.h"
21#include "AliComplexCluster.h"
22#include "AliPID.h"
23
24class TFile;
25class AliTPCParam;
26class AliTPCseed;
27class AliTPCclusterMI;
28class AliTPCTrackerPoint;
7cd8ac3f 29class AliESD;
30class AliTPCCalPad;
81e97e0d 31class TClonesArray;
32
33class AliTPCseed : public AliTPCtrack {
81e97e0d 34 public:
35 AliTPCseed();
36 virtual ~AliTPCseed();
24aea01c 37 virtual TObject* Clone(const char* newname = "") const;
81e97e0d 38 AliTPCseed(const AliTPCtrack &t);
2928bdf0 39 AliTPCseed(const AliTPCseed &s, Bool_t clusterOwner = kFALSE);
81e97e0d 40 //AliTPCseed(const AliTPCseed &t, Double_t a);
6c94f330 41 AliTPCseed(Double_t xr, Double_t alpha, const Double_t xx[5],
179c6296 42 const Double_t cc[15], Int_t i);
43 AliTPCseed &operator = (const AliTPCseed & param);
f06a1ff6 44 void Clear(Option_t* = "");
87e92a27 45 static Int_t RefitTrack(AliTPCseed* seed, AliExternalTrackParam * in, AliExternalTrackParam * out);
46 Bool_t RefitTrack(AliTPCseed* seed, Bool_t out);
81e97e0d 47 Int_t Compare(const TObject *o) const;
48 void Reset(Bool_t all = kTRUE);
49 Int_t GetProlongation(Double_t xr, Double_t &y, Double_t & z) const;
af32720d 50 virtual Double_t GetPredictedChi2(const AliCluster *cluster2) const;
6c94f330 51 virtual Bool_t Update(const AliCluster* c2, Double_t chi2, Int_t i);
81e97e0d 52 AliTPCTrackerPoint * GetTrackPoint(Int_t i);
c6c5e49f 53 AliTPCclusterMI * GetClusterFast(Int_t irow){ return fClusterPointer[irow];}
b9671574 54 void SetClusterPointer(Int_t irow, AliTPCclusterMI* cl) {fClusterPointer[irow]=cl;}
81e97e0d 55 Double_t GetDensityFirst(Int_t n);
6c94f330 56 Double_t GetSigma2C() const {
57 Double_t cnv=GetBz()*kB2C;
58 return GetSigma1Pt2()*cnv*cnv;
59 }
81e97e0d 60 void GetClusterStatistic(Int_t first, Int_t last, Int_t &found, Int_t &foundable, Int_t &shared, Bool_t plus2);
61
62 void Modify(Double_t factor);
63 void SetClusterIndex2(Int_t row, Int_t index) {
64 fIndex[row] = index;
65 }
66 Int_t GetClusterIndex2(Int_t row) const {
67 return fIndex[row];
68 }
69 Int_t GetClusterSector(Int_t row) const {
70 Int_t pica = -1;
71 if (fIndex[row]>=0) pica = ((fIndex[row]&0xff000000)>>24);
72 return pica;
73 }
74
6c94f330 75 Double_t GetYat(Double_t x) const;
76
81e97e0d 77 void SetErrorY2(Float_t sy2){fErrorY2=sy2;}
78 void SetErrorZ2(Float_t sz2){fErrorZ2=sz2;}
105b1b81 79 Float_t CookdEdx(Double_t low=0.05, Double_t up=0.70, Int_t i1=0, Int_t i2=159, Bool_t onlyused = kFALSE);
eb02f63a 80 Float_t CookShape(Int_t type);
f845ec0a 81 // Float_t CookShape2(Int_t type,Bool_t withQ);
81e97e0d 82 void CookPID();
81e97e0d 83 Bool_t IsActive() const { return !(fRemoval);}
84 void Desactivate(Int_t reason){ fRemoval = reason;}
b9671574 85 AliTPCclusterMI* GetClusterPointer(Int_t i) const {return fClusterPointer[i];}
86 Int_t GetSector() const {return fSector;}
87 Float_t GetCurrentSigmaY2() const {return fCurrentSigmaY2;}
88 Float_t GetCurrentSigmaZ2() const {return fCurrentSigmaZ2;}
89 Int_t GetRelativeSector() const {return fRelativeSector;}
90 Char_t GetCircular() const {return fCircular;}
91
92 void SetCurrentSigmaY2(Float_t s) {fCurrentSigmaY2=s;}
93 void SetCurrentSigmaZ2(Float_t s) {fCurrentSigmaZ2=s;}
94 void SetRelativeSector(Int_t r) {fRelativeSector=r;}
95 void SetCircular(Char_t c) {fCircular=c;}
96 void SetIsSeeding(Bool_t s) {fIsSeeding=s;}
97 void SetSeedType(Int_t s) {fSeedType=s;}
98 void SetSeed1(Int_t s) {fSeed1=s;}
99 void SetSeed2(Int_t s) {fSeed2=s;}
100 void SetESD(AliESDtrack* esd) {fEsd=esd;}
101 void SetBSigned(Bool_t s) {fBSigned=s;}
102 void SetSort(Int_t s) {fSort=s;}
103 void SetOverlapLabel(Int_t i, Int_t l) {fOverlapLabels[i]=l;}
104 void SetCurrentCluster(AliTPCclusterMI* cl) {fCurrentCluster=cl;}
105 void SetNoCluster(Int_t n) {fNoCluster=n;}
106 void SetRow(Int_t n) {fRow=n;}
107 void SetSector(Int_t n) {fSector=n;}
108 void SetCurrentClusterIndex1(Int_t n) {fCurrentClusterIndex1=n;}
109 void SetInDead(Bool_t s) {fInDead=s;}
b9671574 110
111 Double_t TPCrPID(Int_t i) const {return fTPCr[i];}
112 Double_t* TPCrPIDs() {return fTPCr;}
113 Bool_t GetIsSeeding() const {return fIsSeeding;}
114 Int_t GetSeedType() const {return fSeedType;}
115 Int_t GetSeed1() const {return fSeed1;}
116 Int_t GetSeed2() const {return fSeed2;}
117 AliESDtrack* GetESD() {return fEsd;}
118 Float_t GetSDEDX(Int_t i) const {return fSDEDX[i];}
64bf5ca0 119 Float_t GetDEDXregion(Int_t i) const {return fDEDX[i];}
b9671574 120 Int_t GetNCDEDX(Int_t i) const {return fNCDEDX[i];}
64bf5ca0 121 Int_t GetNCDEDXInclThres(Int_t i) const {return fNCDEDXInclThres[i];}
b9671574 122 Bool_t GetBSigned() const {return fBSigned;}
123 Int_t GetSort() const {return fSort;}
124 Int_t GetOverlapLabel(Int_t i) const {return fOverlapLabels[i];}
125 AliTPCclusterMI* GetCurrentCluster() const {return fCurrentCluster;}
126 Int_t GetNoCluster() const {return fNoCluster;}
127 Int_t GetRow() const {return fRow;}
128 Int_t GetCurrentClusterIndex1() const {return fCurrentClusterIndex1;}
129 Bool_t GetInDead() const {return fInDead;}
130 Float_t GetErrorY2() const {return fErrorY2;}
131 Float_t GetErrorZ2() const {return fErrorZ2;}
e0e13b88 132 Float_t GetCMeanSigmaY2p30() const {return fCMeanSigmaY2p30;}
133 Float_t GetCMeanSigmaZ2p30() const {return fCMeanSigmaZ2p30;}
c07cb486 134 Float_t GetCMeanSigmaY2p30R() const {return fCMeanSigmaY2p30R;}
135 Float_t GetCMeanSigmaZ2p30R() const {return fCMeanSigmaZ2p30R;}
81e97e0d 136 //
137 //
19b00333 138
8a92e133 139 Float_t CookdEdxNorm(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Bool_t shapeNorm=kTRUE, Int_t posNorm=0, Int_t padNorm=0,Int_t returnVal=0);
140
19e8ad6c 141 Float_t CookdEdxAnalytical(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Int_t returnVal=0, Int_t rowThres = 2, Int_t mode=0, TVectorT<float> *returnVec = NULL);
8a92e133 142
3247d397 143 static void GetError(AliTPCclusterMI* cluster, AliExternalTrackParam * param,
144 Double_t& erry, Double_t &errz);
145 static void GetShape(AliTPCclusterMI* cluster, AliExternalTrackParam * param,
146 Double_t& rmsy, Double_t &rmsz);
ba5e52fb 147 static Double_t GetQCorrGeom(Float_t ty, Float_t tz);
148 static Double_t GetQCorrShape(Int_t ipad, Int_t type,Float_t z, Float_t ty, Float_t tz, Float_t q, Float_t thr);
64bf5ca0 149 //
19e8ad6c 150 // Float_t GetTPCClustInfo(Int_t nNeighbours, Int_t type, Int_t row0, Int_t row1, TVectorT<float> *returnVec);
ddfbc51a 151 void SetPoolID(Int_t id) {fPoolID = id;}
152 Int_t GetPoolID() const {return fPoolID;}
1791d824 153 Int_t GetNumberOfClustersIndices(); // Should be in AliTPCtrack
81e97e0d 154 private:
155 // AliTPCseed & operator = (const AliTPCseed &)
156 // {::Fatal("= operator","Not Implemented\n");return *this;}
157 AliESDtrack * fEsd; //!
105b1b81 158 AliTPCclusterMI* fClusterPointer[160]; // array of cluster pointers -
2928bdf0 159 Bool_t fClusterOwner; // indicates the track is owner of cluster
81e97e0d 160 //---CURRENT VALUES
6d493ea0 161 Int_t fRow; // current row number
162 Int_t fSector; // current sector number
163 Int_t fRelativeSector; // index of current relative sector
81e97e0d 164 Float_t fCurrentSigmaY2; //!expected current cluster sigma Y
165 Float_t fCurrentSigmaZ2; //!expected current cluster sigma Z
e0e13b88 166 Float_t fCMeanSigmaY2p30; //! current mean sigma Y2 - mean30%
167 Float_t fCMeanSigmaZ2p30; //! current mean sigma Z2 - mean30%
c07cb486 168 Float_t fCMeanSigmaY2p30R; //! current relative mean sigma Y2 - mean30%
169 Float_t fCMeanSigmaZ2p30R; //! current relative mean sigma Z2 - mean30%
81e97e0d 170 Float_t fErrorY2; //!sigma of current cluster
171 Float_t fErrorZ2; //!sigma of current cluster
172 AliTPCclusterMI * fCurrentCluster; //!pointer to the current cluster for prolongation
173 Int_t fCurrentClusterIndex1; //! index of the current cluster
174 Bool_t fInDead; //! indicate if the track is in dead zone
175 Bool_t fIsSeeding; //!indicates if it is proces of seeading
176 Int_t fNoCluster; //!indicates number of rows without clusters
177 Int_t fSort; //!indicate criteria for sorting
178 Bool_t fBSigned; //indicates that clusters of this trackes are signed to be used
179 //
180 //
64bf5ca0 181 Float_t fDEDX[5]; // dedx according padrows
182 Float_t fSDEDX[4]; // sdedx according padrows
183 Int_t fNCDEDX[4]; // number of clusters for dedx measurment
184 Int_t fNCDEDXInclThres[4]; // number of clusters for dedx measurment including sub-threshold clusters
81e97e0d 185 Double_t fTPCr[AliPID::kSPECIES]; // rough PID according TPC
186 //
187 Int_t fSeedType; //seeding type
188 Int_t fSeed1; //first row for seeding
189 Int_t fSeed2; //last row for seeding
190 Int_t fOverlapLabels[12]; //track labels and the length of the overlap
191 Float_t fMAngular; // mean angular factor
192 Char_t fCircular; // indicates curlin track
105b1b81 193 AliTPCTrackerPoint fTrackPoints[160]; //track points - array track points
ddfbc51a 194 Int_t fPoolID; //! id in the pool
f06a1ff6 195 ClassDef(AliTPCseed,6)
81e97e0d 196};
197
198
199
200
201
202#endif
203
204