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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 10 of file AGDDElement.cxx.

11{
12 os<<"- Element "<<obj.m_name<<" symbol="<<obj.m_symbol<<
13 " Z="<<obj.m_z<<" A="<<obj.m_a<<std::endl;
14 return os;
15}