From 5c31bbf9cfd305adc3111cdb1af81736f97db3d9 Mon Sep 17 00:00:00 2001 From: ivana Date: Thu, 16 Nov 2006 10:14:03 +0000 Subject: [PATCH] Added commented lines how to use new cluster finder classes (Laurent) --- MUON/AlirootRun_MUONtest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MUON/AlirootRun_MUONtest.sh b/MUON/AlirootRun_MUONtest.sh index 36679d9679d..6f15f93892f 100755 --- a/MUON/AlirootRun_MUONtest.sh +++ b/MUON/AlirootRun_MUONtest.sh @@ -45,6 +45,10 @@ MuonRec.SetLoadAlignData("MUON"); // Uncoment following line to run reconstruction with the orginal tracking method // instead of the kalman one (default) // MuonRec.SetOption("MUON","Original"); +// Use the following to change clustering method +//MuonRec.SetOption("MUON","MLEM"); // new scheme AZ's clustering +//MuonRec.SetOption("MUON","SIMPLEFIT"); // new scheme simple fitting +//MuonRec.SetOption("MUON","COG"); // new scheme basic center-of-gravity only MuonRec.Run(); .q EOF -- 2.43.0