CMS 3D CMS Logo

Orb.cc
Go to the documentation of this file.
2 
3 #include <ostream>
4 
5 #include "CLHEP/Units/GlobalSystemOfUnits.h"
6 #include "CLHEP/Units/SystemOfUnits.h"
7 
8 void DDI::Orb::stream( std::ostream & os ) const
9 {
10  os << " radius[cm]=" << p_[0]/cm;
11 }
void stream(std::ostream &os) const override
Definition: Orb.cc:8
std::vector< double > p_
Definition: Solid.h:32