From 7fa9507da0ea3e0b7323ad0191d19b9724f0419f Mon Sep 17 00:00:00 2001 From: belikov Date: Wed, 10 Dec 2014 12:28:54 +0100 Subject: [PATCH] Accomodate the noise clusters by increasing the size of the corresponding arrays --- ITS/UPGRADE/AliITSUTrackerCooked.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITS/UPGRADE/AliITSUTrackerCooked.h b/ITS/UPGRADE/AliITSUTrackerCooked.h index 251e1cbb283..3702f9b89e5 100644 --- a/ITS/UPGRADE/AliITSUTrackerCooked.h +++ b/ITS/UPGRADE/AliITSUTrackerCooked.h @@ -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(); -- 2.39.3