]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenPairFlat.h
Fixed compilation
[u/mrichter/AliRoot.git] / EVGEN / AliGenPairFlat.h
index 2bd9abebba62b8f0ad4c06a66cb1905a655ced09..0eb443cc91e2ae0bb7aa33a77df02f886b14102f 100644 (file)
@@ -53,7 +53,7 @@ protected:
   Float_t fAlpha;              // Polarization factor
   Int_t   fDebug;              // debug level
 
-  Bool_t Decay(TLorentzVector mother, TLorentzVector &dau1, TLorentzVector &dau2 , TF1 fPol);
+  Bool_t Decay(TLorentzVector& mother, TLorentzVector &dau1, TLorentzVector &dau2 , TF1* fPol);
 
   ClassDef(AliGenPairFlat,1) // Flat random pair generator
 };