]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/vertexingHF/AliAODRecoCascadeHF.cxx
Using detector quality flag (taken from ALICE logbook) to decide whether to rpodcue...
[u/mrichter/AliRoot.git] / PWGHF / vertexingHF / AliAODRecoCascadeHF.cxx
index ddfe39c1567ee5b8ba3e259594b87bfdadf939ca..c89209c8c00d49cefb27d2d36fa4061d5d31ebe5 100644 (file)
@@ -130,7 +130,7 @@ Int_t AliAODRecoCascadeHF::MatchToMC(Int_t pdgabs,Int_t pdgabs2prong,
   if ( isV0 &&
        ( (pdgDg[1]==2212 && pdgDg[0]==310) ||
         (pdgDg[1]==211 && pdgDg[0]==3122) ) ) {
-    AliWarning("Please, pay attention: first element in AliAODRecoCascadeHF object must be the bachelor and second one V0. Skipping!");
+    AliWarning(Form("Please, pay attention: first element in AliAODRecoCascadeHF object must be the bachelor and second one V0. Skipping! (pdgDg[0] = %d, (pdgDg[1] = %d)", pdgDg[0], pdgDg[1]));
     return -1;
   }