library: libRooFit
#include "RooAbsFunc.h"

RooAbsFunc


class description - header file - source file
viewCVS header - viewCVS source

class RooAbsFunc

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~RooAbsFunc()
static TClass*Class()
UInt_tgetDimension() const
virtual Double_tgetMaxLimit(UInt_t dimension) const
virtual Double_tgetMinLimit(UInt_t dimension) const
virtual TClass*IsA() const
Bool_tisValid() const
Int_tnumCall() const
virtual Double_toperator()(const Double_t* xvector) const
RooAbsFunc&operator=(const RooAbsFunc&)
voidresetNumCall() const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
Int_t_ncall
UInt_t_dimension
Bool_t_valid

Class Description

virtual ~RooAbsFunc()
{ }
UInt_t getDimension()
{ return _dimension; }
Bool_t isValid()
{ return _valid; }
Double_t operator()(const Double_t xvector[])
Double_t getMinLimit(UInt_t dimension)
Double_t getMaxLimit(UInt_t dimension)
Int_t numCall()
{ return _ncall ; }
void resetNumCall()
{ _ncall = 0 ; }

Last update: Sat Dec 9 09:56:04 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.