Commit in lcio on v01-07-vtx
doc/lcio.xml+3-11.59.4.3 -> 1.59.4.4
src/cpp/src/EXAMPLE/testvtx.cc+11.1.2.6 -> 1.1.2.7
+4-1
2 modified files
fixed bug for vertices data model in lcio.xml

lcio/doc
lcio.xml 1.59.4.3 -> 1.59.4.4
diff -u -r1.59.4.3 -r1.59.4.4
--- lcio.xml	24 Aug 2006 16:15:35 -0000	1.59.4.3
+++ lcio.xml	25 Aug 2006 07:48:17 -0000	1.59.4.4
@@ -433,10 +433,11 @@
       </repeat>
     </block>
     <block name="Vertex" major="1" minor="8">
+      <data type="int" name="flag"></data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nVertex"></data>
       <repeat count="nVertex">
-	<data type="bool" name="primary">primary vertex of the event</data>
+	<data type="int" name="primary">primary vertex of the event</data>
 	<data type="float" name="chi2">chi**2 of vertex</data>
 	<data type="float" name="probability">?probability of the fit?</data>
 	<data type="float[3]" name="position">position of the vertex (px,py,pz)</data>
@@ -446,6 +447,7 @@
 	  <data type="float" name="parameter"/>
         </repeat>
 	<data type="pntr" name="associatedParticle">reconstructed particle associated to the vertex</data>
+        <data type="ptag" name="this"></data>
       </repeat>
     </block>
     <block name="ReconstructedParticle" major="1" minor="8">

lcio/src/cpp/src/EXAMPLE
testvtx.cc 1.1.2.6 -> 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- testvtx.cc	24 Aug 2006 14:20:36 -0000	1.1.2.6
+++ testvtx.cc	25 Aug 2006 07:48:21 -0000	1.1.2.7
@@ -57,6 +57,7 @@
   //gives a warnig...
   //cout<<tail(&VertexImpl());
  
+  //gives a warnig...
   cout<<&IMPL::VertexImpl()<<endl;
   
   LCTOOLS::printVertices( vertexVec  ) ;
CVSspam 0.2.8