Skip to content
Snippets Groups Projects
Commit a0e39e7a authored by Rene Brun's avatar Rene Brun
Browse files

Implement default constructor for the new class TFractionFitter

git-svn-id: http://root.cern.ch/svn/root/trunk@4583 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1cc2b58a
No related branches found
No related tags found
No related merge requests found
// @(#)root/hist:$Name: $:$Id: TFractionFitter.cxx,v 1.1 2002/05/20 15:10:08 brun Exp $ // @(#)root/hist:$Name: $:$Id: TFractionFitter.cxx,v 1.2 2002/05/20 21:05:31 brun Exp $
// Author: Frank Filthaut filthaut@hef.kun.nl 20/05/2002 // Author: Frank Filthaut filthaut@hef.kun.nl 20/05/2002
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
...@@ -133,10 +133,9 @@ TFractionFitter::TFractionFitter() : ...@@ -133,10 +133,9 @@ TFractionFitter::TFractionFitter() :
fFitDone(kFALSE),fData(0), fPlot(0) { fFitDone(kFALSE),fData(0), fPlot(0) {
// TFractionFitter default constructor. // TFractionFitter default constructor.
fractionFitter = TVirtualFitter::Fitter(this, fNpar); fractionFitter = 0;
fractionFitter->Clear(); fIntegralMCs = 0;
fractionFitter->SetObjectFit(this); fFractions = 0;
fractionFitter->SetFCN(TFractionFitFCN);
} }
//______________________________________________________________________________ //______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment