Main Page
Namespaces
Classes
Package Documentation
DetectorDescription
Core
src
Box.cc
Go to the documentation of this file.
1
#include "
DetectorDescription/Core/src/Box.h
"
2
#include "
DataFormats/Math/interface/GeantUnits.h
"
3
4
#include <ostream>
5
6
using namespace
geant_units::operators
;
7
8
void
DDI::Box::stream
( std::ostream & os )
const
9
{
10
os <<
" xhalf[cm]="
<<
convertMmToCm
( p_[0] )
11
<<
" yhalf[cm]="
<<
convertMmToCm
( p_[1] )
12
<<
" zhalf[cm]="
<<
convertMmToCm
( p_[2] );
13
}
DDI::Box::stream
void stream(std::ostream &os) const override
Definition:
Box.cc:8
geant_units::operators
Definition:
GeantUnits.h:21
GeantUnits.h
geant_units::operators::convertMmToCm
constexpr NumType convertMmToCm(NumType millimeters)
Definition:
GeantUnits.h:110
Box.h
Generated for CMSSW Reference Manual by
1.8.11