Macro generated by ROOT version3.00/00 for tree "T" (Wed Feb 21 14:16:23 2001)
return;
}
}
item->SetExpression(
"fTemperature",
"fTemperature");
item->SetExpression(
"",
"-empty-");
item->SetExpression(
"",
"-empty-");
item->SetExpression(
"",
"-empty-");
item->SetExpression(
"",
"Scan box");
item->SetExpression(
"sqrt(fTracks.fPx*fTracks.fPx+fTracks.fPy*fTracks.fPy)",
"~Pt",
kFALSE);
item->SetExpression(
"fTracks.fPx>0",
"~Cut1",
kTRUE);
tv_record->fX =
"sqrt(fTracks.fPx*fTracks.fPx+fTracks.fPy*fTracks.fPy)";
tv_session->SetRecordName(
"Surface plot of Py vs. Px");
}
printf(
"This demo show how to handle TTreeViewer sessions\n");
printf(
"Compile class Event from test directory before running this\n");
printf(
"- use arrow buttons from bottom to cycle records ...\n");
printf(
"- make new expressions and drag them to X, Y, Z or Cut items ...\n");
printf(
"- use the Draw button to check your current selection ...\n");
printf(
"- click the record button once you are happy with this ...\n");
printf(
"- open the TV context menu (right-click on the right panel)...\n");
printf(
" Use : RemoveLastRecord() - to remove last record :-)\n");
printf(
" SetRecordName() - to name current record\n");
printf(
" UpdateRecord() - if you want to change a record from the list\n");
printf(
" with your new X, Y, Z, Cut configuration.\n");
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
winID h TVirtualViewer3D TVirtualGLPainter p
A file, usually with extension .root, that stores data and code in the form of serialized objects in ...
This class represent entries that goes into the TreeViewer listview container.
I/O classes for TreeViewer session handling.
A graphic user interface designed to handle ROOT trees and to take advantage of TTree class features.
A TTree represents a columnar dataset.
- Author
- Rene Brun
Definition in file tvdemo.C.