From: ivana Date: Thu, 16 Nov 2006 10:14:03 +0000 (+0000) Subject: Added commented lines how to use new cluster finder classes X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=5c31bbf9cfd305adc3111cdb1af81736f97db3d9;p=u%2Fmrichter%2FAliRoot.git Added commented lines how to use new cluster finder classes (Laurent) --- 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