ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Axis< type, bdt > Class Template Reference

calculate bin indices from a given binning structure More...

Inheritance diagram for Acts::Axis< type, bdt >:
[legend]

Detailed Description

template<AxisType type, AxisBoundaryType bdt = AxisBoundaryType::Open>
class Acts::Axis< type, bdt >

calculate bin indices from a given binning structure

This class provides some basic functionality for calculating bin indices for a given binning configuration. Both equidistant as well as variable binning structures are supported.

Bin intervals are defined such that the lower bound is closed and the upper bound is open.

Template Parameters
equidistantflag whether binning is equidistant (true) or not (false)