Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NCFitterTypes.cxx File Reference

#include "NCFitterTypes.h"
#include <cassert>
#include "MessageService/MsgService.h"

Go to the source code of this file.

Namespaces

namespace  NC
namespace  NC::Fitter

Functions

 CVSID ("$Id: NCFitterTypes.cxx,v 1.3 2009/04/09 21:36:29 bckhouse Exp $")
ostream & operator<< (ostream &os, const CoordNDim &c)
ostream & operator<< (ostream &os, const CoordInt &c)


Function Documentation

CVSID "$Id: NCFitterTypes.  cxx,
v 1.3 2009/04/09 21:36:29 bckhouse Exp $" 
 

ostream& operator<< ostream &  os,
const CoordInt c
 

Definition at line 39 of file NCFitterTypes.cxx.

References NC::Fitter::CoordInt, and NC::Fitter::CoordBase< T >::Print().

00040   {
00041     return c.Print(os);
00042   }

ostream& operator<< ostream &  os,
const CoordNDim c
 

Definition at line 33 of file NCFitterTypes.cxx.

References NC::Fitter::CoordNDim, and NC::Fitter::CoordBase< T >::Print().

00034   {
00035     return c.Print(os);
00036   }


Generated on Mon Feb 15 11:08:06 2010 for loon by  doxygen 1.3.9.1