]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/FORWARD/analysis2/qa/RunFinalQA.C
AliMCAuxHandler: A class to handle auxillary input (such as hits or digits)
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Apr 2013 09:31:46 +0000 (09:31 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Apr 2013 09:31:46 +0000 (09:31 +0000)
commit2e658fb93fa74ff7dc74bf2db35eb72d0e838762
tree8dd5a80280fe55ce624c88b4a804c9655dd6c63c
parent024ec5aceff24f470e1c278a6589d20c6c5e8293
AliMCAuxHandler: A class to handle auxillary input (such as hits or digits)
in MC analysis passes.

AliFMDMCHitHandler: A class to import FMD hits from simulations.

QAPlotter can now do variance rather than min/max in trends.

RunQAMT.sh can now use existing trending_<X>.root files via option -L

Added script RunGridQA.sh to run custom QA passes using MakeQATrain.C

Other minor updates
PWGLF/FORWARD/analysis2/AliFMDMCHitHandler.cxx [new file with mode: 0644]
PWGLF/FORWARD/analysis2/AliFMDMCHitHandler.h [new file with mode: 0644]
PWGLF/FORWARD/analysis2/AliForwardUtil.cxx
PWGLF/FORWARD/analysis2/AliForwardUtil.h
PWGLF/FORWARD/analysis2/AliMCAuxHandler.cxx [new file with mode: 0644]
PWGLF/FORWARD/analysis2/AliMCAuxHandler.h [new file with mode: 0644]
PWGLF/FORWARD/analysis2/qa/QAPlotter.C
PWGLF/FORWARD/analysis2/qa/RunFinalQA.C
PWGLF/FORWARD/analysis2/qa/RunGridQA.sh [new file with mode: 0755]
PWGLF/FORWARD/analysis2/qa/RunQAMT.sh