X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinderV2SSD.h;h=f1f737a647cc8e738e69f8870b51bd44de75beb9;hb=c30a253b1cb799dba36f9f3b3cb849adc8335e12;hp=22db5db98f5d07b834b0e39e614bb81fa52db187;hpb=42ed6062caca948be55cd06ab99ca56da23b5888;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinderV2SSD.h b/ITS/AliITSClusterFinderV2SSD.h index 22db5db98f5..f1f737a647c 100644 --- a/ITS/AliITSClusterFinderV2SSD.h +++ b/ITS/AliITSClusterFinderV2SSD.h @@ -45,8 +45,9 @@ public: static Short_t* fgPairs; //array used to build positive-negative pairs static Int_t fgPairsSize; //actual size of pairs array static const Float_t fgkCosmic2008StripShifts[16][9]; // Shifts for 2007/2008 Cosmic data (timing problem) + static const Float_t fgkThreshold; // threshold for the seed - ClassDef(AliITSClusterFinderV2SSD,3) // ITS cluster finder V2 for SDD + ClassDef(AliITSClusterFinderV2SSD,4) // ITS cluster finder V2 for SDD }; #endif