]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastMuonTriggerEff.cxx
Including Rtypes.h (Sun)
[u/mrichter/AliRoot.git] / FASTSIM / AliFastMuonTriggerEff.cxx
index 2a698cfdeda5b018448001b2da3de83377e1b771..b2c5753ce6c0d1525dd431f2b8ab7d995865a9c3 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
-
+/* $Id$ */
 
 #include "AliFastMuonTriggerEff.h"
 #include <TFile.h>
 #include <TTree.h>
 #include <TROOT.h>
 #include <stdlib.h>
+#include <Rtypes.h>
 
 // Debugging flag
 //#define MYTRIGDEBUG
 
-ClassImp(AliFastMuonTriggerEff);
+ClassImp(AliFastMuonTriggerEff)
 
 AliFastMuonTriggerEff::AliFastMuonTriggerEff():
     AliFastResponse("Efficiency", "Muon Trigger Efficiency")
@@ -70,7 +68,7 @@ void AliFastMuonTriggerEff::InitTree()
     Double_t        len50, hen50, leff, heff;
     Double_t        vLPt[50];
     Double_t        vHPt[50];
-    Char_t file[100]="$(ALICE_ROOT)/data/vettorpara.root";
+    Char_t file[100]="$(ALICE_ROOT)/FASTSIM/data/vettorpara.root";
 //
 //  Avoid memory leak in case of reinitialization
     if(fZones!=0) {
@@ -266,7 +264,8 @@ void AliFastMuonTriggerEff::InitTree()
 }
 
 void AliFastMuonTriggerEff::Evaluate(Float_t charge, Float_t pt,
-                Float_t theta, Float_t phi,Float_t& effLow, Float_t& effHigh)
+                Float_t theta, Float_t phi,Float_t& effLow, Float_t& effHigh,
+               Float_t& /*eff*/)
 {
 //
 //  Trigger efficiency for pt, theta, phi (low and high cut)