]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updates to aliroot V3.06
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2001 13:12:52 +0000 (13:12 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2001 13:12:52 +0000 (13:12 +0000)
HLT/src/AliL3Display.cxx
HLT/src/AliL3Display.h

index 6a530119f72de46e4e0506511d65db9e04e30d0d..e7f1c0d7b8d548a0c63208182113999b65d81b76 100644 (file)
@@ -333,7 +333,7 @@ void AliL3Display::DisplayClusterRow(Int_t slice,Int_t padrow,Char_t *digitsFile
   
   TFile *file = new TFile(digitsFile);
   AliTPCParam *param = (AliTPCParam*)file->Get("75x40_100x60");
-  TTree *TD=(TTree*)file->Get("TreeD_75x40_100x60");
+  TTree *TD=(TTree*)file->Get("TreeD_75x40_100x60_0");
   AliSimDigits da, *digits=&da;
   TD->GetBranch("Segment")->SetAddress(&digits); //Return pointer to branch segment.
   AliL3Transform *transform = new AliL3Transform();
index da8c0aa6513d56e8e2f560a551ea499f702e24e3..5541384af42a258aef0a97fe4c57608fff211e57 100644 (file)
@@ -12,9 +12,9 @@ class AliL3Display : public TObject {
 
  private:
   TGeometry *fGeom;
-  AliL3SpacePointData *fClusters[36][5]; //!
+  AliL3SpacePointData *fClusters[36][6]; //!
   AliL3TrackArray *fTracks; //!
-  UInt_t fNcl[36][5];
+  UInt_t fNcl[36][6];
   AliL3Transform *fTransform; //!
 
   Int_t fMinSlice;