// @(#)root/mathcore:$Id$ // Author: L. Moneta Thu Sep 21 16:21:48 2006 /********************************************************************** * * * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT * * * * * **********************************************************************/ // Implementation file for class ParameterSettings #include "Fit/ParameterSettings.h" namespace ROOT { namespace Fit { // ParameterSettings::ParameterSettings() // { // // Default constructor implementation. // } } // end namespace Fit } // end namespace ROOT