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