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_

Generated for HippoDraw Class Library by doxygen