47 virtual void SetVarX(
const char *varx);
48 virtual void SetVarY(
const char *vary);
#define ClassDefOverride(name, id)
virtual Double_t IntegralHist(TH2 *h, Option_t *option="") const
Compute the integral of 2-d histogram h for all bins inside the cut if option "width" is specified,...
virtual void Center(Double_t &cx, Double_t &cy) const
Compute the center x,y of this TCutG The algorithm uses Stoke's theorem over the border of the closed...
TCutG()
TCutG default constructor.
const char * GetVarX() const
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
TObject * fObjectY
! pointer to an object corresponding to Y
virtual void SetVarY(const char *vary)
Set Y variable.
virtual ~TCutG()
TCutG destructor.
virtual Double_t Area() const
Compute the area inside this TCutG The algorithm uses Stoke's theorem over the border of the closed p...
virtual void SetObjectY(TObject *obj)
Set the Y object (and delete the previous one if any).
virtual void SetVarX(const char *varx)
Set X variable.
TCutG & operator=(const TCutG &)
Assignment operator.
TObject * GetObjectY() const
virtual void SetObjectX(TObject *obj)
Set the X object (and delete the previous one if any).
TObject * GetObjectX() const
TObject * fObjectX
! pointer to an object corresponding to X
const char * GetVarY() const
A TGraph is an object made of two arrays X and Y with npoints each.
Service class for 2-D histogram classes.
Mother of all ROOT objects.
const char * Data() const