]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/UserTasks/PHOS_embedding/Readme
Event embedding tasks for PHOS are added (D.Peressounko)
[u/mrichter/AliRoot.git] / PWG4 / UserTasks / PHOS_embedding / Readme
CommitLineData
02f0b8e7 1These are tasks to perform PHOS embedding. Steps are following:
21. Steering macro Embeding.C reads list of data ESDs to embed and calculates number of events
32. Performs simulation of the same number of events, using enclosed Config.C
4 (single pi0 per event with flat or Hagedorn spectrum)
5 then simulated signals are reconstructed clusters and converted to AOD
63. Then class AliPHOSEmbedding is called
7 - read data ESDs, extract PHOS calocells, convert them to PHOSDigits
8 - run default reconstruction to avoid possible problems with different
9 OCDBs used now and in official reconstruction. Apply final calibration if necessary
10 - merge digits with (re-calibrated if necessary) signal digits
11 - reconstruct digits with embedding signal (with final calibration if necessary)
124. As a result of all these procedures AOD is produced with
13 - MC information about embedded pi0s
14 - standard CaloClosters, CaloCells with final calibration
15 - Embedded CaloClusters, embedded CaloCells with final calibration
165. Run analysis with
17 - AliAnalysisTaskPi0Efficiency: Signal (nominator in efficiency calculation) is any cluster with
18 contribution from simulated pi0s. Only for cross-check, this appoach is not quite correct at high accupancy.
19 - AliAnalysisTaskPi0DiffEfficiency: correct approach, Signal (nominator in efficiency calculation) is
20 difference between Real inv. mass distribution after and before embedding.
21
22Note that to perform MC simulation one needs either access to official OCDB (Why do I need TPC drift velocity to simulate PHOS????)
23or local copy of OCDB. Also histograms with new/old calibrations should be provided if necessary.
24