CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Functions
MaterialInformation.h File Reference
#include <string>
#include <vector>
#include <iosfwd>

Go to the source code of this file.

Classes

class  MaterialInformation
 

Namespaces

 edm
 HLT enums.
 

Typedefs

typedef std::vector< MaterialInformationedm::MaterialInformationContainer
 

Functions

std::ostream & operator<< (std::ostream &, const MaterialInformation &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const MaterialInformation  
)

Definition at line 5 of file MaterialInformation.cc.

References info(), and EcalTangentSkim_cfg::o.

5  {
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)