12 #ifndef ROOT_TTVSession 13 #define ROOT_TTVSession 48 const char *
GetX()
const {
return fX;}
49 const char *
GetY()
const {
return fY;}
50 const char *
GetZ()
const {
return fZ;}
57 void SetX(
const char *
x =
"",
const char *xal =
"-empty-") {fX =
x; fXAlias = xal;}
58 void SetY(
const char *
y =
"",
const char *yal =
"-empty-") {fY =
y; fYAlias = yal;}
59 void SetZ(
const char *
z =
"",
const char *zal =
"-empty-") {fZ =
z; fZAlias = zal;}
60 void SetCut(
const char *cut =
"",
const char *cal =
"-empty-") {fCut = cut; fCutAlias = cal;}
61 void SetOption(
const char *option =
"") {fOption = option;}
83 void SetRecordName(
const char*
name);
93 void RemoveLastRecord();
96 void UpdateRecord(
const char *name);
virtual const char * GetName() const
Returns name of object.
TTVRecord()
TTVRecord default constructor.
const char * GetZ() const
void SetCut(const char *cut="", const char *cal="-empty-")
const char * GetX() const
#define ClassDef(name, id)
void SetUserCode(const char *code, Bool_t autoexec=kTRUE)
void SetOption(const char *option="")
virtual const char * GetName() const
Returns name of object.
A graphic user interface designed to handle ROOT trees and to take advantage of TTree class features...
void SetName(const char *name="")
void SetName(const char *name)
I/O classes for TreeViewer session handling.
Bool_t MustExecuteCode() const
void SaveSource(std::ofstream &out)
Save the TTVRecord in a C++ macro file.
const char * GetUserCode() const
Bool_t HasUserCode() const
const char * GetY() const
void SetY(const char *y="", const char *yal="-empty-")
void FormFrom(TTreeViewer *tv)
Populate members from treeviewer tv.
void SetX(const char *x="", const char *xal="-empty-")
void PlugIn(TTreeViewer *tv)
Change treeviewer status to this record.
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
I/O classes for TreeViewer session handling.
void SetRC(Bool_t redirect=kFALSE, Bool_t cut=kTRUE)
An array of clone (identical) objects.
void ExecuteUserCode()
Execute user-defined code.
void SetZ(const char *z="", const char *zal="-empty-")
void SetAutoexec(Bool_t autoexec=kTRUE)