9 char* cursor=&(buf[0]);
10 cursor +=sprintf(cursor,
" E % 12i% 12i% 12i\n",HEPEVT_Wrapper::event_number(),0,HEPEVT_Wrapper::number_entries());
11 unsigned long length = cursor - &(buf[0]);
17 char* cursor=&(buf[0]);
18 cursor +=sprintf(cursor,
"% 12i% 8i",HEPEVT_Wrapper::status(index), HEPEVT_Wrapper::id(index));
19 cursor +=sprintf(cursor,
"% 8i% 8i",HEPEVT_Wrapper::first_parent(index),HEPEVT_Wrapper::last_parent(index));
20 cursor +=sprintf(cursor,
"% 8i% 8i",HEPEVT_Wrapper::first_child(index),HEPEVT_Wrapper::last_child(index));
21 cursor +=sprintf(cursor,
"% 19.11E% 19.11E% 19.11E% 19.11E% 19.11E\n",HEPEVT_Wrapper::px(index),HEPEVT_Wrapper::py(index),HEPEVT_Wrapper::pz(index),HEPEVT_Wrapper::e(index),HEPEVT_Wrapper::m(index));
22 cursor +=sprintf(cursor,
"%-52s% 19.11E% 19.11E% 19.11E% 19.11E% 19.11E\n",
" ",HEPEVT_Wrapper::x(index),HEPEVT_Wrapper::y(index),HEPEVT_Wrapper::z(index),HEPEVT_Wrapper::t(index),0.0);
23 unsigned long length = cursor - &(buf[0]);