Commit in lcsim/src/org/lcsim/mc/fast/reconstructedparticle on MAIN
MCFastReconstructedParticleDriver.java+1-11.9 -> 1.10
Reflect change in mcfast reconstructed particle collection.

lcsim/src/org/lcsim/mc/fast/reconstructedparticle
MCFastReconstructedParticleDriver.java 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- MCFastReconstructedParticleDriver.java	20 Aug 2005 21:54:44 -0000	1.9
+++ MCFastReconstructedParticleDriver.java	24 Aug 2005 00:06:29 -0000	1.10
@@ -173,7 +173,7 @@
             
         }
         // add the reconstructedparticles to the event
-        event.put(event.RECONSTRUCTEDPARTICLES, rpList, ReconstructedParticle.class, 0);
+        event.put(event.MCFASTRECONSTRUCTEDPARTICLES, rpList, ReconstructedParticle.class, 0);
         
     }
     
CVSspam 0.2.8