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 9, 2007, 10:27:24 PM (17 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
1 | | The method string used in rave::Factory has the following general structure: |
| 1 | The method string used in rave::VertexFactory has the following general structure: |
2 | 2 | |
3 | 3 | {{{ |
… |
… |
|
14 | 14 | As for the finders, the following algorithms are defined: |
15 | 15 | |
16 | | * kalman |
| 16 | * '''kalman''' |
17 | 17 | KalmanVertexFitter This is the simple linear kalman filter that takes no extra parameters. |
18 | | * avf |
| 18 | * '''avf''' |
19 | 19 | AdaptiveVertexFitter The avf respects the following parameters: |
20 | 20 | * ''sigmacut'': The value for [ = sqrt (2) ] at which a track has track weight=0.5. |
… |
… |
|
23 | 23 | |
24 | 24 | Default is: avf-Tini:256-ratio:0.25-sigmacut:3 |
25 | | * tkf |
| 25 | * '''tkf''' |
26 | 26 | TrimmedKalmanVertexFinder The tkf respects the following parameters: |
27 | 27 | * ''ptcut'': Cut in the tracks' pT, given in GeV/c. |
… |
… |
|
31 | 31 | |
32 | 32 | Default is: tkf-ptcut:0-trkcutpv:0.05-trkcutsv:0.01-vtxcut:0.01 |
33 | | * mvf |
| 33 | * '''mvf''' |
34 | 34 | MultiVertexFitter: |
35 | 35 | * ''sigmacut'' |
36 | 36 | |
37 | 37 | Default: mvf-sigmacut:9.0 |
38 | | * avr |
| 38 | * '''avr''' |
39 | 39 | AdaptiveVertexReconstructor: Iterative adaptive vertex fitting. |
40 | 40 | * ''primcut'': Cut (in terms of sigma) on the primary (i.e. first) vertex |