/*****************************************************************************
 * Project: RooFit                                                           *
 * Package: RooFitCore                                                       *
 * @(#)root/roofitcore:$Id$
 * Authors:                                                                  *
 *   WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu       *
 *   DK, David Kirkby,    UC Irvine,         dkirkby@uci.edu                 *
 *                                                                           *
 * Copyright (c) 2000-2005, Regents of the University of California          *
 *                          and Stanford University. All rights reserved.    *
 *                                                                           *
 * Redistribution and use in source and binary forms,                        *
 * with or without modification, are permitted according to the terms        *
 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)             *
 *****************************************************************************/

//////////////////////////////////////////////////////////////////////////////
// 
// BEGIN_HTML
// Abstract interface for evaluating a real-valued function of one real variable
// and performing numerical algorithms on it. The purpose of this interface is
// to decouple RooAbsArg-specific implementations from numerical algorithms that
// only need a simple function evaluation interface. The domain of the function
// is assumed to be an n-dimensional box with edge coordinates specified by the
// the getMinLimit() and getMaxLimit() methods.
// END_HTML
//


#include "RooFit.h"

#include "RooAbsFunc.h"
#include "RooAbsFunc.h"

using namespace std;

ClassImp(RooAbsFunc)
;














 RooAbsFunc.cxx:1
 RooAbsFunc.cxx:2
 RooAbsFunc.cxx:3
 RooAbsFunc.cxx:4
 RooAbsFunc.cxx:5
 RooAbsFunc.cxx:6
 RooAbsFunc.cxx:7
 RooAbsFunc.cxx:8
 RooAbsFunc.cxx:9
 RooAbsFunc.cxx:10
 RooAbsFunc.cxx:11
 RooAbsFunc.cxx:12
 RooAbsFunc.cxx:13
 RooAbsFunc.cxx:14
 RooAbsFunc.cxx:15
 RooAbsFunc.cxx:16
 RooAbsFunc.cxx:17
 RooAbsFunc.cxx:18
 RooAbsFunc.cxx:19
 RooAbsFunc.cxx:20
 RooAbsFunc.cxx:21
 RooAbsFunc.cxx:22
 RooAbsFunc.cxx:23
 RooAbsFunc.cxx:24
 RooAbsFunc.cxx:25
 RooAbsFunc.cxx:26
 RooAbsFunc.cxx:27
 RooAbsFunc.cxx:28
 RooAbsFunc.cxx:29
 RooAbsFunc.cxx:30
 RooAbsFunc.cxx:31
 RooAbsFunc.cxx:32
 RooAbsFunc.cxx:33
 RooAbsFunc.cxx:34
 RooAbsFunc.cxx:35
 RooAbsFunc.cxx:36
 RooAbsFunc.cxx:37
 RooAbsFunc.cxx:38
 RooAbsFunc.cxx:39
 RooAbsFunc.cxx:40
 RooAbsFunc.cxx:41
 RooAbsFunc.cxx:42
 RooAbsFunc.cxx:43
 RooAbsFunc.cxx:44
 RooAbsFunc.cxx:45
 RooAbsFunc.cxx:46
 RooAbsFunc.cxx:47
 RooAbsFunc.cxx:48
 RooAbsFunc.cxx:49
 RooAbsFunc.cxx:50
 RooAbsFunc.cxx:51
 RooAbsFunc.cxx:52