CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Orb.cc
Go to the documentation of this file.
2 #include "CLHEP/Units/GlobalSystemOfUnits.h"
3 #include <ostream>
4 
5 void DDI::Orb::stream(std::ostream & os) const
6 {
7  os << " radius[cm]=" << p_[0]/cm;
8 }
void stream(std::ostream &os) const
Definition: Orb.cc:5
std::vector< double > p_
Definition: Solid.h:32