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.
- Timestamp:
-
Jun 2, 2007, 10:44:13 AM (17 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
14 | 14 | |
15 | 15 | * 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. |
17 | 17 | * avf |
18 | 18 | 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. |
22 | 22 | Default is: avf-Tini:256-ratio:0.25-sigmacut:3 |
23 | 23 | * 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 |
29 | 29 | Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01 |