Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:45

0001 #include "SimDataFormats/Vertex/interface/CoreSimVertex.h"
0002 
0003 std::ostream& operator<<(std::ostream& o, const CoreSimVertex& v) {
0004   o << v.position();
0005   return o;
0006 }