]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/CentralAODConfig.C
This commit has two major parts:
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / CentralAODConfig.C
index 7acaa37a096460b9539e32e5676f7805b2337610..20124842e4231612be0769e216049cb223fa53c2 100644 (file)
@@ -26,8 +26,11 @@ CentralAODConfig(AliCentralMultiplicityTask* task)
   // --- Set options on task -----------------------------------------
   // Whether to do correction for secondaries
   task->SetUseSecondary(true);
-  // Whether to do correction for acceptance
-  task->SetUseAcceptance(true);
+  // Whether to do correction for acceptance - deprecated
+  // The tasks stores the per-event phi acceptance in the overflow bin 
+  // and the eta coverage in the underflow bin.  Use these to correct the 
+  // data for acceptance. 
+  task->SetUseAcceptance(false);
   // Whether to make diagnostics or not - off by default
   // task->SetMakeDiagnostics(true);