Commit in lcsim/src/org/lcsim/event on MAIN
EventHeader.java+1-11.10 -> 1.11
Remove space in collection name, violates LCIO guideline.
Rename collection name enum to reflect fact that this is MCFast output.

lcsim/src/org/lcsim/event
EventHeader.java 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- EventHeader.java	2 Aug 2005 17:18:03 -0000	1.10
+++ EventHeader.java	23 Aug 2005 23:41:50 -0000	1.11
@@ -76,7 +76,7 @@
    
    public final static String TRACKS = "Tracks";
    public final static String CLUSTERS = "Clusters";
-   public final static String RECONSTRUCTEDPARTICLES = "Reconstructed Particles";
+   public final static String MCFASTRECONSTRUCTEDPARTICLES = "MCFastReconstructedParticles";
    
    /**
     * List of elements stored in the event may have meta-data associated with
CVSspam 0.2.8