]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SSD.h
Implementation of bad channels treatment in the SSD clusterfinder + some fine tuning...
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SSD.h
index 22db5db98f5d07b834b0e39e614bb81fa52db187..f1f737a647cc8e738e69f8870b51bd44de75beb9 100644 (file)
@@ -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