|
|
|||
File indexing completed on 2025-12-16 09:22:02
0001 #include "PHG4VtxPointv1.h" 0002 0003 void PHG4VtxPointv1::identify(std::ostream& os) const 0004 { 0005 os << "vtx position: x: " << get_x() 0006 << ", y: " << get_y() 0007 << ", z: " << get_z() 0008 << ", t: " << get_t() 0009 << std::endl; 0010 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|