ATLAS Offline Software
Loading...
Searching...
No Matches
MuonValR4::RootVisualizationService::PlotsPerClient Struct Reference

Helper struct to group all plots that are belonging to a client of the service. More...

Collaboration diagram for MuonValR4::RootVisualizationService::PlotsPerClient:

Public Attributes

PlotVec_t toDraw {}
 List of already registered Canvases.
bool elementsDrawn {false}
 Flag to indicate whether the plots were already dumped on disk.

Detailed Description

Helper struct to group all plots that are belonging to a client of the service.

Definition at line 54 of file RootVisualizationService.h.

Member Data Documentation

◆ elementsDrawn

bool MuonValR4::RootVisualizationService::PlotsPerClient::elementsDrawn {false}

Flag to indicate whether the plots were already dumped on disk.

Definition at line 59 of file RootVisualizationService.h.

59{false};

◆ toDraw

PlotVec_t MuonValR4::RootVisualizationService::PlotsPerClient::toDraw {}

List of already registered Canvases.

Definition at line 56 of file RootVisualizationService.h.

56{};

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