ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDSimpleMaterial.cxx File Reference
#include "AGDDModel/AGDDSimpleMaterial.h"
#include "AGDDModel/AGDDMaterialStore.h"
#include <iostream>
Include dependency graph for AGDDSimpleMaterial.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const AGDDSimpleMaterial &obj)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const AGDDSimpleMaterial & obj )

Definition at line 10 of file AGDDSimpleMaterial.cxx.

11{
12 os<<"- Material "<<obj.m_name<<" type="<<obj.m_mType<<" density="<<obj.m_density<<std::endl;
13 return os;
14}