The Gaudi Framework  master (594c33fa)
Gaudi::Accumulators::Axis< Gaudi::Tests::Histograms::CustomAxis::Category > Struct Reference
Collaboration diagram for Gaudi::Accumulators::Axis< Gaudi::Tests::Histograms::CustomAxis::Category >:

Public Types

using Category = Gaudi::Tests::Histograms::CustomAxis::Category
 

Public Member Functions

 Axis ()=default
 
unsigned int index (Category value) const
 

Public Attributes

unsigned int nBins = 4
 number of bins for this Axis More...
 
std::underlying_type_t< CategoryminValue = 0
 min and max values on this axis More...
 
std::underlying_type_t< CategorymaxValue = 4
 
std::string title { "Category" }
 title of this axis More...
 
std::vector< std::stringlabels { "Simple", "Complex", "Bad", "Wrong" }
 labels for the bins More...
 

Detailed Description

Definition at line 22 of file HistogramsTests.cpp.

Member Typedef Documentation

◆ Category

Constructor & Destructor Documentation

◆ Axis()

Member Function Documentation

◆ index()

Definition at line 35 of file HistogramsTests.cpp.

35 { return static_cast<unsigned int>( value ) + 1; }

Member Data Documentation

◆ labels

labels for the bins

Definition at line 33 of file HistogramsTests.cpp.

◆ maxValue

Definition at line 29 of file HistogramsTests.cpp.

◆ minValue

min and max values on this axis

Definition at line 29 of file HistogramsTests.cpp.

◆ nBins

number of bins for this Axis

Definition at line 27 of file HistogramsTests.cpp.

◆ title

title of this axis

Definition at line 31 of file HistogramsTests.cpp.


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