#include <cmath>
#include <iosfwd>
#include "vt++/VtVertex.hh"
#include "vt++/VtTrack.hh"
#include "smatrix/SVector.hh"
#include "smatrix/SKalman.hh"
#include "SVertex.icc"
Go to the source code of this file.
|
template<unsigned int NTR> |
std::ostream & | operator<< (std::ostream &os, const SVertex< NTR > &vt) |
|
◆ 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<<()