library: libRooFit
#include "RooScaledFunc.h"

RooScaledFunc


class description - header file - source file - inheritance tree (.pdf)

class RooScaledFunc : public RooAbsFunc

Inheritance Chart:
RooAbsFunc
<-
RooScaledFunc

    public:
RooScaledFunc(const RooAbsFunc& func, Double_t scaleFactor) RooScaledFunc(const RooScaledFunc&) virtual ~RooScaledFunc() static TClass* Class() virtual Double_t getMaxLimit(UInt_t index) const virtual Double_t getMinLimit(UInt_t index) const virtual TClass* IsA() const virtual Double_t operator()(const Double_t* xvector) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const RooAbsFunc* _func Double_t _scaleFactor

Class Description

inline RooScaledFunc(const RooAbsFunc &func, Double_t scaleFactor)
virtual ~RooScaledFunc()
Double_t operator()(const Double_t xvector[])
Double_t getMinLimit(UInt_t index)
Double_t getMaxLimit(UInt_t index)

Last update: Tue Jul 11 11:46:17 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.