FreeHEP API
Version current

hep.aida.ref.remote.corba.generated
Class HistInfo1D

java.lang.Object
  extended byhep.aida.ref.remote.corba.generated.HistInfo1D
All Implemented Interfaces:
IDLEntity, Serializable

public final class HistInfo1D
extends Object
implements IDLEntity

hep/aida/ref/remote/corba/generated/HistInfo1D.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from hep/aida/ref/remote/corba/idl/InterfaceDef.idl Thursday, August 14, 2003 7:33:29 PM PDT

See Also:
Serialized Form
Source Code:
HistInfo1D.java

Field Summary
 int allEntries
           
 int entries
           
 double equivalentBinEntries
           
 double maxBinHeight
           
 double minBinHeight
           
 double sumAllBinHeights
           
 double sumBinHeights
           
 
Constructor Summary
HistInfo1D()
           
HistInfo1D(int _entries, int _allEntries, double _equivalentBinEntries, double _maxBinHeight, double _minBinHeight, double _sumBinHeights, double _sumAllBinHeights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

public int entries

allEntries

public int allEntries

equivalentBinEntries

public double equivalentBinEntries

maxBinHeight

public double maxBinHeight

minBinHeight

public double minBinHeight

sumBinHeights

public double sumBinHeights

sumAllBinHeights

public double sumAllBinHeights
Constructor Detail

HistInfo1D

public HistInfo1D()

HistInfo1D

public HistInfo1D(int _entries,
                  int _allEntries,
                  double _equivalentBinEntries,
                  double _maxBinHeight,
                  double _minBinHeight,
                  double _sumBinHeights,
                  double _sumAllBinHeights)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.