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:
-
May 15, 2007, 3:19:21 PM (18 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | {{{ |
| 2 | The method string used in rave::Factory has the following general structure: |
| 3 | |
| 4 | finder-name:value-name:value-... |
| 5 | |
| 6 | Sometimes nesting is required (e.g. to configure "sub-algorithms"): |
| 7 | |
| 8 | finder-name:value-name:(value-name:value-name:value).... |
| 9 | |
| 10 | As for the finders, the following algorithms are defined: |
| 11 | |
| 12 | kalman |
| 13 | |
| 14 | 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 | |
| 21 | The value for [ = sqrt (2) ] at which a track has track weight=0.5. |
| 22 | Tini |
| 23 | |
| 24 | Initial temperature in the annealing schedule. |
| 25 | ratio |
| 26 | |
| 27 | The ratio with which the temperature falls in each iteration step. |
| 28 | |
| 29 | Default is: avf-Tini:256-ratio:0.25-sigmacut:3 |
| 30 | tkf |
| 31 | |
| 32 | TrimmedKalmanVertexFinder The tkf respects the following parameters: |
| 33 | |
| 34 | ptcut |
| 35 | |
| 36 | Cut in the tracks' pT, given in GeV/c. |
| 37 | vtxcut |
| 38 | |
| 39 | Bla FIXME |
| 40 | trackcutpv |
| 41 | |
| 42 | Bla FIXME |
| 43 | trackcutsv |
| 44 | |
| 45 | Bla FIXME |
| 46 | |
| 47 | Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01 |
| 48 | }}} |