]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/macros/Embed/Readme
In AliMUONTriggerTrack: fixing memory leak
[u/mrichter/AliRoot.git] / PHOS / macros / Embed / Readme
1 Presently (Oct.2007) embedding is possible only with (S)Digits, and not with 
2 raw data. Therefore, to embed simulated event into real data one has to
3 1. Reconstruct raw events (example macros RecRaw.C). Of course one should do 
4    it in separate dir to avoid mixing files galice.root. 
5 2. Simulate iMC events (produce simulated digits and merge them with raw ones) 
6    (examples macros Config.C and Sim.C)
7 3. Reconstruct simulated events (example macro Rec.C)