FEDRA emulsion software from the OPERA Collaboration
SVertex.hh File Reference
#include <cmath>
#include <iosfwd>
#include "vt++/VtVertex.hh"
#include "vt++/VtTrack.hh"
#include "smatrix/SVector.hh"
#include "smatrix/SKalman.hh"
#include "SVertex.icc"
Include dependency graph for SVertex.hh:

Go to the source code of this file.

Classes

class  SVertex< NTR >
 

Functions

template<unsigned int NTR>
std::ostream & operator<< (std::ostream &os, const SVertex< NTR > &vt)
 

Function Documentation

◆ operator<<()

template<unsigned int NTR>
std::ostream & operator<< ( std::ostream &  os,
const SVertex< NTR > &  vt 
)
inline
313 {
314 return vt.print( os );
315}
std::ostream & print(std::ostream &) const
used by operator<<()