#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) |
|
||||||||||||
|
|
|
||||||||||||
|
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 }
|
|
||||||||||||
|
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 }
|
1.3.9.1