CMS 3D CMS Logo

Functions
FSimDisplacedVertex.cc File Reference
#include "FastSimDataFormats/NuclearInteractions/interface/FSimDisplacedVertex.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const FSimDisplacedVertex &co)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const FSimDisplacedVertex co 
)

Definition at line 38 of file FSimDisplacedVertex.cc.

References cms::cuda::co, and MillePedeFileConverter_cfg::out.

38  {
39  return out << "id = " << co.id() << " mother = " << co.motherId() << " N daugh. = " << co.nDaughters()
40  << " N charged " << co.nChargedDaughters() << " Type = " << co.vertexType()
41  << " recoVertexId = " << co.recoVertexId() << " " << co.vertex();
42 }
__host__ __device__ VT * co
Definition: prefixScan.h:47