Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package dianahep
    Definition Classes
    org
  • package histogrammar

    Main library for Histogrammar.

    Main library for Histogrammar.

    Defines all types for the general user, including implicits to construct Histogrammar-specific types from Scala basic types.

    A general user is expected to import org.dianahep.histogrammar._ to bring all of these implicits into scope.

    Definition Classes
    dianahep
  • package ascii

    Methods for drawing familiar combinations of containers, such as histograms, in ASCII art.

    Methods for drawing familiar combinations of containers, such as histograms, in ASCII art.

    Definition Classes
    histogrammar
  • package json

    Provides support for parsing and stringifying JSON.

    Provides support for parsing and stringifying JSON.

    This module is a new implementation; it does not depend on packages such as Jackson. This choice was to provide the following features:

    • fewer dependencies, to make it easier to embed Histogrammar
    • concise pattern-matching in org.dianahep.histogrammar.Container fromJsonFragment methods
    • special handling of "-inf", "inf", "nan" as numbers, rather than strings
    • partial parsing failures return None, rather than raising exceptions.
    Definition Classes
    histogrammar
  • package tutorial
    Definition Classes
    histogrammar
  • package util

    Supporting functions, mostly called by those in org.dianahep.histogrammar.

    Supporting functions, mostly called by those in org.dianahep.histogrammar.

    Definition Classes
    histogrammar
  • KeySetComparisons

package util

Supporting functions, mostly called by those in org.dianahep.histogrammar.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. var absoluteTolerance: Double

    Absolute tolerance for numerical equality.

    Absolute tolerance for numerical equality. Only affects equals checks, not fill or +.

  2. var relativeTolerance: Double

    Relative tolerance for numerical equality.

    Relative tolerance for numerical equality. Only affects equals checks, not fill or +.

  3. object KeySetComparisons

Inherited from AnyRef

Inherited from Any

Ungrouped