rave is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/rave does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of RaveMethods


Ignore:
Timestamp:
Jun 2, 2007, 10:44:13 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveMethods

    v3 v4  
    1414
    1515 * kalman
    16     KalmanVertexFitter This is the simple linear kalman filter that takes no extra parameters.
     16   KalmanVertexFitter This is the simple linear kalman filter that takes no extra parameters.
    1717 * avf
    1818   AdaptiveVertexFitter The avf respects the following parameters:
    19    * sigmacut: The value for [ = sqrt (2) ] at which a track has track weight=0.5.
    20    * Tini: Initial temperature in the annealing schedule.
    21    * ratio: The ratio with which the temperature falls in each iteration step.
     19   * ''sigmacut'': The value for [ = sqrt (2) ] at which a track has track weight=0.5.
     20   * ''Tini'': Initial temperature in the annealing schedule.
     21   * ''ratio'': The ratio with which the temperature falls in each iteration step.
    2222   Default is: avf-Tini:256-ratio:0.25-sigmacut:3
    2323 * tkf
    24     TrimmedKalmanVertexFinder The tkf respects the following parameters:
    25    * ptcut: Cut in the tracks' pT, given in GeV/c.
    26    * vtxcut: Bla FIXME
    27    * trackcutpv: Bla FIXME
    28    * trackcutsv: Bla FIXME
     24   TrimmedKalmanVertexFinder The tkf respects the following parameters:
     25   * ''ptcut'': Cut in the tracks' pT, given in GeV/c.
     26   * ''vtxcut'': Bla FIXME
     27   * ''trackcutpv'': Bla FIXME
     28   * ''trackcutsv'': Bla FIXME
    2929   Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01