]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastMuonTriggerEff.h
Correcting sources of warnings
[u/mrichter/AliRoot.git] / FASTSIM / AliFastMuonTriggerEff.h
index ba716a468951f54f18173fc15e0e496889d60827..e4aa840fc2eafb9e8f478cf7798010af06e944d3 100644 (file)
@@ -16,8 +16,12 @@ class AliFastMuonTriggerEff : public AliFastResponse {
     virtual ~AliFastMuonTriggerEff(){;}
     virtual void    Init();
     virtual void    Evaluate(Float_t charge, Float_t pt, Float_t theta, Float_t phi,
-                            Float_t& effLow, Float_t& effHigh);
+                            Float_t& effLow, Float_t& effHigh, Float_t& eff);
     virtual Float_t Evaluate(Float_t charge, Float_t pt, Float_t theta, Float_t phi);
+    virtual void    Evaluate(Float_t   p,  Float_t  theta , Float_t   phi,
+                            Float_t& pS,  Float_t& thetaS, Float_t&  phiS) {
+      AliFastResponse::Evaluate(p, theta , phi, pS, thetaS, phiS);
+    }
     virtual Float_t Evaluate(Float_t pt, Float_t theta, Float_t phi) {
       return AliFastResponse::Evaluate(pt, theta, phi);
     }