]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/READMEmuon
Trigger Lut generation analysis task and how to (Bogdan)
[u/mrichter/AliRoot.git] / PWG3 / READMEmuon
CommitLineData
39280342 1Analysis task for the calculation of the Look-up-Tables used by the MUON
2trigger algorithm
3
4Purpose: extract from ESD files track information (ESD track parameters and
5matched local trigger decisions) and store in TNtuple; the ntuple is used
6for building 2D histograms (transverse momentum / local deviation) which
7afterwards enter calculation/optimization procedures for the selection of
8LUT cuts for individual local boards and several transverse momenta.
9
10This version is prepared for the use on the grid, see the JDL file.
11
12Files:
13
14AliAnalysisTaskLUT.cxx - source files of the analysis task
15AliAnalysisTaskLUT.h
16
17rootlutnt.sh - executable (script)
18
19runCreateLUTNT.C - macro for setting the libraries environment and
20 execution of the main macro
21
22analysisTaskLUTNT.C - main macro for the analysis
23
24createLUTNT.jdl - JDL file
25
26