CMS 3D CMS Logo

Box.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::Box::stream( std::ostream & os ) const
9 {
10  os << " xhalf[cm]=" << p_[0]/cm
11  << " yhalf[cm]=" << p_[1]/cm
12  << " zhalf[cm]=" << p_[2]/cm;
13 }
void stream(std::ostream &os) const override
Definition: Box.cc:8
std::vector< double > p_
Definition: Solid.h:32