Commit in lcio/src/cpp/src/UTIL on v01-07-vtx
LCTOOLS.cc+1-11.49.4.5 -> 1.49.4.6
fixed small bug in LCTOOLS::printReconstructedParticles

lcio/src/cpp/src/UTIL
LCTOOLS.cc 1.49.4.5 -> 1.49.4.6
diff -u -r1.49.4.5 -r1.49.4.6
--- LCTOOLS.cc	28 Aug 2006 13:32:30 -0000	1.49.4.5
+++ LCTOOLS.cc	28 Aug 2006 14:02:48 -0000	1.49.4.6
@@ -1240,7 +1240,7 @@
 	     , recP->getReferencePoint()[1] 
 	     , recP->getReferencePoint()[2] 
 	     , pidUsed
-	     , recP->getStartVertex()->id()
+	     , (recP->getStartVertex()!=NULL?recP->getStartVertex()->id():0)
 	     , (recP->getEndVertex()!=NULL?recP->getEndVertex()->id():0)
 	     ) ;
       cout << "    covariance( px,py,pz,E) : (" ;
CVSspam 0.2.8