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_

Generated for HippoDraw Class Library by doxygen