CMS 3D CMS Logo

Functions
DDMaterial.cc File Reference
#include <ostream>
#include <string>
#include <vector>
#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include "CLHEP/Units/SystemOfUnits.h"
#include "DetectorDescription/Core/interface/Store.h"
#include "DetectorDescription/Core/interface/DDBase.h"
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/src/Material.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DDMaterial &mat)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DDMaterial mat 
)

Definition at line 136 of file DDMaterial.cc.

137 {
138  return doStream(os, mat, 0);
139 }