CMS 3D CMS Logo

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