Belle II Software development
EVEVisualization::ElementGroup Struct Reference

Group of TEveElements, remembers wether user wants it visible or not. More...

Public Attributes

TEveElementList * group
 Contains elements of this group.
 
bool visible
 Stores wether this group was visible in last event.
 

Detailed Description

Group of TEveElements, remembers wether user wants it visible or not.

Definition at line 83 of file EVEVisualization.h.

Constructor & Destructor Documentation

◆ ElementGroup()

ElementGroup ( )
inline

Definition at line 84 of file EVEVisualization.h.

84: group(nullptr), visible(true) { }
TEveElementList * group
Contains elements of this group.
bool visible
Stores wether this group was visible in last event.

Member Data Documentation

◆ group

TEveElementList* group

Contains elements of this group.

Set to nullptr after event.

Definition at line 85 of file EVEVisualization.h.

◆ visible

bool visible

Stores wether this group was visible in last event.

Definition at line 86 of file EVEVisualization.h.


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