]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Getter from Tim
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jun 2013 14:03:27 +0000 (14:03 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jun 2013 14:03:27 +0000 (14:03 +0000)
PWGCF/Correlations/DPhi/FourierDecomposition/AliDhcTask.h

index bde43789accedbcb4d321b45764e204682ec2103..cda91055c008984314ae314cfd0a9f1143299195 100644 (file)
@@ -43,6 +43,7 @@ class AliDhcTask : public AliAnalysisTaskSE {
   void         SetDoWeights(Bool_t b)                 { fDoWeights = b;           }
   void         SetEtaMax(Double_t eta)                { fEtaMax = eta;            }
   void         SetEtaTRange(Double_t eL, Double_t eH) { fEtaTLo=eL; fEtaTHi=eH;   }
+  void         SetEtaARange(Double_t eL, Double_t eH) { fEtaALo=eL; fEtaAHi=eH;   }
   void         SetFillMuons(Bool_t b)                 { fFillMuons = b;           }
   void         SetHEffA(THnF *h)                      { fHEffA=h;                 }
   void         SetHEffT(THnF *h)                      { fHEffT=h;                 }