]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: taking into account commit 26599 in AliHLTReconstructor
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Jun 2008 11:44:36 +0000 (11:44 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Jun 2008 11:44:36 +0000 (11:44 +0000)
HLT/exa/extract-ddlraw.C

index 3860b18c5be0d434a779e4a372cc4825ccc46d6f..6281ac6bb9dc661eec0fd08548110f679f156238 100644 (file)
@@ -136,7 +136,7 @@ void extract_ddlraw(const char* input, int iMinDDLno, int iMaxDDLno)
     cout << "event " << event << endl;
     cout << "-------------------------------------------------------" << endl;
     pRawReader->Reset();
-    hltRec.FillESD(pRawReader, NULL, pESD);
+    hltRec.Reconstruct(pRawReader, NULL);
     event++;
   }