CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DetectorDescription/Core/src/Orb.cc

Go to the documentation of this file.
00001 #include "DetectorDescription/Core/src/Orb.h"
00002 #include "CLHEP/Units/GlobalSystemOfUnits.h"
00003 #include <ostream>
00004 
00005 void DDI::Orb::stream(std::ostream & os) const
00006 {
00007   os << " radius[cm]=" << p_[0]/cm;
00008 }