22 for (
Int_t i = 0; i < npoints; ++i)
38 psDot->SetMarkerStyle(1);
39 event->AddElement(psDot);
42 psSquare->SetMarkerStyle(2);
43 event->AddElement(psSquare);
46 psStar->SetMarkerStyle(3);
47 event->AddElement(psStar);
int Int_t
Signed integer 4 bytes (int).
static REveManager * Create()
If global REveManager* REX::gEve is not set initialize it.
void SetMarkerColor(Color_t col) override
Set the marker color.
void SetMarkerSize(Size_t msize=1) override
Set marker size, propagate to projecteds.
int SetNextPoint(float x, float y, float z)
void SetMarkerStyle(Style_t mstyle=1) override
Set marker style, propagate to projecteds.
This is the base class for the ROOT Random number generators.
ROOT::Experimental::REveManager * eveMng
Namespace for ROOT features in testing.
REX::REvePointSet * createPointSet(int npoints=2, float s=2, int color=28)