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:39:05 AM (17 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | {{{ |
2 | 1 | The method string used in rave::Factory has the following general structure: |
3 | 2 | |
| 3 | {{{ |
4 | 4 | finder-name:value-name:value-... |
| 5 | }}} |
5 | 6 | |
6 | 7 | Sometimes nesting is required (e.g. to configure "sub-algorithms"): |
7 | 8 | |
| 9 | {{{ |
8 | 10 | finder-name:value-name:(value-name:value-name:value).... |
| 11 | }}} |
9 | 12 | |
10 | 13 | As for the finders, the following algorithms are defined: |
11 | 14 | |
12 | | kalman |
13 | | |
| 15 | * kalman |
14 | 16 | 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 |
21 | 20 | The value for [ = sqrt (2) ] at which a track has track weight=0.5. |
22 | | Tini |
23 | | |
| 21 | * Tini |
24 | 22 | Initial temperature in the annealing schedule. |
25 | | ratio |
26 | | |
| 23 | * ratio |
27 | 24 | The ratio with which the temperature falls in each iteration step. |
28 | 25 | |
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 |
32 | 28 | TrimmedKalmanVertexFinder The tkf respects the following parameters: |
33 | | |
34 | 29 | ptcut |
35 | 30 | |
… |
… |
|
46 | 41 | |
47 | 42 | Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01 |
48 | | }}} |