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_

Generated for HippoDraw Class Library by doxygen