2 #include "StMuMcVertex.h"
9 os << Form(
"Mc:%4i NoTk:%4i T:%4i",v.Id(),v.NoDaughters(),TMath::Nint(1e7*v.Time()));
10 os << Form(
" xyz:%8.3f %8.3f %8.3f",v.XyzV().x(),v.XyzV().y(),v.XyzV().z());
14 void StMuMcVertex::Print(Option_t *option)
const {cout << *
this << endl;}