Print

Print


Author: [log in to unmask]
Date: Wed Feb  4 14:06:06 2015
New Revision: 2044

Log:
Add documentation to method.

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

Modified: java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/Clusterer.java
 =============================================================================
--- java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/Clusterer.java	(original)
+++ java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/cluster/Clusterer.java	Wed Feb  4 14:06:06 2015
@@ -21,6 +21,8 @@
 
     /**
      * Create a list of output clusters from input hits.
+     * The clustering algorithm may modify the list of hits as it is copied
+     * from the master list in the event.
      * @param event The current LCSim event.
      * @param hits The list of hits.
      * @return The output clusters.