#include <TCutG.h>
Inheritance diagram for TCutG:


Public Methods | |
| TCutG () | |
| pointer to an object corresponding to Y | |
| 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) | |
| virtual | ~TCutG () |
| TObject * | GetObjectX () const |
| TObject * | GetObjectY () const |
| const char * | GetVarX () const |
| const char * | GetVarY () 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) |
Protected Attributes | |
| TString | fVarX |
| TString | fVarY |
| TObject * | fObjectX |
| TObject * | fObjectY |
| pointer to an object corresponding to X | |
|
|
pointer to an object corresponding to Y
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 43 of file TCutG.h. References TString::Data(). |
|
|
Definition at line 44 of file TCutG.h. References TString::Data(). |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TGraph. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer to an object corresponding to X
|
1.2.16