Print

Print


Commit in lcsim/src/org/lcsim/event on MAIN
EventHeader.java+4-31.12 -> 1.13
Update.

lcsim/src/org/lcsim/event
EventHeader.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- EventHeader.java	22 May 2006 18:59:23 -0000	1.12
+++ EventHeader.java	14 Jun 2006 19:54:02 -0000	1.13
@@ -21,7 +21,7 @@
    List<Cluster>  getClusters();
    List<SimCalorimeterHit> getSimCalorimeterHits(String name);
    List<SimTrackerHit> getSimTrackerHits(String name);
-   
+
    /**
     * Get a collection of data from the event.
     * @param type The type of object requested.
@@ -36,7 +36,7 @@
     * @return The resulting collection.
     */
    <T> List<T> get(Class<T> type, String name);
-   
+
    /**
     * Get the meta data associated with a list obtained from this event.
     */
@@ -76,6 +76,7 @@
    
    String TRACKS = "Tracks";
    String CLUSTERS = "Clusters";
+   String RECONSTRUCTEDPARTICLES = "ReconstructedParticles";
    String MCFASTRECONSTRUCTEDPARTICLES = "MCFastReconstructedParticles";
    
    /**
@@ -115,4 +116,4 @@
       
       EventHeader getEvent();
    }
-}
\ No newline at end of file
+}
CVSspam 0.2.8