20   for (
Int_t i = 0; i < 
n; ++i) {
 
   21      line->SetNextPoint(
x, 
y, z);
 
   22      x += 
rnd.Uniform(0, delta);
 
   23      y += 
rnd.Uniform(0, delta);
 
   24      z += 
rnd.Uniform(0, delta);
 
 
   35   auto eveMng = REX::REveManager::Create();
 
   56   cmp->AddElement(
line);
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void SetMainColor(Color_t color) override
SetMainColor for the compound.
 
virtual void AddElement(REveElement *el)
Add el to the list of children.
 
REveLine An arbitrary polyline with fixed line and marker attributes.
 
REveScene * GetEventScene() const
 
void Show(const RWebDisplayArgs &args="")
Show eve manager in specified browser.
 
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
 
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
 
This is the base class for the ROOT Random number generators.
 
ROOT::Experimental::REveManager * eveMng
 
REX::REveLine * random_line(TRandom &rnd, Int_t n, Float_t delta)