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