39 stream << setw(4) << track.
GetIndex() <<
" ";
67 stream <<
" " << setiosflags(ios::fixed)
68 <<setprecision(4) << setw(11) << track.
GetP4().x()
69 <<setprecision(4) << setw(11) << track.
GetP4().y()
70 <<setprecision(4) << setw(11) << track.
GetP4().z()
71 <<setprecision(4) << setw(11) << track.
GetP4().e();
77 for(G4int i=0;i<nDaughter;i++)