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

In This Package:

RectangularBox.cc File Reference

#include "RectangularBox.h"

Include dependency graph for RectangularBox.cc:

Go to the source code of this file.


Namespaces

namespace  HepGeom

Functions

std::ostream & operator<< (std::ostream &os, const RectangularBox &p)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const RectangularBox p 
)

Definition at line 204 of file RectangularBox.cc.

00205 {
00206   os<<"xUp="<<p.xUp()<<" "<<"xLow="<<p.xLow()<<" "
00207     <<"yUp="<<p.yUp()<<" "<<"yLow="<<p.yLow()<<" "
00208     <<"zUp="<<p.zUp()<<" "<<"zLow="<<p.zLow();
00209 
00210   return os;
00211 }

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

Generated on Mon Apr 11 21:01:51 2011 for MuonProphet by doxygen 1.4.7