Demonstrates usage of class TEveStraightLineSet.
{
ls->AddLine(
r.Uniform(-s, s),
r.Uniform(-s, s),
r.Uniform(-s, s),
r.Uniform(-s, s),
r.Uniform(-s, s),
ls->AddMarker(i,
r.Rndm());
}
ls->SetMarkerSize(5);
ls->SetMarkerStyle(1);
ls->SetAlwaysSecSelect(
sc);
return ls;
}
{
auto eveMng = REX::REveManager::Create();
ls1->SetName(
"LineSet Violet");
ls2->SetName(
"LineSet Blue");
ls2->RefMainTrans().Move3LF(40, 200, 200);
}
int Int_t
Signed integer 4 bytes (int)
float Float_t
Float 4 bytes (float)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
virtual void AddElement(REveElement *el)
Add el to the list of children.
REveScene * GetEventScene() const
REveStraightLineSet Set of straight lines with optional markers along the lines.
This is the base class for the ROOT Random number generators.
Namespace for ROOT features in testing.
R__EXTERN REveManager * gEve
- Author
- Matevz Tadel
Definition in file lineset.C.