]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/ForwardAODConfig.C
Mega-commit by Alexander - added Event plane to analysis task, and other flow updates...
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / ForwardAODConfig.C
index aed6bf972c28c5aeb064d9ae17d7b13f8bb5e945..6d2edd3431d35aacd9b778969311a639487a00c3 100644 (file)
@@ -151,6 +151,9 @@ ForwardAODConfig(AliForwardMultiplicityBase* task)
   // Set the debug level of a single algorithm 
   task->GetSharingFilter().SetDebug(0);
 
+  // --- Eventplane Finder -------------------------------------------
+  task->GetEventPlaneFinder().SetUsePhiWeights(false);
+
   // --- Set limits on fits the energy -------------------------------
   // Maximum relative error on parameters 
   AliFMDCorrELossFit::ELossFit::fgMaxRelError = .12;