X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinderV2SSD.h;fp=ITS%2FAliITSClusterFinderV2SSD.h;h=4cc819a7795d5e29203d565724aaa8ab5d7b8329;hb=c157c94e5b2093abbe42dea5178ce51ea5adc5e6;hp=b3f823f3b9f547b4a642d6d7d32d42b4b95f9a75;hpb=73dfc8643df05fae64490f00e288ce00bbdf84ea;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinderV2SSD.h b/ITS/AliITSClusterFinderV2SSD.h index b3f823f3b9f..4cc819a7795 100644 --- a/ITS/AliITSClusterFinderV2SSD.h +++ b/ITS/AliITSClusterFinderV2SSD.h @@ -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 };