CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CoreSimVertex.cc
Go to the documentation of this file.
2 
3 std::ostream & operator <<(std::ostream & o , const CoreSimVertex & v)
4 {
5  o << v.position();
6  return o;
7 }
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
const math::XYZTLorentzVectorD & position() const
Definition: CoreSimVertex.h:26