ATLAS Offline Software
Loading...
Searching...
No Matches
MSVtxPlotComparison::PlotInfo< T > Struct Template Reference
Collaboration diagram for MSVtxPlotComparison::PlotInfo< T >:

Public Member Functions

 PlotInfo (std::unique_ptr< T > plot, TLegend *legend, double maxy, TString xlabel, const TString ylabel)

Public Attributes

std::unique_ptr< T > plot {nullptr}
TLegend * legend {nullptr}
double maxy {0.}
TString xlabel {}
const TString ylabel {}

Detailed Description

template<typename T>
struct MSVtxPlotComparison::PlotInfo< T >

Definition at line 45 of file MSVtxPlotComparison.h.

Constructor & Destructor Documentation

◆ PlotInfo()

template<typename T>
MSVtxPlotComparison::PlotInfo< T >::PlotInfo ( std::unique_ptr< T > plot,
TLegend * legend,
double maxy,
TString xlabel,
const TString ylabel )
inline

Member Data Documentation

◆ legend

template<typename T>
TLegend* MSVtxPlotComparison::PlotInfo< T >::legend {nullptr}

Definition at line 47 of file MSVtxPlotComparison.h.

47{nullptr};

◆ maxy

template<typename T>
double MSVtxPlotComparison::PlotInfo< T >::maxy {0.}

Definition at line 48 of file MSVtxPlotComparison.h.

48{0.};

◆ plot

template<typename T>
std::unique_ptr<T> MSVtxPlotComparison::PlotInfo< T >::plot {nullptr}

Definition at line 46 of file MSVtxPlotComparison.h.

46{nullptr};

◆ xlabel

template<typename T>
TString MSVtxPlotComparison::PlotInfo< T >::xlabel {}

Definition at line 49 of file MSVtxPlotComparison.h.

49{};

◆ ylabel

template<typename T>
const TString MSVtxPlotComparison::PlotInfo< T >::ylabel {}

Definition at line 50 of file MSVtxPlotComparison.h.

50{};

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