laura is hosted by Hepforge, IPPP Durham
Laura++  v1r2
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauFitter.hh
Go to the documentation of this file.
1 
2 // Copyright University of Warwick 2005 - 2013.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 // Authors:
7 // Thomas Latham
8 // John Back
9 // Paul Harrison
10 
21 #ifndef LAU_FITTER
22 #define LAU_FITTER
23 
24 #include "Rtypes.h"
25 #include "TString.h"
26 
27 class TVirtualFitter;
28 
29 namespace LauFitter {
30 
32 
38  TVirtualFitter* fitter( const TString& fitterString = "Minuit", Int_t maxPar = 100 );
39 
40 };
41 
42 #endif
TVirtualFitter * fitter(const TString &fitterString="Minuit", Int_t maxPar=100)
Method that provides a pointer to a TVirtualFitter object.
Definition: LauFitter.cc:20