jas.hist.normalization
Class EntriesNormalizer
java.lang.Object
java.util.Observable
jas.hist.normalization.SimpleNormalizer
jas.hist.normalization.DataSourceNormalizer
jas.hist.normalization.StatisticsNormalizer
jas.hist.normalization.EntriesNormalizer
- All Implemented Interfaces:
- Normalizer, Observer
public class EntriesNormalizer
- extends StatisticsNormalizer
Calculates a normalization factor based on the number of entries in the data source.
- Version:
- $Id: EntriesNormalizer.java 11550 2007-06-05 21:44:14Z duns $
- Author:
- tonyj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntriesNormalizer
public EntriesNormalizer(DataSource source)
- Creates new EntriesNormalizer
- Parameters:
source
- The data source
Copyright © 2000-2009 FreeHEP. All Rights Reserved.