]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowAnalysisWithQCumulants.h
pass weight histograms via Task containors
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowAnalysisWithQCumulants.h
index 843973967c3b49335b666b72a3af58eabe79fe79..d4a9357e59187d653346c6c947c71d4f3352294c 100644 (file)
@@ -168,13 +168,13 @@ class AliFlowAnalysisWithQCumulants{
   void SetDirectCorrelations(TProfile* const dc) {this->fDirectCorrelations = dc;};
   TProfile* GetDirectCorrelations() const {return this->fDirectCorrelations;};
   
-  void SetUsePhiWeights(Bool_t const) {this->fUsePhiWeights = kTRUE;};
+  void SetUsePhiWeights(Bool_t const uPhiW) {this->fUsePhiWeights = uPhiW;};
   Bool_t GetUsePhiWeights() const {return this->fUsePhiWeights;};
   
-  void SetUsePtWeights(Bool_t const) {this->fUsePtWeights = kTRUE;};
+  void SetUsePtWeights(Bool_t const uPtW) {this->fUsePtWeights = uPtW;};
   Bool_t GetUsePtWeights() const {return this->fUsePtWeights;};
   
-  void SetUseEtaWeights(Bool_t const) {this->fUseEtaWeights = kTRUE;};
+  void SetUseEtaWeights(Bool_t const uEtaW) {this->fUseEtaWeights = uEtaW;};
   Bool_t GetUseEtaWeights() const {return this->fUseEtaWeights;};
 //----------------------------------------------------------------------------------------------------------------