|
||||
File indexing completed on 2025-01-18 10:10:59
0001 // @(#)root/tmva $Id$ 0002 // Author: Andreas Hoecker, Peter Speckmayer, Joerg Stelzer, Helge Voss 0003 0004 /********************************************************************************** 0005 * Project: TMVA - a Root-integrated toolkit for multivariate data analysis * 0006 * Package: TMVA * 0007 * Class : FitterBase * 0008 * * 0009 * * 0010 * Description: * 0011 * Base class for TMVA fitters * 0012 * * 0013 * Authors (alphabetical): * 0014 * Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland * 0015 * Peter Speckmayer <speckmay@mail.cern.ch> - CERN, Switzerland * 0016 * Joerg Stelzer <Joerg.Stelzer@cern.ch> - CERN, Switzerland * 0017 * Helge Voss <Helge.Voss@cern.ch> - MPI-K Heidelberg, Germany * 0018 * * 0019 * Copyright (c) 2005: * 0020 * CERN, Switzerland * 0021 * MPI-K Heidelberg, Germany * 0022 * * 0023 * Redistribution and use in source and binary forms, with or without * 0024 * modification, are permitted according to the terms listed in LICENSE * 0025 * (see tmva/doc/LICENSE) * 0026 **********************************************************************************/ 0027 0028 #ifndef ROOT_TMVA_FitterBase 0029 #define ROOT_TMVA_FitterBase 0030 0031 ////////////////////////////////////////////////////////////////////////// 0032 // // 0033 // FitterBase // 0034 // // 0035 // Baseclass for TMVA fitters // 0036 // // 0037 ////////////////////////////////////////////////////////////////////////// 0038 0039 #include