101 out <<
"//--- tree viewer record"<<std::endl;
102 out <<
" tv_record = tv_session->AddRecord(kTRUE);"<<std::endl;
103 out <<
" tv_session->SetRecordName("<<quote<<
GetName()<<quote<<
");"<<std::endl;
104 out <<
" tv_record->fX = "<<quote<<
fX.
Data()<<quote<<
";"<<std::endl;
105 out <<
" tv_record->fY = "<<quote<<
fY.
Data()<<quote<<
";"<<std::endl;
106 out <<
" tv_record->fZ = "<<quote<<
fZ.
Data()<<quote<<
";"<<std::endl;
107 out <<
" tv_record->fCut = "<<quote<<
fCut.
Data()<<quote<<
";"<<std::endl;
108 out <<
" tv_record->fXAlias = "<<quote<<
fXAlias.
Data()<<quote<<
";"<<std::endl;
109 out <<
" tv_record->fYAlias = "<<quote<<
fYAlias.
Data()<<quote<<
";"<<std::endl;
110 out <<
" tv_record->fZAlias = "<<quote<<
fZAlias.
Data()<<quote<<
";"<<std::endl;
111 out <<
" tv_record->fCutAlias = "<<quote<<
fCutAlias.
Data()<<quote<<
";"<<std::endl;
112 out <<
" tv_record->fOption = "<<quote<<
fOption.
Data()<<quote<<
";"<<std::endl;
114 out <<
" tv_record->fScanRedirected = kTRUE;"<<std::endl;
116 out <<
" tv_record->fScanRedirected = kFALSE;"<<std::endl;
118 out <<
" tv_record->fCutEnabled = kTRUE;"<<std::endl;
120 out <<
" tv_record->fCutEnabled = kFALSE;"<<std::endl;
122 out <<
" tv_record->SetUserCode(\""<<
fUserCode.
Data()<<
"\");"<<std::endl;
124 out <<
" tv_record->SetAutoexec();"<<std::endl;
169 if (strlen(newrec->
GetZ())) name += newrec->
GetZ();
170 if (strlen(newrec->
GetY())) {
171 if (name.
Length()) name +=
":";
172 name += newrec->
GetY();
174 if (strlen(newrec->
GetX())) {
175 if (name.
Length()) name +=
":";
176 name += newrec->
GetX();
255 out<<
"//--- session object"<<std::endl;
256 out<<
" tv_session = new TTVSession(treeview);"<<std::endl;
257 out<<
" treeview->SetSession(tv_session);"<<std::endl;
263 out<<
"//--- Connect first record"<<std::endl;
264 out<<
" tv_session->First();"<<std::endl;
const char * GetTrueName()
void ExecuteDraw()
Called when the DRAW button is executed.
void UpdateCombo()
Updates combo box to current session entries.
void ActivateButtons(Bool_t first, Bool_t previous, Bool_t next, Bool_t last)
Enable/disable session buttons.
void RemoveLastRecord()
Remove current record from list.
const char * Data() const
void SetCurrentRecord(Long64_t entry)
Set current record.
void SetRecordName(const char *name)
Set record name.
Bool_t MustExecuteCode() const
A graphic user interface designed to handle ROOT trees and to take advantage of TTree class features...
const char * GetGrOpt()
Get graph option.
void SaveSource(std::ofstream &out)
Save the TTVSession in a C++ macro file.
virtual TObject * RemoveAt(Int_t idx)
Remove object at index idx.
const char * GetZ() const
TObject * UncheckedAt(Int_t i) const
void SetName(const char *name="")
void SetCutMode(Bool_t enabled=kTRUE)
void SetExpression(const char *name, const char *alias, Bool_t cutType=kFALSE)
Set the true name, alias and type of the expression, then refresh it.
I/O classes for TreeViewer session handling.
virtual void Delete(Option_t *option="")
Clear the clones array.
TTVRecord * GetRecord(Int_t i)
Return record at index i.
TTVLVEntry * ExpressionItem(Int_t index)
Get the item from a specific position.
This class represent entries that goes into the TreeViewer listview container.
void SaveSource(std::ofstream &out)
Save the TTVRecord in a C++ macro file.
void SetHistogramTitle(const char *title)
Set title of Histogram.
virtual const char * GetName() const
Returns name of object.
void FormFrom(TTreeViewer *tv)
Populate members from treeviewer tv.
void SetSmallPic(const TGPicture *spic)
Set small picture.
const char * GetX() const
void PlugIn(TTreeViewer *tv)
Change treeviewer status to this record.
void SetGrOpt(const char *option)
Set graph option.
Bool_t HasUserCode() const
void SetScanRedirect(Bool_t mode)
Set the state of Scan check button.
I/O classes for TreeViewer session handling.
void UpdateRecord(const char *name)
Updates current record according to new X, Y, Z settings.
An array of clone (identical) objects.
const char * GetY() const
TTVRecord * AddRecord(Bool_t fromFile=kFALSE)
Add a record.
void ExecuteUserCode()
Execute user-defined code.
void Show(TTVRecord *rec)
Display record rec.
Bool_t IsScanRedirected()
Return kTRUE if scan is redirected.