npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
HistoNDFunctorInstances.hh
Go to the documentation of this file.
1 #ifndef NPSTAT_HISTONDFUNCTORINSTANCES_HH_
2 #define NPSTAT_HISTONDFUNCTORINSTANCES_HH_
3 
4 /*!
5 // \file HistoNDFunctorInstances.hh
6 //
7 // \brief Typedefs for some common uses of the StorableHistoNDFunctor template
8 //
9 // Author: I. Volobouev
10 //
11 // September 2012
12 */
13 
16 
17 namespace npstat {
18  typedef StorableHistoNDFunctor<double,DualHistoAxis> DoubleHistoNDFunctor;
19 
20  typedef StorableHistoNDFunctor<double,HistoAxis> DoubleUAHistoNDFunctor;
21 
22  typedef StorableHistoNDFunctor<double,NUHistoAxis> DoubleNUHistoNDFunctor;
23 
24  typedef StorableHistoNDFunctor<float,DualHistoAxis> FloatHistoNDFunctor;
25 
26  typedef StorableHistoNDFunctor<float,HistoAxis> FloatUAHistoNDFunctor;
27 
28  typedef StorableHistoNDFunctor<float,NUHistoAxis> FloatNUHistoNDFunctor;
29 }
30 
31 #endif // NPSTAT_HISTONDFUNCTORINSTANCES_HH_
Represent both equidistant and non-uniform histogram axis binning.
Storable multivariate functor which uses histogram contents for data representation.
Definition: AbsArrayProjector.hh:14