![]() |
|
|||
File indexing completed on 2025-08-05 08:18:12
0001 #include "PHG4VtxPointv1.h" 0002 0003 using namespace std; 0004 0005 void PHG4VtxPointv1::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 << endl; 0012 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |