]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODRecoDecay.h
PdgCode() ported to the interface
[u/mrichter/AliRoot.git] / STEER / AliAODRecoDecay.h
index c7ca7e219d974d497aa3228824532c896589b239..d1d66546460ac2d5db4362892c8b6d88c886382b 100644 (file)
@@ -169,6 +169,7 @@ class AliAODRecoDecay : public AliVTrack {
   Double_t M() const 
     {printf("Dummy function"); return (Double_t)-999.;}
   Int_t GetLabel() const {return -1;}
+  Int_t PdgCode()  const {return  0;}
  protected:
 
   Int_t    MatchToMC(Int_t pdgabs,TClonesArray *mcArray,Int_t dgLabels[10],Int_t ndg,Int_t ndgCk=0,Int_t *pdgDg=0) const;