Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RLinearizedIndex.hxx
Go to the documentation of this file.
1/// \file
2/// \warning This is part of the %ROOT 7 prototype! It will change without notice. It might trigger earthquakes.
3/// Feedback is welcome!
4
5#ifndef ROOT_RLinearizedIndex
6#define ROOT_RLinearizedIndex
7
8#include <cstddef>
9
10namespace ROOT {
11namespace Experimental {
12
13/**
14A linearized index that can be invalid.
15
16For example, when an argument is outside the axis and underflow / overflow bins are disabled.
17
18\warning This is part of the %ROOT 7 prototype! It will change without notice. It might trigger earthquakes.
19Feedback is welcome!
20*/
22 std::size_t fIndex = 0;
23 bool fValid = false;
24};
25
26} // namespace Experimental
27} // namespace ROOT
28
29#endif
Namespace for new ROOT classes and functions.
A linearized index that can be invalid.