jas.hist.normalization
Interface Normalizer

All Known Implementing Classes:
AreaNormalizer, BinNormalizer, DataSourceNormalizer, EntriesNormalizer, MaxBinNormalizer, RelativeNormalizer, SimpleNormalizer, StatisticsNormalizer

public interface Normalizer

A normalizer allows a dataset to be normalized by an arbitrary factor.

Version:
$Id: Normalizer.java 11550 2007-06-05 21:44:14Z duns $
Author:
tonyj
See Also:
JASHistData.setNormalization(Normalizer)

Method Summary
 double getNormalizationFactor()
          The displayed data will be divided by this factor
 

Method Detail

getNormalizationFactor

double getNormalizationFactor()
The displayed data will be divided by this factor



Copyright © 2000-2009 FreeHEP. All Rights Reserved.