TF12
class description - source file - inheritance tree
class TF12 : public TF1
public:
TF12(const char* name, TF2* f2, Double_t xy, Option_t* option = "x")
TF12(const TF12& f12)
TF12()
virtual ~TF12()
static TClass* Class()
virtual void Copy(TObject& f12) const
virtual TF1* DrawCopy(Option_t* option) const
virtual Double_t Eval(Double_t x, Double_t y = 0, Double_t z = 0, Double_t t = 0)
virtual Double_t EvalPar(const Double_t* x, const Double_t* params = 0)
virtual Double_t GetXY() const
virtual TClass* IsA() const
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetXY(Double_t xy)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t fXY Value along Y (if projection X) or X (if projection Y)
Int_t fCase projection along X(0), or Y(1)
TF2* fF2 pointer to the mother TF2
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.