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

AlVfit.cpp

Go to the documentation of this file.
00001 #include "AlVfit.h"
00002 
00004 //
00005 // Abstract base class for vertex fits
00006 //
00007 // 11/01  Kay Huettmann
00008 //
00010 
00011 
00012 //AlVfit::AlVfit():fitAlgorithm(1) {
00013 //  cout << "AlVfit: default constructor" << endl;
00014 //  cout << "AlVfit: fitAlgorithm = " << fitAlgorithm << endl;
00015 //}
00016 
00017 //AlVfit::AlVfit(AlephCollection<AlObject*> trackList): fitAlgorithm(1) {
00018 //  cout << "AlVfit::AlVfit constructor" << endl;
00019 //  cout << "AlVfit: fitAlgorithm = " <<  fitAlgorithm << endl;
00020 //}
00021 

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