From 54fcea18d3bd32fed3ca260c996eb0dbb4afe50e Mon Sep 17 00:00:00 2001 From: barbera Date: Wed, 7 Mar 2001 14:04:51 +0000 Subject: [PATCH] Some vector dimensions increased to cope with full events --- ITS/AliITS.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index aff1e36c07c..d1c2704ab52 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.37 2001/03/07 12:36:35 barbera +A change added in the tracking part to manage delta rays + Revision 1.36 2001/03/02 19:44:11 barbera modified to taking into account new version tracking v1 @@ -1399,7 +1402,7 @@ void AliITS::DoTracking(Int_t evNumber, Int_t min_t, Int_t max_t, TFile *file, B AliTPCParam *digp = (AliTPCParam*)file->Get(pname); if (digp!=0) TPC->SetParam(digp); - GoodTrack gt[7000]; + GoodTrack gt[15000]; Int_t ngood=0; ifstream in("itsgood_tracks"); @@ -1411,7 +1414,7 @@ void AliITS::DoTracking(Int_t evNumber, Int_t min_t, Int_t max_t, TFile *file, B >>gt[ngood].ptg >>gt[ngood].flag) { ngood++; cerr<