FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SKalman.hh File Reference
#include <cmath>
#include <iosfwd>
#include "vt++/VtTrack.hh"
#include "SKalman.icc"
Include dependency graph for SKalman.hh:

Go to the source code of this file.

Classes

class  SKalman< NTR >
 

Functions

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

Function Documentation

◆ operator<<()

template<unsigned int NTR>
std::ostream & operator<< ( std::ostream &  os,
const SKalman< NTR > &  vt 
)
inline
187 {
188 return vt.print( os );
189}
std::ostream & print(std::ostream &) const
used by operator<<()