Commit in lcio/src/aid/EVENT on v01-07-vtx
Vertex.aid+6-11.2.2.5 -> 1.2.2.6
added getAlgorithmType

lcio/src/aid/EVENT
Vertex.aid 1.2.2.5 -> 1.2.2.6
diff -u -r1.2.2.5 -r1.2.2.6
--- Vertex.aid	25 Aug 2006 08:47:46 -0000	1.2.2.5
+++ Vertex.aid	30 Aug 2006 17:44:24 -0000	1.2.2.6
@@ -15,7 +15,7 @@
  *  <p>UNDER DEVELOPMENT!</p>
  *  
  * @author gaede, engels
- * @version $Id: Vertex.aid,v 1.2.2.5 2006/08/25 08:47:46 gaede Exp $
+ * @version $Id: Vertex.aid,v 1.2.2.6 2006/08/30 17:44:24 gaede Exp $
  */
 
 public interface Vertex extends LCObject {
@@ -50,6 +50,11 @@
      */
     public const FloatVec & getCovMatrix() const ;
 
+    /** Type code for the algorithm that has been used to create the vertex - check/set the 
+     *  collection parameters AglorithmName and  AglorithmType.
+     */
+    public int getAlgorithmType() const ;	
+
     /** Additional parameters related to this vertex - check/set the collection
      *  parameter "VertexParameterNames" for the parameters' meaning.
      */
CVSspam 0.2.8