jas.hist.normalization
Class EntriesNormalizer

java.lang.Object
  extended by java.util.Observable
      extended by jas.hist.normalization.SimpleNormalizer
          extended by jas.hist.normalization.DataSourceNormalizer
              extended by jas.hist.normalization.StatisticsNormalizer
                  extended by 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

Field Summary
 
Fields inherited from class jas.hist.normalization.DataSourceNormalizer
hurry, source
 
Constructor Summary
EntriesNormalizer(DataSource source)
          Creates new EntriesNormalizer
 
Method Summary
 
Methods inherited from class jas.hist.normalization.StatisticsNormalizer
calculateNormalization
 
Methods inherited from class jas.hist.normalization.DataSourceNormalizer
getNormalizationFactor, init, update
 
Methods inherited from class jas.hist.normalization.SimpleNormalizer
normalizationChanged, setFactor
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntriesNormalizer

public EntriesNormalizer(DataSource source)
Creates new EntriesNormalizer

Parameters:
source - The data source


Copyright © 2000-2009 FreeHEP. All Rights Reserved.