Logo ROOT   6.10/09
Reference Guide
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
std::array< double, DIMENSIONS > CoordArray_t
Definition: THistUtils.hxx:25
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21