Print

Print


Author: [log in to unmask]
Date: Tue Jan  6 14:16:37 2015
New Revision: 1889

Log:
Minor addition to doc.

Modified:
    java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/NumericalCuts.java

Modified: java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/NumericalCuts.java
 =============================================================================
--- java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/NumericalCuts.java	(original)
+++ java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/NumericalCuts.java	Tue Jan  6 14:16:37 2015
@@ -3,8 +3,13 @@
 import java.util.Map;
 
 /**
- * This is an interface for accessing numerical cut values 
- * in a clustering algorithm by index or name.
+ * <p>
+ * This is an interface for accessing the numerical cut values 
+ * of a clustering algorithm by index or name.
+ * <p>
+ * The default units are generally GeV for energy and nanoseconds 
+ * for time, though this is not in any way modeled by this class. 
+ * 
  * @author Jeremy McCormick <[log in to unmask]>
  */
 public interface NumericalCuts {