library: libRooFit
#include "RooInvTransform.h"

RooInvTransform


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

class RooInvTransform : public RooAbsFunc

Inheritance Chart:
RooAbsFunc
<-
RooInvTransform

    public:
RooInvTransform(const RooAbsFunc& func) RooInvTransform(const RooInvTransform&) virtual ~RooInvTransform() 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

RooInvTransform(const RooAbsFunc &func)
 Apply the change of variables transformation x -> 1/x to the input
 function and its range. The function must be one dimensional and its
 range cannot include zero.
RooInvTransform(const RooAbsFunc &func)
virtual ~RooInvTransform()
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:45:49 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.