Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RebinnedAxisInfo Struct Reference

The definition of one axis of the rebinned histogram.

Definition at line 82 of file Rebin2DHelpers.h.

Public Attributes

std::vector< Int_tbinMap
 map from old cell (0..n+1) to new cell
 
TAxis newAxis
 the rebinned axis
 
Int_t nNewBins = 0
 number of bins of the rebinned axis
 
bool truncated = false
 the group count does not divide the old bin count: top bins move to the overflow
 

#include </github/home/ROOT-CI/src/hist/hist/src/Rebin2DHelpers.h>

Member Data Documentation

◆ binMap

std::vector<Int_t> ROOT::Internal::RebinnedAxisInfo::binMap

map from old cell (0..n+1) to new cell

Definition at line 85 of file Rebin2DHelpers.h.

◆ newAxis

TAxis ROOT::Internal::RebinnedAxisInfo::newAxis

the rebinned axis

Definition at line 84 of file Rebin2DHelpers.h.

◆ nNewBins

Int_t ROOT::Internal::RebinnedAxisInfo::nNewBins = 0

number of bins of the rebinned axis

Definition at line 83 of file Rebin2DHelpers.h.

◆ truncated

bool ROOT::Internal::RebinnedAxisInfo::truncated = false

the group count does not divide the old bin count: top bins move to the overflow

Definition at line 86 of file Rebin2DHelpers.h.

Collaboration diagram for ROOT::Internal::RebinnedAxisInfo:
[legend]

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