]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Undo change of rev. 30509, that was committed by mistake
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Dec 2008 14:32:16 +0000 (14:32 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Dec 2008 14:32:16 +0000 (14:32 +0000)
PWG3/vertexingHF/AliAnalysisVertexingHF.cxx

index d8ed19ce0e87327bad300783e62b498de2acaef7..bfb9998629e9e72ada2289057462ad962298efa2 100644 (file)
@@ -328,7 +328,8 @@ void AliAnalysisVertexingHF::FindCandidates(AliVEvent *event,
            io2Prong->SetSecondaryVtx(vertexp1n1);
          }
          // create a track from the D0
-         AliESDtrack *trackD0 = new AliESDtrack(io2Prong);
+         //AliESDtrack *trackD0 = new AliESDtrack(io2Prong); // to be uncommented after commit of AliAODRecoDecay : public AliVTrack
+         AliESDtrack *trackD0 = new AliESDtrack(); // temporary, just to allow compilation
          // LOOP ON TRACKS THAT PASSED THE SOFT PION CUTS
          for(iTrkSoftPi=0; iTrkSoftPi<nSeleTrks; iTrkSoftPi++) {
            if(iTrkSoftPi==iTrkP1 || iTrkSoftPi==iTrkN1) continue;