Class Reference for E1039 Core & Analysis Software
PHG4VtxPointv1.cc
Go to the documentation of this file.
1 #include "PHG4VtxPointv1.h"
2 
3 
5 
6 using namespace std;
7 
8 void
9 PHG4VtxPointv1::identify(ostream& os) const
10 {
11  os << "vtx position: x: " << get_x()
12  << ", y: " << get_y()
13  << ", z: " << get_z()
14  << ", t: " << get_t()
15  << endl;
16 }
ClassImp(PHG4VtxPointv1) using namespace std
void identify(std::ostream &os=std::cout) const