Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4tgrElementSimple.cc File Reference
#include "G4tgrElementSimple.hh"
#include "G4SystemOfUnits.hh"
#include "G4tgrUtils.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 78 of file G4tgrElementSimple.cc.

References G4endl, and G4tgrElement::theName.

79 {
80  os << "G4tgrElementSimple= " << obj.theName
81  << " Z = " << obj.theZ << " A= " << obj.theA << G4endl;
82 
83  return os;
84 }
#define G4endl
Definition: G4ios.hh:61
G4String theName
Definition: G4tgrElement.hh:58