#include <string>
#include <vector>
#include <iosfwd>
Go to the source code of this file.
◆ operator<<()
Definition at line 5 of file MaterialInformation.cc.
References info(), and EcalTangentSkim_cfg::o.
6 o <<
info.vname() <<
" ID " <<
info.id() <<
" Eta:Phi " <<
info.trackEta() <<
":" <<
info.trackPhi()
7 <<
" Step Length " << std::setw(10) <<
info.stepLength() <<
" Radiation Length " << std::setw(10)
8 <<
info.radiationLength() <<
" Interaction Length " << std::setw(10) <<
info.interactionLength();