34 stream << setw(4) << vert.
GetIndex();
41 stream <<
" " << setiosflags(ios::fixed)
42 << setprecision(4) << setw(11) << vert.
GetPosition().x()
43 << setprecision(4) << setw(11) << vert.
GetPosition().y()
44 << setprecision(4) << setw(11) << vert.
GetPosition().z()
45 <<
" " << setiosflags(ios::scientific)
46 << setprecision(4) << setw(11) << vert.
GetTime()
47 << resetiosflags(ios::scientific);
ostream & operator<<(ostream &stream, const BesTruthVertex &vert)
BesTruthTrack * GetParentTrack() const
friend ostream & operator<<(ostream &, const BesTruthVertex &)
G4ThreeVector GetPosition() const