]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/AliAODRecoDecayHF.cxx
Adapting the code to the transition to Double32_t in AODRecoDecay (Gines)
[u/mrichter/AliRoot.git] / PWG3 / AliAODRecoDecayHF.cxx
index 4c27ac4159e52c271fc988f7422fe2cc18d8ed49..90528ff145f9423dc4b5ecf4b019ec0e4bc2b1bc 100644 (file)
@@ -110,7 +110,7 @@ AliAODRecoDecayHF &AliAODRecoDecayHF::operator=(const AliAODRecoDecayHF &source)
       memcpy(fPID,source.fPID,GetNProngs()*sizeof(Double_t));
     }
     if(source.fDCA) {
-      fDCA = new Float_t[GetNProngs()*(GetNProngs()-1)/2];
+      fDCA = new Double32_t[GetNProngs()*(GetNProngs()-1)/2];
       memcpy(fDCA,source.fDCA,(GetNProngs()*(GetNProngs()-1)/2)*sizeof(Float_t));
     }
   }