]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added description for the new analysis macros
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Sep 2006 15:37:01 +0000 (15:37 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Sep 2006 15:37:01 +0000 (15:37 +0000)
(Hermine, Alessandro)

MUON/README

index 2916bd36d10955842cf8cba612de11e39557f16a..f19c1fb6fcf8b6276e1038af6fb1bea72706059b 100644 (file)
@@ -512,6 +512,22 @@ for (int tr = 0; tr < mDigit->Ntracks(); tr++){
 In this example, for simplicity, only the first hit of a 
 hit-track is used to check the particle ID.
 
+==========================================================
+Macro to process PDC06 preproduction 
+==========================================================
+
+To read a generation/reconstrution from PDC06 preproduction, and write a file 
+with a tree of AliMUONTrackLight / AliMUONPairLight :
+go to the directory containing the generation/reconstruction. From there run
+aliroot
+.x DecodeRecoCocktail.C+
+.q
+
+To read the file previously generated:
+aliroot
+.x ReadRecoCocktail.C+
+.q
+
 ===========================================================
  Still working ..............
 ===========================================================