NTuplePearsonFCN.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 // for have minuit
00015 #ifdef HAVE_CONFIG_H
00016 #include "config.h"
00017 #endif
00018 
00019 #ifndef _NTuplePearsonFCN_H_
00020 #define _NTuplePearsonFCN_H_
00021 
00022 #include "NTupleFCN.h"
00023 
00024 namespace hippodraw {
00025 
00035 class MDL_HIPPOPLOT_API NTuplePearsonFCN : public NTupleFCN
00036 {
00037 
00038 private:
00039 
00041   NTuplePearsonFCN ( const NTuplePearsonFCN & );
00042 
00043 public:
00044 
00047   NTuplePearsonFCN ();
00048 
00050   virtual StatedFCN * clone () const;
00051 
00052 #ifdef HAVE_MINUIT2
00053   virtual double Up () const;
00054 #else
00055   virtual double up () const;
00056 #endif
00057 
00061   virtual double objectiveValue () const;
00062   virtual bool needsIntegrated () const;
00063 
00064 };
00065 
00066 } // namespace hippodraw
00067 
00068 #endif // _NTuplePearsonFCN_H_

Generated for HippoDraw Class Library by doxygen