Geant4-11
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

◆ operator<<()

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

Definition at line 149 of file G4tgrVolumeDivision.cc.

150{
151 os << "G4tgrVolumeDivision= " << obj.theName
152 << " Placement= " << *(obj.thePlaceDiv) << G4endl;
153
154 return os;
155}
#define G4endl
Definition: G4ios.hh:57
G4tgrPlaceDivRep * thePlaceDiv
G4String theName
Definition: G4tgrVolume.hh:102