Correction in FillFromHitFlaggedTrack. (Jennifer Klay)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Feb 2002 08:48:59 +0000 (08:48 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Feb 2002 08:48:59 +0000 (08:48 +0000)
EMCAL/AliEMCALJetFinder.cxx

index a5c3b95f6035524082a23d287823806417c19831..60b931ac92aafdfbdb28b48c4b7135fff8466d10 100644 (file)
 
 /*
 $Log$
+Revision 1.17  2002/02/14 08:52:53  morsch
+Major updates by Aleksei Pavlinov:
+FillFromPartons, FillFromTracks, jetfinder configuration.
+
 Revision 1.16  2002/02/08 11:43:05  morsch
 SetOutputFileName(..) allows to specify an output file to which the
 reconstructed jets are written. If not set output goes to input file.
@@ -873,8 +877,8 @@ void AliEMCALJetFinder::FillFromHitFlaggedTracks(Int_t flag)
 
 //
 // Access particle information    
-    TTree *treeH = gAlice->TreeH();
-    Int_t ntracks = (Int_t) treeH->GetEntries();
+    TTree *treeK = gAlice->TreeK();
+    Int_t ntracks = (Int_t) treeK->GetEntries();
 
     if (fPtT)       delete[] fPtT;   
     if (fEtaT)      delete[] fEtaT;