NTuplePearsonFCN.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 // for have minuit
15 #ifdef HAVE_CONFIG_H
16 #include "config.h"
17 #endif
18 
19 #ifndef _NTuplePearsonFCN_H_
20 #define _NTuplePearsonFCN_H_
21 
22 #include "NTupleFCN.h"
23 
24 namespace hippodraw {
25 
36 {
37 
38 private:
39 
42 
43 public:
44 
48 
50  virtual StatedFCN * clone () const;
51 
52 #ifdef HAVE_MINUIT2
53  virtual double Up () const;
54 #else
55  virtual double up () const;
56 #endif
57 
61  virtual double objectiveValue () const;
62  virtual bool needsIntegrated () const;
63 
64 };
65 
66 } // namespace hippodraw
67 
68 #endif // _NTuplePearsonFCN_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
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
A derived class for FCNBase class.
Definition: StatedFCN.h:70
A Pearson's Chi-squared functor class.

Generated for HippoDraw Class Library by doxygen