]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/READMEmuon
MUON task for the analysis train to fill the muon information in the generic AODs...
[u/mrichter/AliRoot.git] / PWG3 / READMEmuon
CommitLineData
28d9f4b3 1---------------------------------------------------------------
2 ESDMuonFilter task for filling the muon iformation in the AOD from the ESD
3 Roberta ARNALDI, Torino
4---------------------------------------------------------------
5
61) RunESDMuonFilter.C --> macro to run locally the AliAnalysisTaskESDMuonFilter
72) AliAnalysisTaskESDMuonFilter.h --> analysis task to produce the Muon AOD from ESD
83) AliAnalysisTaskESDMuonFilter.cxx --> analysis task to produce the Muon AOD from ESD
94) libPWG3base.pkg
105) PWG3baseLinkDef.h
11
12---------------------------------------------------------------
13 Calculation of the LUT
14 Bogdan VULPESCU, Clermont
15---------------------------------------------------------------
39280342 16Analysis task for the calculation of the Look-up-Tables used by the MUON
17trigger algorithm
18
19Purpose: extract from ESD files track information (ESD track parameters and
20matched local trigger decisions) and store in TNtuple; the ntuple is used
21for building 2D histograms (transverse momentum / local deviation) which
22afterwards enter calculation/optimization procedures for the selection of
23LUT cuts for individual local boards and several transverse momenta.
24
25This version is prepared for the use on the grid, see the JDL file.
26
27Files:
28
29AliAnalysisTaskLUT.cxx - source files of the analysis task
30AliAnalysisTaskLUT.h
31
32rootlutnt.sh - executable (script)
33
34runCreateLUTNT.C - macro for setting the libraries environment and
35 execution of the main macro
36
37analysisTaskLUTNT.C - main macro for the analysis
38
39createLUTNT.jdl - JDL file
28d9f4b3 40---------------------------------------------------------------
39280342 41