]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adjusted for renamed method SetCorrelatorInteger(1) -> SetHarmonic(1)
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 15 Aug 2010 19:20:52 +0000 (19:20 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 15 Aug 2010 19:20:52 +0000 (19:20 +0000)
PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C

index bab573346fe1f7b52c4a482878cf124a3f4f2d64..c04e4ac3f515f77160f00160a6f2a7b71802c818 100644 (file)
@@ -281,7 +281,7 @@ int runFlowAnalysisOnTheFly(Int_t nEvts=1000, Int_t mode=mLocal)
  if(MH) 
  {
   AliFlowAnalysisWithMixedHarmonics *mh = new AliFlowAnalysisWithMixedHarmonics();
-  mh->SetCorrelatorInteger(1); // integer n in expression cos[n(2phi1-phi2-phi3)] = v2n*vn^2
+  mh->SetHarmonic(1); // integer n in expression cos[n(2phi1-phi2-phi3)] = v2n*vn^2
   mh->SetMinMultiplicity(100); 
   mh->SetNoOfMultipicityBins(5);  
   mh->SetMultipicityBinWidth(200);