EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4VtxPointv1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4VtxPointv1.cc
1 #include "PHG4VtxPointv1.h"
2 
3 using namespace std;
4 
5 void
6 PHG4VtxPointv1::identify(ostream& os) const
7 {
8  os << "vtx position: x: " << get_x()
9  << ", y: " << get_y()
10  << ", z: " << get_z()
11  << ", t: " << get_t()
12  << endl;
13 }