]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added decription of available options to tune track reconstruction
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jun 2007 15:35:40 +0000 (15:35 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Jun 2007 15:35:40 +0000 (15:35 +0000)
(Philippe P.)

MUON/AliMUONVTrackReconstructor.cxx

index 293c70726bbee1093d48154c3541520cbaea27a5..2632d6dbc386fc448950c630cbafc9bdf8def900 100644 (file)
 /// * EventReconstruct to build the muon tracks
 /// * EventReconstructTrigger to build the trigger tracks
 ///
+/// Several options and adjustable parameters are available for both Kalman and Original
+/// tracking algorithms (hard coded for the moment in AliMUONVTrackReconstructor.cxx):
+/// - *fgkSigmaToCutForTracking* : quality cut used to select new clusters to be
+///   attached to the track candidate and to select good tracks.
+/// - *fgkTrackAllTracks* : according to the value of this flag, in case that several
+///   new clusters pass the quality cut, either we consider all the possibilities
+///   (duplicating tracks) or we attach only the best cluster.
+/// - *fgkRecoverTracks* : if this flag is set to 'true', we try to recover the tracks
+///   lost during the tracking by removing the worst of the 2 clusters attached in the
+///   previous station.
+/// - *fgkImproveTracks* : if this flag is set to 'true', we try to improve the quality
+///   of the tracks at the end of the tracking by removing clusters that do not pass
+///   new quality cut (within the limit that we must keep at least one cluster per
+///   the station).
+/// - *fgkSigmaToCutForImprovement* : quality cut used when we try to improve the
+///   quality of the tracks.
+///
 ///  \author Philippe Pillot
 ///
 ////////////////////////////////////