]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to avoid memory resident tree in the vertexer (Marco)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Sep 2007 12:10:01 +0000 (12:10 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Sep 2007 12:10:01 +0000 (12:10 +0000)
STEER/AliReconstruction.cxx

index 92306fc094a51bdc8611f2812ec98326a012ac8f..94e9a455c209d94affd256b70c94119299f74c2f 100644 (file)
@@ -788,6 +788,8 @@ Bool_t AliReconstruction::Run(const char* input)
       }
     }
 
+    file->cd();
+
     //Try to improve the reconstructed primary vertex position using the tracks
     AliESDVertex *pvtx=0;
     Bool_t dovertex=kTRUE;