#include "RpcPlane.h"
Include dependency graph for RpcPlane.cc:
Go to the source code of this file.
Definition at line 61 of file RpcPlane.cc.
00062 { 00063 os<<"xUp="<<p.xUp()<<" "<<"xLow="<<p.xLow()<<" " 00064 <<"yUp="<<p.yUp()<<" "<<"yLow="<<p.yLow()<<" " 00065 <<"z="<<p.z(); 00066 00067 return os; 00068 }