Commit in java/trunk/recon/src/main/java/org/hps/recon/particle on MAIN
ReconParticleDriver.java+1-1546 -> 547
Change the access modifier of the method makeReconstructedParticles from private to protected so it can be tested.  

java/trunk/recon/src/main/java/org/hps/recon/particle
ReconParticleDriver.java 546 -> 547
--- java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java	2014-05-01 21:45:23 UTC (rev 546)
+++ java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java	2014-05-01 21:53:08 UTC (rev 547)
@@ -158,7 +158,7 @@
     /**
      * 
      */
-    private List<ReconstructedParticle> makeReconstructedParticles(List<HPSEcalCluster> clusters, List<Track> tracks){
+    protected List<ReconstructedParticle> makeReconstructedParticles(List<HPSEcalCluster> clusters, List<Track> tracks){
     	
     	// Instantiate the list of reconstructed particles
     	List<ReconstructedParticle> particles = new ArrayList<ReconstructedParticle>();
SVNspam 0.1