]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Accomodate the noise clusters by increasing the size of the corresponding arrays
authorbelikov <Iouri.Belikov@cern.ch>
Wed, 10 Dec 2014 11:28:54 +0000 (12:28 +0100)
committerbelikov <Iouri.Belikov@cern.ch>
Wed, 10 Dec 2014 11:28:54 +0000 (12:28 +0100)
ITS/UPGRADE/AliITSUTrackerCooked.h

index 251e1cbb2834ca4b4efd8fcbdcc6de52c6df7b8f..3702f9b89e57d400244e3e89d22823e141191063 100644 (file)
@@ -22,7 +22,7 @@ class AliITSUReconstructor;
 class AliITSUTrackerCooked : public AliITSUTrackerGlo {
 public:
   enum {
-     kNLayers=7, kMaxClusterPerLayer=15000, kMaxSelected=kMaxClusterPerLayer/10
+     kNLayers=7, kMaxClusterPerLayer=150000, kMaxSelected=kMaxClusterPerLayer/10
   };
   AliITSUTrackerCooked(AliITSUReconstructor *rec);
   virtual ~AliITSUTrackerCooked();