Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Vfit.h

Go to the documentation of this file.
00001 #ifndef _VFIT_H_
00002 #define _VFIT_H_
00003 
00004 #include "AlVertexFitter.h"
00005 #include "w_YFMVTR.h"
00006 //=======================================================================
00007 // Vfit  (derived from AlVertexFitter)
00008 // Simple vertex fit                                 
00009 //
00010 // 11/2001 K. Huettmann
00011 //=======================================================================
00012 
00013 class Vfit: public AlVertexFitter {
00014 
00015  public:  
00016   Vfit() { _algo = new w_YFMVTR; }   // uses Ytop's YFMVTR
00017   virtual ~Vfit() {delete _algo;}
00018   
00019 };
00020 #endif 
00021  

Generated at Wed Jun 18 17:19:20 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001