subroutine kfil_track_vfnd(v0trk, type, ldedx, lcovar, ktrk, * error) * * begin_doc * * Load a KWFIT track from a V0 track from VFND. * * Note: There is no error information to be stored. * * Input Parameters: * v0trk Integer variable * VFND track number * * type Integer variable * Type = 1-3 ==> Ks, Lambda, anti-Lambda * * ldedx Logical variable * TRUE ==> apply dE/dx corrections (only for non Kalman tracks) * FALSE ==> do not apply dE/dx corrections * * lcovar Logical variable * TRUE ==> Calculate error matrix * FALSE ==> Do not calculate error matrix * * Output Parameters: * ktrk Integer variable * KWFIT track number * * error integer variable * Error flag * = 0 ==> all OK * > 0 ==> error * Other routines: * * Notes: * * Author: Paul R Avery Created: Sun Jul 27 17:20:57 EDT 1997 * * Major revisions: * * * end_doc