Commit in lcsim/src/org/lcsim/event/util on MAIN
CreateFinalStateMCParticleList.java+2-11.5 -> 1.6
Set subset flag in partial MCParticle lists

lcsim/src/org/lcsim/event/util
CreateFinalStateMCParticleList.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CreateFinalStateMCParticleList.java	28 Jun 2006 04:48:33 -0000	1.5
+++ CreateFinalStateMCParticleList.java	8 Nov 2007 23:17:33 -0000	1.6
@@ -16,7 +16,7 @@
  * interactions beyond a radius or z position can be ignored by using the setRadiusCut and setZCut
  * methods. The collection name of the final state particles can also be set.
  * @author Ron Cassell
- * @version $Id: CreateFinalStateMCParticleList.java,v 1.5 2006/06/28 04:48:33 jstrube Exp $
+ * @version $Id: CreateFinalStateMCParticleList.java,v 1.6 2007/11/08 23:17:33 cassell Exp $
  */
 public class CreateFinalStateMCParticleList extends Driver
 {
@@ -286,6 +286,7 @@
 // Write the collection to event
 //
         event.put(CollectionName,fslist);
+        event.getMetaData(fslist).setSubset(true);
     }
     /**
      * Decide if a particle resulting from continuous production should be kept as
CVSspam 0.2.8