]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/FORWARD/analysis2/AddTaskForwardQA.C
Important bug fixes for QA trains.
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jan 2013 11:28:01 +0000 (11:28 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jan 2013 11:28:01 +0000 (11:28 +0000)
commit575222248369f4264ebddc26db39494645d1fe70
treefef7ed99f8ebb42bd6d700bc485922881ce5f6d1
parent9a62bd041aadec78279d2686f15f1b5a313c0534
Important bug fixes for QA trains.
Should be ported to the release ASAP.

* AddTaskForwardQA.C:  Set the cuts properly.  They where
  previously changed to do a quick'n'dirty hack for the QA
  to work in case we had no correction objects.  This case
  is now fixed in AliForwardQATask.cxx directly instead and
  is more robust.
* ForwardAODConfig.C: Clean-up in cuts code (not values)
* trains/MakeQATrain.C: Fix to work with new TrainSetup
* AliFMDDensityCalculator.cxx: Remove superflous warning
* AliFMDEnergyFitter.cxx: Remove superflous debug and
  important warning
* AliForwardQATask.cxx AliForwardQATask.h:
  - Protection against missing correction objects by
    setting hard-coded values for cuts
  - Proper call to AliFMDDensityCalculator::Calculate
  - Fix bug that caused energy loss fit results where
    lost.
* Some fixes for QA shell script
PWGLF/FORWARD/analysis2/AddTaskForwardQA.C
PWGLF/FORWARD/analysis2/AliFMDDensityCalculator.cxx
PWGLF/FORWARD/analysis2/AliFMDEnergyFitter.cxx
PWGLF/FORWARD/analysis2/AliForwardQATask.cxx
PWGLF/FORWARD/analysis2/AliForwardQATask.h
PWGLF/FORWARD/analysis2/ForwardAODConfig.C
PWGLF/FORWARD/analysis2/qa/RunQAMT.sh
PWGLF/FORWARD/analysis2/trains/MakeQATrain.C