]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCseed.h
Further fixes to the par file generation
[u/mrichter/AliRoot.git] / TPC / AliTPCseed.h
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>
17 #include <TBits.h>
18
19 #include "AliTPCtrack.h"
20 #include "AliComplexCluster.h"
21 #include "AliPID.h"
22
23 class TFile;
24 class AliTPCParam;
25 class AliTPCseed;
26 class AliTPCclusterMI;
27 class AliTPCTrackerPoint;
28 class AliESD;   
29 class TClonesArray;
30
31 class AliTPCseed : public AliTPCtrack {
32   public:  
33      AliTPCseed();
34      virtual ~AliTPCseed();
35      AliTPCseed(const AliTPCtrack &t);
36      AliTPCseed(const AliTPCseed &s, Bool_t clusterOwner = kFALSE);
37      //AliTPCseed(const AliTPCseed &t, Double_t a);
38      AliTPCseed(Double_t xr, Double_t alpha, const Double_t xx[5], 
39                 const Double_t cc[15], Int_t i);   
40      AliTPCseed &operator = (const AliTPCseed & param);  
41      Int_t Compare(const TObject *o) const;
42      void Reset(Bool_t all = kTRUE);
43      Int_t GetProlongation(Double_t xr, Double_t &y, Double_t & z) const;
44      virtual Double_t GetPredictedChi2(const AliCluster *cluster2) const;
45      virtual Bool_t Update(const AliCluster* c2, Double_t chi2, Int_t i);
46      AliTPCTrackerPoint * GetTrackPoint(Int_t i);
47      AliTPCclusterMI * GetClusterFast(Int_t irow){ return fClusterPointer[irow];}
48      void SetClusterPointer(Int_t irow, AliTPCclusterMI* cl) {fClusterPointer[irow]=cl;}
49      Double_t GetDensityFirst(Int_t n);
50      Double_t GetSigma2C() const {
51        Double_t cnv=GetBz()*kB2C;
52        return GetSigma1Pt2()*cnv*cnv;
53      }
54      void GetClusterStatistic(Int_t first, Int_t last, Int_t &found, Int_t &foundable, Int_t &shared, Bool_t plus2);
55      
56      void Modify(Double_t factor);
57      void SetClusterIndex2(Int_t row, Int_t index) {
58        fIndex[row] = index;
59      }
60      Int_t  GetClusterIndex2(Int_t row) const {
61        return fIndex[row];
62      }
63      Int_t GetClusterSector(Int_t row) const {
64        Int_t pica = -1;
65        if (fIndex[row]>=0) pica =  ((fIndex[row]&0xff000000)>>24);
66        return pica;
67      }
68     
69      Double_t GetYat(Double_t x) const;
70
71      void SetErrorY2(Float_t sy2){fErrorY2=sy2;}
72      void SetErrorZ2(Float_t sz2){fErrorZ2=sz2;}
73      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);
74      Float_t  CookShape(Int_t type);
75      void CookPID();
76      Double_t Bethe(Double_t bg);     // return bethe-bloch
77      Double_t BetheMass(Double_t mass=0.1057);     // return bethe-bloch
78      //     void CookdEdx2(Double_t low=0.05, Double_t up=0.70);
79      Bool_t IsActive() const { return !(fRemoval);}
80      void Desactivate(Int_t reason){ fRemoval = reason;} 
81      AliTPCclusterMI* GetClusterPointer(Int_t i) const {return fClusterPointer[i];}
82      Int_t GetSector() const {return fSector;}
83      Float_t GetCurrentSigmaY2() const {return fCurrentSigmaY2;}
84      Float_t GetCurrentSigmaZ2() const {return fCurrentSigmaZ2;}
85      Int_t GetRelativeSector() const {return fRelativeSector;}
86      Char_t GetCircular() const {return fCircular;}
87
88      void SetCurrentSigmaY2(Float_t s) {fCurrentSigmaY2=s;}
89      void SetCurrentSigmaZ2(Float_t s) {fCurrentSigmaZ2=s;}
90      void SetRelativeSector(Int_t r) {fRelativeSector=r;}
91      void SetCircular(Char_t c) {fCircular=c;}
92      void SetIsSeeding(Bool_t s) {fIsSeeding=s;}
93      void SetSeedType(Int_t s) {fSeedType=s;}
94      void SetSeed1(Int_t s) {fSeed1=s;}
95      void SetSeed2(Int_t s) {fSeed2=s;}
96      void SetESD(AliESDtrack* esd) {fEsd=esd;}
97      void SetBSigned(Bool_t s) {fBSigned=s;}
98      void SetSort(Int_t s) {fSort=s;}
99      void SetOverlapLabel(Int_t i, Int_t l) {fOverlapLabels[i]=l;}
100      void SetCurrentCluster(AliTPCclusterMI* cl) {fCurrentCluster=cl;}
101      void SetNoCluster(Int_t n) {fNoCluster=n;}
102      void SetRow(Int_t n) {fRow=n;}
103      void SetSector(Int_t n) {fSector=n;}
104      void SetCurrentClusterIndex1(Int_t n) {fCurrentClusterIndex1=n;}
105      void SetInDead(Bool_t s) {fInDead=s;}
106
107      Double_t TPCrPID(Int_t i) const {return fTPCr[i];}
108      Double_t* TPCrPIDs() {return fTPCr;}
109      Bool_t GetIsSeeding() const {return fIsSeeding;}
110      Int_t GetSeedType() const {return fSeedType;}
111      Int_t GetSeed1() const {return fSeed1;}
112      Int_t GetSeed2() const {return fSeed2;}
113      AliESDtrack* GetESD() {return fEsd;}
114      Float_t GetSDEDX(Int_t i) const {return fSDEDX[i];}
115      Int_t GetNCDEDX(Int_t i) const {return fNCDEDX[i];}
116      Bool_t GetBSigned() const {return fBSigned;}
117      Int_t GetSort() const {return fSort;}
118      Int_t GetOverlapLabel(Int_t i) const {return fOverlapLabels[i];}
119      AliTPCclusterMI* GetCurrentCluster() const {return fCurrentCluster;}
120      Int_t GetNoCluster() const {return fNoCluster;}
121      Int_t GetRow() const {return fRow;}
122      Int_t GetCurrentClusterIndex1() const {return fCurrentClusterIndex1;}
123      Bool_t GetInDead() const {return fInDead;}
124      Float_t GetErrorY2() const {return fErrorY2;}
125      Float_t GetErrorZ2() const {return fErrorZ2;}
126   Float_t GetCMeanSigmaY2p30() const {return fCMeanSigmaY2p30;}
127   Float_t GetCMeanSigmaZ2p30() const {return fCMeanSigmaZ2p30;}
128   Float_t GetCMeanSigmaY2p30R() const {return fCMeanSigmaY2p30R;}
129   Float_t GetCMeanSigmaZ2p30R() const {return fCMeanSigmaZ2p30R;}
130      //
131      //
132      void SetClusterMapBit(int ibit, Bool_t state);
133      Bool_t GetClusterMapBit(int ibit);
134      void SetSharedMapBit(int ibit, Bool_t state);
135      Bool_t GetSharedMapBit(int ibit);
136      const TBits& GetClusterMap() const { return fClusterMap; };
137      const TBits& GetSharedMap() const { return fSharedMap; };
138
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);
140
141  private:
142      //     AliTPCseed & operator = (const AliTPCseed &)
143      //  {::Fatal("= operator","Not Implemented\n");return *this;}
144      AliESDtrack * fEsd; //!
145      AliTPCclusterMI*   fClusterPointer[160];  // array of cluster pointers  - 
146      Bool_t             fClusterOwner;         // indicates the track is owner of cluster
147      //---CURRENT VALUES
148      Int_t fRow;                 // current row number  
149      Int_t fSector;              // current sector number
150      Int_t fRelativeSector;      // index of current relative sector
151      Float_t fCurrentSigmaY2;    //!expected current cluster sigma Y
152      Float_t fCurrentSigmaZ2;    //!expected current cluster sigma Z
153      Float_t fCMeanSigmaY2p30;   //! current mean sigma Y2 - mean30%
154      Float_t fCMeanSigmaZ2p30;   //! current mean sigma Z2 - mean30%
155      Float_t fCMeanSigmaY2p30R;   //! current relative mean sigma Y2 - mean30%
156      Float_t fCMeanSigmaZ2p30R;   //! current relative mean sigma Z2 - mean30%
157      Float_t fErrorY2;           //!sigma of current cluster 
158      Float_t fErrorZ2;           //!sigma of current cluster    
159      AliTPCclusterMI * fCurrentCluster; //!pointer to the current cluster for prolongation
160      Int_t   fCurrentClusterIndex1; //! index of the current cluster
161      Bool_t  fInDead;            //! indicate if the track is in dead zone
162      Bool_t  fIsSeeding;         //!indicates if it is proces of seeading
163      Int_t   fNoCluster;         //!indicates number of rows without clusters
164      Int_t   fSort;              //!indicate criteria for sorting
165      Bool_t  fBSigned;        //indicates that clusters of this trackes are signed to be used
166      //
167      //
168      Float_t fDEDX[4];         // dedx according padrows
169      Float_t fSDEDX[4];        // sdedx according padrows
170      Int_t   fNCDEDX[4];       // number of clusters for dedx measurment
171      Double_t fTPCr[AliPID::kSPECIES];   // rough PID according TPC   
172      //
173      Int_t   fSeedType;         //seeding type
174      Int_t   fSeed1;            //first row for seeding
175      Int_t   fSeed2;            //last row for seeding
176      Int_t   fOverlapLabels[12];  //track labels and the length of the  overlap     
177      Float_t fMAngular;           // mean angular factor
178      Char_t   fCircular;           // indicates curlin track
179      AliTPCTrackerPoint  fTrackPoints[160];  //track points - array track points
180      TBits   fClusterMap;       // bit is 1 if track has a hit on padrow
181      TBits   fSharedMap;        // bit is 1 if track shares a hit on padrow
182      ClassDef(AliTPCseed,3)  
183 };
184
185
186
187
188
189 #endif
190
191