FreeHEP API
Version current

hep.aida.ext
Interface IComparisonAlgorithm

All Known Implementing Classes:
AbstractComparisonAlgorithm

public interface IComparisonAlgorithm

Author:
The FreeHEP team @ SLAC.
Source Code:
IComparisonAlgorithm.java

Method Summary
 String[] algorithmNames()
          Get the algorithm name
 boolean canCompare(IComparisonData d1, IComparisonData d2)
          Check if this algorithm can compare two data sets.
 IComparisonResult compare(IComparisonData d1, IComparisonData d2, String options)
          Compare two distributions.
 

Method Detail

canCompare

public boolean canCompare(IComparisonData d1,
                          IComparisonData d2)
Check if this algorithm can compare two data sets.


compare

public IComparisonResult compare(IComparisonData d1,
                                 IComparisonData d2,
                                 String options)
Compare two distributions.


algorithmNames

public String[] algorithmNames()
Get the algorithm name


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.