CMS 3D CMS Logo

Functions
DDMaterial.cc File Reference
#include <ostream>
#include <string>
#include <vector>
#include "DetectorDescription/Core/interface/DDBase.h"
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/interface/Material.h"
#include "DataFormats/Math/interface/GeantUnits.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

◆ operator<<()

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

Definition at line 101 of file DDMaterial.cc.

101 { return doStream(os, mat, 0); }