]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/FORWARD/analysis2/AliForwardUtil.cxx
New implementation of the forward multiplicity analysis.
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Nov 2010 22:07:48 +0000 (22:07 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Nov 2010 22:07:48 +0000 (22:07 +0000)
commit7e4038b561f3080c5595bd8b286df51f44891319
tree4084ccf48fe5aeb2869fa4f87a2e4e0cfb17492e
parent879c0f429574e730342a713c234e1d6d76ddd5ed
New implementation of the forward multiplicity analysis.

In this version (unlike the older one), two passes are
needed:
  - In the first pass, an AliAODForwardMult object is
    put in the AOD tree - one per event.
  - In the second pass, that information is read and
    the final dN/deta constructed based on the parameters
    selected.

The scripts RunManager.C and Pass1.C are an example of the
first pass.

The script DrawRes.C and Pass2.C are examples of the
second pass.

Note, both examples are designed to run locally.

The code is documented using Doxygen (see the ../doc
directory).   A standalone document is also under
preparation in ../doc/doc.tex.

The code in 'older' are here for reference and will be removed
shortly.
28 files changed:
PWG2/FORWARD/analysis2/AddTaskFMD.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliAODForwardMult.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliAODForwardMult.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDCorrections.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDCorrections.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDDensityCalculator.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDDensityCalculator.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDHistCollector.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDHistCollector.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDSharingFilter.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliFMDSharingFilter.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliForwardMultiplicity.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliForwardMultiplicity.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliForwardUtil.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/AliForwardUtil.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/Compile.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/DrawRes.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/OtherData.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/Pass1.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/Pass2.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/RunManager.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/AliFMDHistCollector.cxx [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/AliFMDHistCollector.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/DrawRes1D.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/DrawRes2D.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/DrawResBase.h [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/DrawResKeep.C [new file with mode: 0644]
PWG2/FORWARD/analysis2/older/DrawResVtx.C [new file with mode: 0644]