| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

A full ef classlist @htmlinclude used_packages.html @verbinclude requirements ClhepIostreams.h

Go to the documentation of this file.
00001 // $Id: ClhepIostreams.h,v 1.1.1.1 2005/12/13 16:40:39 jpalac Exp $
00002 #ifndef CLHEPTOOLS_CLHEPIOSTREAMS_H 
00003 #define CLHEPTOOLS_CLHEPIOSTREAMS_H 1
00004 
00005 // Include files
00006 
00013 std::ostream & operator<<(std::ostream & os, const HepGeom::Transform3D & t) {
00014   os << "\n" << t.xx() << "  " << t.xy() << "  " << t.xz() << "  " << t.dx() ; 
00015   os << "\n" << t.yx() << "  " << t.yy() << "  " << t.yz() << "  " << t.dy() ; 
00016   os << "\n" << t.zx() << "  " << t.zy() << "  " << t.zz() << "  " << t.dz() 
00017      << "\n";
00018   return os;
00019 }
00020 
00021 #endif // CLHEPTOOLS_CLHEPIOSTREAMS_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:05 2011 for ClhepTools by doxygen 1.4.7