NTupleChiSqFCN.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _NTupleChiSqFCN_H_
15 #define _NTupleChiSqFCN_H_
16 
17 #include "NTupleFCN.h"
18 
19 namespace hippodraw {
20 
31 {
32 
33 private:
34 
36  NTupleChiSqFCN ( const NTupleChiSqFCN & );
37 
38 public:
39 
42  NTupleChiSqFCN ();
43 
45  virtual StatedFCN * clone () const;
46 
47 #ifdef HAVE_MINUIT2
48  virtual double Up () const;
49 #else
50  virtual double up () const;
51 #endif
52 
59  virtual double objectiveValue () const;
60  virtual bool needsIntegrated () const;
61 
62 };
63 
64 } // namespace hippodraw
65 
66 #endif // _NTupleChiSqFCN_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A derived class of StatedFCN This class gets its data points from a DataSource.
Definition: NTupleFCN.h:31
hippodraw::NTupleFCN class interface
A Chi-squared functor class.
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
A derived class for FCNBase class.
Definition: StatedFCN.h:70

Generated for HippoDraw Class Library by doxygen