|
|
|||
File indexing completed on 2025-12-16 09:22:02
0001 #include "PHG4VtxPointv2.h" 0002 0003 void PHG4VtxPointv2::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 << ", prodProcess: " << getProdProcessAsString().data() 0010 << std::endl; 0011 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|