hep.aida
Interface IConstants

All Known Subinterfaces:
IGristogram, IHistogram, IHistogram1D, IHistogram2D, IHistogram3D, IStatisticsHistogram

public interface IConstants

Command constants used throughout AIDA.

Version:
$Id: IConstants.html,v 1.1 2002/10/08 00:51:17 tonyj Exp $
Author:
Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, Mark Donszelmann, Guy Barrand
Source Code:
IConstants.java

Field Summary
static int OVERFLOW_BIN
          Constant specifying the overflow bin (can be passed to any method expecting a bin number).
static int UNDERFLOW_BIN
          Constant specifying the underflow bin (can be passed to any method expecting a bin number).
static String VERSION
          Constant specifying the version of AIDA.
static int VERSION_MAJOR
           
static int VERSION_MINOR
           
 

Field Detail

VERSION

public static final String VERSION
Constant specifying the version of AIDA.

VERSION_MAJOR

public static final int VERSION_MAJOR

VERSION_MINOR

public static final int VERSION_MINOR

UNDERFLOW_BIN

public static final int UNDERFLOW_BIN
Constant specifying the underflow bin (can be passed to any method expecting a bin number).

OVERFLOW_BIN

public static final int OVERFLOW_BIN
Constant specifying the overflow bin (can be passed to any method expecting a bin number).


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.