]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/hfe/AliHFEdebugTreeTaskAOD.cxx
Update TPC pid 2011
[u/mrichter/AliRoot.git] / PWGHF / hfe / AliHFEdebugTreeTaskAOD.cxx
index 7c319915fa85a4dbdf3d0af891dfc950763ba386..ecc5e2e56626a323a0ef3972ac65b13c304854f2 100644 (file)
@@ -498,12 +498,14 @@ void AliHFEdebugTreeTaskAOD::UserExec(Option_t *){
       eR = TMath::Sqrt(vx*vx+vy*vy);
       
       // Get Mother PDG code of the particle
+      /*
       Int_t motherPdg = 0;
       Int_t motherlabel = TMath::Abs(mctrack->GetMother());
       if(motherlabel >= 0 && motherlabel < fAODArrayMCInfo->GetEntriesFast()){
         AliAODMCParticle *mother = dynamic_cast<AliAODMCParticle *>(fAODArrayMCInfo->At(motherlabel));
         if(mother) motherPdg = mother->GetPdgCode();
       }
+      */
       
       // derive source
       source = 5;