]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fHits size reduced to previous assignment
authoramastros <amastros@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2011 08:08:40 +0000 (08:08 +0000)
committeramastros <amastros@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2011 08:08:40 +0000 (08:08 +0000)
ITS/UPGRADE/AliITSUpgradeClusterFinder.h

index bfd7adbec58b48e6a334f555c16e4cb226281b9b..3e9dc0c6530d66cd1c013d323424b780095563a8 100644 (file)
@@ -80,7 +80,7 @@ class AliITSUpgradeClusterFinder :public TObject{
   enum {kSHIFTRIGHT,kSHIFTDOWN};  // used for shifting the region of interest for cluster type pattern
   
   UInt_t   fNhitsLeft;     // number of hits still left to process for this module
-  Bool_t   fHits[80000][39530]; // hit map for this module 
+  Bool_t   fHits[39530][39530]; // hit map for this module 
   UShort_t fHitCol[999999]; // these two arrays remember which pixels are hit for this module
   UShort_t fHitRow[999999]; // these two arrays remember which pixels are hit for this module
   Short_t  fOldModule;     // remember previous module (-1 at start of event)