*** HepMC_Version1.24/examples/example_BuildEventFromScratch.cxx Mon Jul 14 22:34:58 2003 --- HepMC_Version1.24_Factor/examples/example_BuildEventFromScratch.cxx Mon Oct 6 18:56:39 2003 *************** *** 46,60 **** pdt.print(); // now we build the graph, which will look like ! // p7 ! // p1 / ! // \v1__p3 p5---v4 ! // \_v3_/ \ ! // / \ p8 ! // v2__p4 \ ! // / p6 ! // p2 ! // // First create the event container, with Signal Process 20, event number 1 GenEvent* evt = new GenEvent( 20, 1 ); --- 46,60 ---- pdt.print(); // now we build the graph, which will look like ! /* p7 */ ! /* p1 / */ ! /* \v1__p3 p5---v4 */ ! /* \_v3_/ \ */ ! /* / \ p8 */ ! /* v2__p4 \ */ ! /* / p6 */ ! /* p2 */ ! /* */ // First create the event container, with Signal Process 20, event number 1 GenEvent* evt = new GenEvent( 20, 1 );