From 3a48961e1aa681627064225851ec0a8113456046 Mon Sep 17 00:00:00 2001 From: nilsen Date: Thu, 11 Oct 2001 20:12:00 +0000 Subject: [PATCH] Replace GetTracks()[0] by GetTrack(0). --- ITS/ITSgeoplot.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ITS/ITSgeoplot.C b/ITS/ITSgeoplot.C index bc3a469a419..8031fd423c4 100644 --- a/ITS/ITSgeoplot.C +++ b/ITS/ITSgeoplot.C @@ -463,7 +463,7 @@ void GetDigits(TObject *tmps,TObject *ge,TClonesArray *ITSdigits, Int_t subd, In for(Int_t digi2=0;digi2UncheckedAt(digi2); - if(dig2->fCoord1 != iz && dig2->GetTracks()[0]==digs->GetTracks()[0] && dig2->GetTracks()[0]>0){ + if(dig2->fCoord1 != iz && dig2->GetTrack(0)==digs->GetTrack(0) && dig2->GetTrack(0)>0){ ssdone[digi2]=2; pair[digit]=digi2; if(pside)nstrip=dig2->fCoord2; @@ -478,7 +478,7 @@ 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 tra0=digs->GetTracks()[0]; + Int_t tra0=digs->GetTrack(0); if(verbose){ cout<<"digit # "<