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

In This Package:

RectangularBox.h File Reference

#include "CLHEP/Geometry/Point3D.h"
#include "CLHEP/Geometry/Normal3D.h"

Include dependency graph for RectangularBox.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  RectangularBox
 a rectangular box to represent water pool geometry More...

Defines

#define _RECTANGULAR_BOX_H_   1

Functions

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

Define Documentation

#define _RECTANGULAR_BOX_H_   1

Definition at line 14 of file RectangularBox.h.


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