From 278a86d50cef8c316edcbb478f3b454abdb7e5f6 Mon Sep 17 00:00:00 2001 From: martinez Date: Thu, 21 Aug 2003 12:51:33 +0000 Subject: [PATCH] MUONrawcluster ready to compile --- MUON/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MUON/README b/MUON/README index 12fa65ca145..0436f57a641 100644 --- a/MUON/README +++ b/MUON/README @@ -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() -- 2.39.3