CMS 3D CMS Logo

Classes | Namespaces

/data/refman/pasoursint/CMSSW_5_3_3/src/TopQuarkAnalysis/TopHitFit/interface/Base_Constrainer.h File Reference

Abstract base classes for the $\chi^{2}$ fitter classes. More...

#include "TopQuarkAnalysis/TopHitFit/interface/matutil.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  hitfit::Base_Constrainer
 Base class for $\chi^{2}$ constrained fitter. More...
class  hitfit::Base_Constrainer_Args
 Hold on to parameters for the Base_Constrainer class. More...
class  hitfit::Constraint_Calculator
 Abstract base class for evaluating constraints. Users derive from this class and implement the eval() method. More...

Namespaces

namespace  hitfit

Detailed Description

Abstract base classes for the $\chi^{2}$ fitter classes.

This file contains abstract base classes for the $\chi^{2}$ fitter classes. By doing so, different fitting algorithm may be used.

Creation date:
July 2000.
Author:
Scott Stuart Snyder <snyder@bnl.gov>.
Modification History:
Apr 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>: Imported to CMSSW.
Oct 2009: Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>: Added Doxygen tags for automatic generation of documentation.
Terms of Usage:
With consent from the original author (Scott Snyder).

Definition in file Base_Constrainer.h.