Changes between Version 3 and Version 4 of RaveMethods
- Timestamp:
- Jun 2, 2007, 10:44:13 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RaveMethods
v3 v4 14 14 15 15 * kalman 16 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 25 * ptcut: Cut in the tracks' pT, given in GeV/c.26 * vtxcut: Bla FIXME27 * trackcutpv: Bla FIXME28 * trackcutsv: Bla FIXME24 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