MnTiny.h

Go to the documentation of this file.
00001 // @(#)root/minuit2:$Id: MnTiny.h 20880 2007-11-19 11:23:41Z rdm $
00002 // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei   2003-2005  
00003 
00004 /**********************************************************************
00005  *                                                                    *
00006  * Copyright (c) 2005 LCG ROOT Math team,  CERN/PH-SFT                *
00007  *                                                                    *
00008  **********************************************************************/
00009 
00010 #ifndef ROOT_Minuit2_MnTiny
00011 #define ROOT_Minuit2_MnTiny
00012 
00013 namespace ROOT {
00014 
00015    namespace Minuit2 {
00016 
00017 
00018 class MnTiny {
00019   
00020 public:
00021   
00022   MnTiny() : fOne(1.) {}
00023   
00024   ~MnTiny() {}
00025   
00026   double One() const;
00027   
00028   double operator()(double epsp1) const;
00029   
00030 private:
00031   
00032   double fOne;
00033 };
00034 
00035   }  // namespace Minuit2
00036 
00037 }  // namespace ROOT
00038 
00039 #endif  // ROOT_Minuit2_MnTiny

Generated on Tue Jul 5 14:25:45 2011 for ROOT_528-00b_version by  doxygen 1.5.1