00001 // @(#)root/mathcore:$Id: ParameterSettings.cxx 22868 2008-03-27 16:38:59Z rdm $ 00002 // Author: L. Moneta Thu Sep 21 16:21:48 2006 00003 00004 /********************************************************************** 00005 * * 00006 * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT * 00007 * * 00008 * * 00009 **********************************************************************/ 00010 00011 // Implementation file for class ParameterSettings 00012 00013 #include "Fit/ParameterSettings.h" 00014 00015 00016 namespace ROOT { 00017 00018 namespace Fit { 00019 00020 00021 // ParameterSettings::ParameterSettings() 00022 // { 00023 // // Default constructor implementation. 00024 // } 00025 00026 } // end namespace Fit 00027 00028 } // end namespace ROOT 00029