Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:18:12

0001 #include "PHG4VtxPointv2.h"
0002 
0003 using namespace std;
0004 
0005 void PHG4VtxPointv2::identify(ostream& os) const
0006 {
0007   os << "vtx position: x: " << get_x()
0008      << ", y: " << get_y()
0009      << ", z: " << get_z()
0010      << ", t: " << get_t()
0011      << ", prodProcess: " << getProdProcessAsString().data()
0012      << endl;
0013 }