37 #ifndef HITFIT_BASE_CONSTRAINER_H 38 #define HITFIT_BASE_CONSTRAINER_H 163 int nconstraints ()
const;
343 virtual std::ostream&
print (std::ostream&
s)
const;
414 #endif // not HITFIT_BASE_CONSTRAINER_H
CLHEP::HepVector Column_Vector
Define matrix types for the HitFit package, and supply a few additional operations.
S & print(S &os, JobReport::InputFile const &f)
Abstract base class for evaluating constraints. Users derive from this class and implement the eval()...
Base class for constrained fitter.
virtual ~Base_Constrainer()
virtual ~Constraint_Calculator()
std::ostream & operator<<(std::ostream &s, const Constraint_Intermed &ci)
Output stream operator, print the content of this Constraint_Intermed to an output stream...
Base_Constrainer_Args(const Defaults &defs)
Hold on to parameters for the Base_Constrainer class.
CLHEP::HepDiagMatrix Diagonal_Matrix
const Base_Constrainer_Args _args
Define an interface for getting parameter settings.
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
bool test_gradient() const
Row-vector class. CLHEP doesn't have a row-vector class, so HitFit uses its own. This is only a simpl...