| library: libRooFit #include "RooInvTransform.h" |

| RooInvTransform(const RooAbsFunc& func) | |
| RooInvTransform(const RooInvTransform&) | |
| virtual | ~RooInvTransform() |
| static TClass* | Class() |
| UInt_t | RooAbsFunc::getDimension() const |
| virtual Double_t | getMaxLimit(UInt_t index) const |
| virtual Double_t | getMinLimit(UInt_t index) const |
| virtual TClass* | IsA() const |
| Bool_t | RooAbsFunc::isValid() const |
| Int_t | RooAbsFunc::numCall() const |
| virtual Double_t | operator()(const Double_t* xvector) const |
| RooAbsFunc& | RooAbsFunc::operator=(const RooAbsFunc&) |
| void | RooAbsFunc::resetNumCall() const |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| const RooAbsFunc* | _func | |
| Double_t | _scaleFactor | |
| Int_t | RooAbsFunc::_ncall | |
| UInt_t | RooAbsFunc::_dimension | |
| Bool_t | RooAbsFunc::_valid |
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.