*** HepMC_Version1.24/src/GenVertex.cxx Mon Jul 14 22:34:59 2003 --- HepMC_Version1.24_Factor/src/OLD/GenVertex.cxx.hidden Mon Oct 6 16:59:50 2003 *************** *** 145,158 **** if ( position() != HepLorentzVector(0,0,0,0) ) { sprintf( outline, "Vertex:%9p ID:%5d (X,cT)=%+9.2e,%+9.2e,%+9.2e,%+9.2e" ! ,this, id(), position().x(), position().y(), position().z(), position().t() ); } else { sprintf( outline, "GenVertex:%9p ID:%5d (X,cT):0", ! this, id() ); } } --- 145,158 ---- if ( position() != HepLorentzVector(0,0,0,0) ) { sprintf( outline, "Vertex:%9p ID:%5d (X,cT)=%+9.2e,%+9.2e,%+9.2e,%+9.2e" ! ,(void*)this, id(), position().x(), position().y(), position().z(), position().t() ); } else { sprintf( outline, "GenVertex:%9p ID:%5d (X,cT):0", ! (void*)this, id() ); } }