]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowEventSimple.cxx
pass weight histograms via Task containors
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowEventSimple.cxx
index 7b378f8a7891c692fff878e56320734bbcfbc96d..b33d5558b202ef7d5a5f0e1c5d887b023341736c 100644 (file)
@@ -173,7 +173,7 @@ AliFlowVector AliFlowEventSimple::GetQ(Int_t n, TList *weightsList, Bool_t usePh
      {
       wEta=etaWeights->GetBinContent(1+(Int_t)(TMath::Floor(dEta/dBinWidthEta)))/dNormEta; 
      } 
-       
+   
      //building up the weighted Q-vector:       
      dQX += wPhi*wPt*wEta*TMath::Cos(iOrder*dPhi);
      dQY += wPhi*wPt*wEta*TMath::Sin(iOrder*dPhi);