The Gaudi Framework  v36r6 (b1ee9983)
Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg Struct Reference
Inheritance diagram for Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg:
Collaboration diagram for Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg:

Public Types

using Base = Gaudi::Functional::Consumer< void()>
 
using MyHist_t = Gaudi::Accumulators::Histogram< 1, Gaudi::Accumulators::atomicity::full, int >
 

Public Member Functions

void operator() () const override
 

Public Attributes

MyHist_t m_hist
 

Detailed Description

Definition at line 81 of file HistogramsTests.cpp.

Member Typedef Documentation

◆ Base

◆ MyHist_t

Member Function Documentation

◆ operator()()

void Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg::operator() ( ) const
inlineoverride

Definition at line 90 of file HistogramsTests.cpp.

90  {
91  for ( int i : { 1, 2, 3, 4, 5 } ) m_hist[i - 1] += i;
92  }

Member Data Documentation

◆ m_hist

MyHist_t Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg::m_hist
mutable
Initial value:
{
this, "hist", "Histogram title", { 5, 0, 5, "axis title", { "a", "b", "c", "d", "e" } } }

Definition at line 87 of file HistogramsTests.cpp.


The documentation for this struct was generated from the following file:
Gaudi::Tests::Histograms::AxesLabels::HistWithLabelsAlg::m_hist
MyHist_t m_hist
Definition: HistogramsTests.cpp:87