ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
hist
hist
v7
inc
ROOT
THistUtils.hxx
Go to the documentation of this file.
1
/// \file ROOT/THistData.h
2
/// \ingroup Hist ROOT7
3
/// \author Axel Naumann <axel@cern.ch>
4
/// \date 2016-06-01
5
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
6
7
/*************************************************************************
8
* Copyright (C) 1995-2016, Rene Brun and Fons Rademakers. *
9
* All rights reserved. *
10
* *
11
* For the licensing terms see $ROOTSYS/LICENSE. *
12
* For the list of contributors see $ROOTSYS/README/CREDITS. *
13
*************************************************************************/
14
15
#ifndef ROOT7_THistUtils_h
16
#define ROOT7_THistUtils_h
17
18
#include <array>
19
20
namespace
ROOT {
21
namespace
Experimental {
22
namespace
Hist {
23
24
template
<
int
DIMENSIONS>
25
using
CoordArray_t
= std::array<double, DIMENSIONS>;
26
27
28
}
// namespace Hist
29
}
// namespace Experimental
30
}
// namespace ROOT
31
32
#endif //ROOT7_THistUtils_h
ROOT::Experimental::Hist::CoordArray_t
std::array< double, DIMENSIONS > CoordArray_t
Definition:
THistUtils.hxx:25