CMS 3D CMS Logo

Box.cc

Go to the documentation of this file.
00001 #include "DetectorDescription/Core/src/Box.h"
00002 #include "CLHEP/Units/SystemOfUnits.h"
00003 
00004 
00005 
00006 void DDI::Box::stream(std::ostream & os) const
00007 {
00008    os << " xhalf[cm]=" << p_[0]/cm
00009       << " yhalf[cm]=" << p_[1]/cm
00010       << " zhalf[cm]=" << p_[2]/cm;
00011 
00012 }

Generated on Tue Jun 9 17:32:11 2009 for CMSSW by  doxygen 1.5.4