Documentation of 'hep.aida.ref.histogram.HistUtils' Java class
HistUtils
hep.aida.ref.histogram

Class HistUtils



  • public abstract class HistUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      HistUtils() 
    • Constructor Detail

      • HistUtils

        public HistUtils()
    • Method Detail

      • toShowableHistogram

        public static IHistogram1D toShowableHistogram(ICloud1D cloud,
                                                       int nBins,
                                                       double lowerEdge,
                                                       double upperEdge)
        Create an IHistogram1D and fill it from an ICloud1D.
      • toShowableHistogram

        public static IHistogram2D toShowableHistogram(ICloud2D cloud,
                                                       int nBinsX,
                                                       double lowerEdgeX,
                                                       double upperEdgeX,
                                                       int nBinsY,
                                                       double lowerEdgeY,
                                                       double upperEdgeY)
        Create an IHistogram2D and fill it from an ICloud2D.
      • toShowableHistogram

        public static IHistogram3D toShowableHistogram(ICloud3D cloud,
                                                       int nBinsX,
                                                       double lowerEdgeX,
                                                       double upperEdgeX,
                                                       int nBinsY,
                                                       double lowerEdgeY,
                                                       double upperEdgeY,
                                                       int nBinsZ,
                                                       double lowerEdgeZ,
                                                       double upperEdgeZ)
        Create an IHistogram3D and fill it from an ICloud3D.
      • histogramNormalization

        public static double histogramNormalization(IHistogram1D h1)
      • isValidDouble

        public static boolean isValidDouble(double d)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.