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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 153 of file G4tgrVolumeDivision.cc.

References G4endl, and G4tgrVolume::theName.

154 {
155  os << "G4tgrVolumeDivision= " << obj.theName
156  << " Placement= " << *(obj.thePlaceDiv) << G4endl;
157 
158  return os;
159 }
G4String theName
Definition: G4tgrVolume.hh:108
#define G4endl
Definition: G4ios.hh:61