ATLAS Offline Software
Functions
AGDDMaterial.cxx File Reference
#include "AGDDModel/AGDDMaterial.h"
#include "AGDDModel/AGDDElement.h"
#include "AGDDModel/AGDDSimpleMaterial.h"
#include <iostream>
Include dependency graph for AGDDMaterial.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 11 of file AGDDMaterial.cxx.

12 {
13  os<<"- Material "<<obj.m_name<<" type-Material density="<<obj.m_density<<
14  " Z="<<obj.m_z<<" A="<<obj.m_a<<std::endl;
15  return os;
16 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.PyAthena.obj
obj
Definition: PyAthena.py:135