ATLAS Offline Software
Loading...
Searching...
No Matches
H5Utils::hist::detail::Axis Struct Reference

#include <HistAxis.h>

Collaboration diagram for H5Utils::hist::detail::Axis:

Public Member Functions

bool operator== (const Axis &) const =default

Public Attributes

std::vector< float > edges {}
std::string name {}
bool underflow {false}
bool overflow {false}
bool is_int_or_category {false}
std::optional< int > n_regular_bins {}

Detailed Description

Definition at line 14 of file HistAxis.h.

Member Function Documentation

◆ operator==()

bool H5Utils::hist::detail::Axis::operator== ( const Axis & ) const
default

Member Data Documentation

◆ edges

std::vector<float> H5Utils::hist::detail::Axis::edges {}

Definition at line 16 of file HistAxis.h.

16{};

◆ is_int_or_category

bool H5Utils::hist::detail::Axis::is_int_or_category {false}

Definition at line 20 of file HistAxis.h.

20{false};

◆ n_regular_bins

std::optional<int> H5Utils::hist::detail::Axis::n_regular_bins {}

Definition at line 22 of file HistAxis.h.

22{};

◆ name

std::string H5Utils::hist::detail::Axis::name {}

Definition at line 17 of file HistAxis.h.

17{};

◆ overflow

bool H5Utils::hist::detail::Axis::overflow {false}

Definition at line 19 of file HistAxis.h.

19{false};

◆ underflow

bool H5Utils::hist::detail::Axis::underflow {false}

Definition at line 18 of file HistAxis.h.

18{false};

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