Logo ROOT   6.08/07
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 namespace ROOT {
18 namespace Experimental {
19 namespace Hist {
20 
21 template <int DIMENSIONS>
22 using CoordArray_t = std::array<double, DIMENSIONS>;
23 
24 
25 } // namespace Hist
26 } // namespace Experimental
27 } // namespace ROOT
28 
29 #endif //ROOT7_THistUtils_h
std::array< double, DIMENSIONS > CoordArray_t
Definition: THistUtils.hxx:22
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21