]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added commented lines how to use new cluster finder classes
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 Nov 2006 10:14:03 +0000 (10:14 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 Nov 2006 10:14:03 +0000 (10:14 +0000)
(Laurent)

MUON/AlirootRun_MUONtest.sh

index 36679d9679d39167d3e168987971bd7d7a4e35df..6f15f93892f2d1d70fe735f95ceb4fa31f6acba5 100755 (executable)
@@ -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