Belle II Software light-2406-ragdoll
DisplayData::Arrow Struct Reference

Stores data associated with an arrow. More...

#include <DisplayData.h>

Collaboration diagram for DisplayData::Arrow:

Public Attributes

std::string name
 label.
 
ROOT::Math::XYZVector start
 arrow starts here.
 
ROOT::Math::XYZVector end
 and ends here.
 
int color
 Color_t, e.g.
 

Detailed Description

Stores data associated with an arrow.

Definition at line 100 of file DisplayData.h.

Member Data Documentation

◆ color

int color

Color_t, e.g.

kGreen. -1 for default

Definition at line 104 of file DisplayData.h.

◆ end

ROOT::Math::XYZVector end

and ends here.

Definition at line 103 of file DisplayData.h.

◆ name

std::string name

label.

Definition at line 101 of file DisplayData.h.

◆ start

ROOT::Math::XYZVector start

arrow starts here.

Definition at line 102 of file DisplayData.h.


The documentation for this struct was generated from the following file: