Print

Print


Commit in lcsim/src/org/lcsim/recon/pfa/structural on MAIN
ReclusterDTreeDriver.java+2-21.19 -> 1.20
make empty output list showed up

lcsim/src/org/lcsim/recon/pfa/structural
ReclusterDTreeDriver.java 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- ReclusterDTreeDriver.java	24 Oct 2008 23:05:57 -0000	1.19
+++ ReclusterDTreeDriver.java	26 Oct 2008 02:59:36 -0000	1.20
@@ -35,7 +35,7 @@
   * in this package, which uses the implementation in
   * org.lcsim.recon.cluster.directedtree developed by NIU).
   *
-  * @version $Id: ReclusterDTreeDriver.java,v 1.19 2008/10/24 23:05:57 mcharles Exp $
+  * @version $Id: ReclusterDTreeDriver.java,v 1.20 2008/10/26 02:59:36 tjkim Exp $
   * @author Mat Charles <[log in to unmask]>
   */
 
@@ -680,7 +680,7 @@
 	allParticles.addAll(photonParticles);
 	allParticles.addAll(missedChargedParticles);
 	checkForDuplicateHitsInParticles(allParticles);
-	m_event.put(m_outputParticleListName, allParticles);
+	m_event.put(m_outputParticleListName, allParticles, ReconstructedParticle.class, 0);
 
 	m_event = null;
     }
CVSspam 0.2.8