CMS 3D CMS Logo

MaterialInformation.cc
Go to the documentation of this file.
2 #include <iomanip>
3 #include <iostream>
4 
5 std::ostream& operator<<(std::ostream& o, const MaterialInformation& info) {
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();
9 
10  return o;
11 }
static const TGPicture * info(bool iBackgroundIsBlack)
std::ostream & operator<<(std::ostream &o, const MaterialInformation &info)