NTupleLikeliHoodFCN.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
13 // for have minuit
14 #ifdef HAVE_CONFIG_H
15 #include "config.h"
16 #endif
17 
18 #ifndef _NTupleLikeliHoodFCN_H_
19 #define _NTupleLikeliHoodFCN_H_
20 
21 #include "NTupleFCN.h"
22 
23 namespace hippodraw {
24 
35 {
36 private:
37 
40 
41 public:
42 
45 
47  virtual StatedFCN * clone () const;
48 
52  virtual double objectiveValue () const;
53 
54 #ifdef HAVE_MINUIT2
55  virtual double Up () const
56 #else
57  virtual double up () const
58 #endif
59  {
60  return 1.0;
61  }
62 
63  virtual bool needsIntegrated () const;
64 
65 };
66 
67 } // namespace hippodraw
68 
69 #endif // _NTupleLikeliHoodFCN_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 Likelihood 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