CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
DDMaterial.h File Reference
#include <iostream>
#include <vector>
#include <utility>
#include "DetectorDescription/Core/interface/DDName.h"
#include "DetectorDescription/Core/interface/DDBase.h"

Go to the source code of this file.

Classes

class  DDMaterial
 DDMaterial is used to define and access material information. More...
 

Namespaces

 DDI
 A DDDivision contains the parameterization that Geant4 needs in order to do its divisions.
 

Functions

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

Function Documentation

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

Definition at line 148 of file DDMaterial.cc.

149 {
150  return doStream(os, mat, 0);
151 }