]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
MUONrawcluster ready to compile
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Aug 2003 12:51:33 +0000 (12:51 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Aug 2003 12:51:33 +0000 (12:51 +0000)
MUON/README

index 12fa65ca145b0010fcc0f90b38771f71269ddeb5..0436f57a64153f633055e54f5dc9d85c47082bc9 100644 (file)
@@ -34,7 +34,9 @@ manager->Exec("deb");
  How to run MUON RecPoint clusterization
 ============================================================
 aliroot -b << EOF
-.L $ALICE_ROOT/MUON/MUONrawclusters.C
+.includepath $ALICE_ROOT/STEER
+.includepath $ALICE_ROOT/MUON
+.L $ALICE_ROOT/MUON/MUONrawclusters.C++
 MUONrawclusters("galice.root",0,10); 
 
 First event and last event are given by hand, but this will change.
@@ -72,6 +74,8 @@ To compile MUONCheck.C
 .includepath $ALICE_ROOT/MUON
 .L $ALICE_ROOT/MUON/MUONCheck.C++
 
+To print Kine : (default file is galice.root )
+MUONkine()
 
 To print hits : (default file is galice.root if not MUONhits("toto.root""); )
 MUONhits()