]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SSD.h
Optmization of SSD ClusterFinder (C. Cheshkov)
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SSD.h
index b3f823f3b9f547b4a642d6d7d32d42b4b95f9a75..4cc819a7795d5e29203d565724aaa8ab5d7b8329 100644 (file)
@@ -42,6 +42,8 @@ public:
   Float_t fTanP;          //tangent of the stereo angle on the P side
   Float_t fTanN;          //tangent of the stereo angle on the N side
 
+  static Short_t*fPairs;         //array used to build positive-negative pairs
+  static Int_t   fPairsSize;     //actual size of pairs array
 
   ClassDef(AliITSClusterFinderV2SSD,1)  // ITS cluster finder V2 for SDD
 };