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 1 and Version 2 of RaveMethods


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveMethods

    v1 v2  
    1 {{{
    21The method string used in rave::Factory has the following general structure:
    32
     3{{{
    44finder-name:value-name:value-...
     5}}}
    56
    67Sometimes nesting is required (e.g. to configure "sub-algorithms"):
    78
     9{{{
    810finder-name:value-name:(value-name:value-name:value)....
     11}}}
    912
    1013As for the finders, the following algorithms are defined:
    1114
    12 kalman
    13 
     15 * kalman
    1416    KalmanVertexFitter This is the simple linear kalman filter that takes no extra parameters.
    15 avf
    16 
    17     AdaptiveVertexFitter The avf respects the following parameters:
    18 
    19     sigmacut
    20 
     17 * avf
     18   AdaptiveVertexFitter The avf respects the following parameters:
     19   * sigmacut
    2120        The value for [ = sqrt (2) ] at which a track has track weight=0.5.
    22     Tini
    23 
     21   * Tini
    2422        Initial temperature in the annealing schedule.
    25     ratio
    26 
     23   * ratio
    2724        The ratio with which the temperature falls in each iteration step.
    2825
    29     Default is: avf-Tini:256-ratio:0.25-sigmacut:3
    30 tkf
    31 
     26   Default is: avf-Tini:256-ratio:0.25-sigmacut:3
     27 * tkf
    3228    TrimmedKalmanVertexFinder The tkf respects the following parameters:
    33 
    3429    ptcut
    3530
     
    4641
    4742    Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01
    48 }}}