The Gaudi Framework  master (594c33fa)
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg Struct Reference
Inheritance diagram for Gaudi::Tests::Histograms::Directories::HistoGroupsAlg:
Collaboration diagram for Gaudi::Tests::Histograms::Directories::HistoGroupsAlg:

Public Types

using Base = Gaudi::Functional::Consumer< void()>
 

Public Member Functions

void operator() () const override
 

Public Attributes

MyHist_t m_hist0 { this, "Top", "Top title", { 1, 0, 1 } }
 
MyHist_t m_hist1 { this, "Group/First", "First title", { 1, 0, 1 } }
 
MyHist_t m_hist2 { this, "Group/Second", "Second title", { 1, 0, 1 } }
 
MyHist_t m_hist3 { this, "Group/SubGroup/Third", "Third title", { 1, 0, 1 } }
 
ToolHandle< HistoGroupsToolm_tool { this, "Tool", "Gaudi::Tests::Histograms::Directories::HistoGroupsTool/Tool" }
 

Detailed Description

Definition at line 60 of file HistogramsTests.cpp.

Member Typedef Documentation

◆ Base

Member Function Documentation

◆ operator()()

void Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::operator() ( ) const
inlineoverride

Definition at line 71 of file HistogramsTests.cpp.

71  {
72  ++m_hist0[0.5];
73  ++m_hist1[0.5];
74  ++m_hist2[0.5];
75  ++m_hist3[0.5];
76  m_tool->fillHistos();
77  }

Member Data Documentation

◆ m_hist0

MyHist_t Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist0 { this, "Top", "Top title", { 1, 0, 1 } }
mutable

Definition at line 64 of file HistogramsTests.cpp.

◆ m_hist1

MyHist_t Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist1 { this, "Group/First", "First title", { 1, 0, 1 } }
mutable

Definition at line 65 of file HistogramsTests.cpp.

◆ m_hist2

MyHist_t Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist2 { this, "Group/Second", "Second title", { 1, 0, 1 } }
mutable

Definition at line 66 of file HistogramsTests.cpp.

◆ m_hist3

MyHist_t Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist3 { this, "Group/SubGroup/Third", "Third title", { 1, 0, 1 } }
mutable

Definition at line 67 of file HistogramsTests.cpp.

◆ m_tool

ToolHandle<HistoGroupsTool> Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_tool { this, "Tool", "Gaudi::Tests::Histograms::Directories::HistoGroupsTool/Tool" }

Definition at line 69 of file HistogramsTests.cpp.


The documentation for this struct was generated from the following file:
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist3
MyHist_t m_hist3
Definition: HistogramsTests.cpp:67
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_tool
ToolHandle< HistoGroupsTool > m_tool
Definition: HistogramsTests.cpp:69
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist2
MyHist_t m_hist2
Definition: HistogramsTests.cpp:66
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist0
MyHist_t m_hist0
Definition: HistogramsTests.cpp:64
Gaudi::Tests::Histograms::Directories::HistoGroupsAlg::m_hist1
MyHist_t m_hist1
Definition: HistogramsTests.cpp:65