TCutG
class description - source file - inheritance tree
public:
TCutG(const char* name, Int_t n)
TCutG(const char* name, Int_t n, const Float_t* x, const Float_t* y)
TCutG(const char* name, Int_t n, const Double_t* x, const Double_t* y)
TCutG(const TCutG&)
TCutG()
virtual ~TCutG()
static TClass* Class()
TObject* GetObjectX() const
TObject* GetObjectY() const
const char* GetVarX() const
const char* GetVarY() const
virtual TClass* IsA() const
virtual Int_t IsInside(Double_t x, Double_t y) const
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetObjectX(TObject* obj)
virtual void SetObjectY(TObject* obj)
virtual void SetVarX(const char* varx)
virtual void SetVarY(const char* vary)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TString fVarX X variable
TString fVarY Y variable
TObject* fObjectX !pointer to an object corresponding to X
TObject* fObjectY !pointer to an object corresponding to Y
Last update: Fri May 14 13:32:37 2004
ROOT page - Class index - 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.