26 ls->AddLine(
r.Uniform(-s,s),
r.Uniform(-s,s),
r.Uniform(-s,s),
27 r.Uniform(-s,s),
r.Uniform(-s,s),
r.Uniform(-s,s));
30 for (
Int_t m = 0;
m < nm;
m++) ls->AddMarker(i,
r.Rndm());
34 ls->SetMarkerStyle(1);
35 ls->SetAlwaysSecSelect(
sc);
43 auto eveMng = REX::REveManager::Create();
48 ls1->SetName(
"LineSet_1");
53 ls2->SetName(
"LineSet_2");
55 ls2->RefMainTrans().Move3LF(40, 200, 200);
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
void Show(const RWebDisplayArgs &args="")
Show eve manager in specified browser.
REveStraightLineSet Set of straight lines with optional markers along the lines.
This is the base class for the ROOT Random number generators.
ROOT::Experimental::REveManager * eveMng
REX::REveStraightLineSet * makeLineSet(Int_t nlines=40, Int_t nmarkers=4, bool sc=true)
R__EXTERN REveManager * gEve