Warning, file /include/root/Minuit2/MnTiny.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef ROOT_Minuit2_MnTiny
0011 #define ROOT_Minuit2_MnTiny
0012
0013 namespace ROOT {
0014
0015 namespace Minuit2 {
0016
0017 class MnTiny {
0018
0019 public:
0020 double One() const;
0021
0022 double operator()(double epsp1) const;
0023
0024 private:
0025 double fOne = 1.;
0026 };
0027
0028 }
0029
0030 }
0031
0032 #endif