class RooAbsProxy

Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~RooAbsProxy()
static TClass*Class()
virtual TClass*IsA() const
virtual const char*name() const
const RooArgSet*nset() const
RooAbsProxy&operator=(const RooAbsProxy&)
virtual voidprint(ostream& os) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
virtual voidchangeNormSet(const RooArgSet* newNormSet)
virtual Bool_tchangePointer(const RooAbsCollection& newServerSet, Bool_t nameChange = kFALSE)

Data Members

protected:
RooArgSet*_nset! do not persist

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void changeNormSet(const RooArgSet* newNormSet)
 Destructor
void print(ostream& os) const
virtual ~RooAbsProxy()
{}
const char* name()
{ return "dummy" ; }
const RooArgSet* nset()
{ return _nset ; }
Bool_t changePointer(const RooAbsCollection& newServerSet, Bool_t nameChange = kFALSE)

Last update: Thu Jan 17 08:43:39 2008
Copyright (c) 2000-2005, Regents of the University of California *

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.