//----------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Function to extrapolate two tracks to common vertex // // // Environment: // Software developed for the PANDA Detector at FAIR. // // Author List: // Sebastian Neubert TUM (original author) // // //----------------------------------------------------------- #ifndef EXTRAPOLATETOPCA_HH #define EXTRAPOLATETOPCA_HH class Track; void ExtrapolateToPCA(Track* trk1, Track* trk2); #endif //-------------------------------------------------------------- // $Log$ //--------------------------------------------------------------