]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliQuenchingWeights.h
Added Eventplane Dependence in dPhi Correlations code
[u/mrichter/AliRoot.git] / FASTSIM / AliQuenchingWeights.h
index d2c71a98404aace15509d2887f18a14c0424c05f..0f5d088afe7f7a1aff1f552ae200eeba9c6f97f5 100644 (file)
@@ -17,6 +17,7 @@
 //                     A. Dainese    andrea.dainese@pd.infn.it            
 //----------------------------------------------------------------------------
 
+#include <TMath.h>
 #include <TObject.h>
 class TH1F;
 
@@ -29,7 +30,7 @@ class AliQuenchingWeights : public TObject {
   AliQuenchingWeights& operator=(const AliQuenchingWeights& a)
       {a.Copy(*this); return(*this);}
   virtual ~AliQuenchingWeights();
-
+  void Init();
   void Reset();
   Int_t SampleEnergyLoss();
   Int_t SampleEnergyLoss(Int_t ipart, Double_t r);
@@ -119,7 +120,7 @@ class AliQuenchingWeights : public TObject {
   Float_t GetMu()           const {return fMu;}
   Float_t GetQTransport()   const {return fQTransport;}
   Float_t GetK()            const {return fK;}
-  Bool_t  GetECMethod()     const {return fECMethod;}
+  kECMethod  GetECMethod()  const {return fECMethod;}
   Bool_t  GetTablesLoaded() const {return fTablesLoaded;}
   Bool_t  GetMultSoft()     const {return fMultSoft;}
   Int_t   GetLengthMax()    const {return fLengthMax;}