From 0be9848a444dc435235ec5551099ce8ef91bbc92 Mon Sep 17 00:00:00 2001 From: masera Date: Thu, 16 Oct 2003 15:41:21 +0000 Subject: [PATCH] Update needed by changes in AliITSdigit (protected data members) --- ITS/AliITSGeoPlot.C | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ITS/AliITSGeoPlot.C b/ITS/AliITSGeoPlot.C index db6662cfff4..27cf5dd8983 100644 --- a/ITS/AliITSGeoPlot.C +++ b/ITS/AliITSGeoPlot.C @@ -489,8 +489,8 @@ void GetDigits(TObject *tmps,TObject *ge,TClonesArray *ITSdigits, Int_t subd, In } for (Int_t digit=0;digitUncheckedAt(digit); - Int_t iz=digs->fCoord1; // cell number z - Int_t ix=digs->fCoord2; // cell number x + Int_t iz=digs->GetCoord1(); // cell number z + Int_t ix=digs->GetCoord2(); // cell number x // Get local coordinates of the element if(subd<2){ seg->DetToLocal(ix,iz,lcoor[0],lcoor[2]); @@ -509,11 +509,11 @@ void GetDigits(TObject *tmps,TObject *ge,TClonesArray *ITSdigits, Int_t subd, In for(Int_t digi2=0;digi2UncheckedAt(digi2); - if(dig2->fCoord1 != iz && dig2->GetTrack(0)==digs->GetTrack(0) && dig2->GetTrack(0)>0){ + if(dig2->GetCoord1() != iz && dig2->GetTrack(0)==digs->GetTrack(0) && dig2->GetTrack(0)>0){ ssdone[digi2]=2; pair[digit]=digi2; - if(pside)nstrip=dig2->fCoord2; - if(!pside)pstrip=dig2->fCoord2; + if(pside)nstrip=dig2->GetCoord2(); + if(!pside)pstrip=dig2->GetCoord2(); impaired=kFALSE; } } @@ -522,8 +522,8 @@ void GetDigits(TObject *tmps,TObject *ge,TClonesArray *ITSdigits, Int_t subd, In } } if(subd<2 || (subd==2 && ssdone[digit]==1)){ - Int_t coor1=digs->fCoord1; - Int_t coor2=digs->fCoord2; + Int_t coor1=digs->GetCoord1(); + Int_t coor2=digs->GetCoord2(); Int_t tra0=digs->GetTrack(0); if(verbose){ cout<<"digit # "<