Geant4-11
Functions
G4tgrSolidScaled.cc File Reference
#include "G4tgrSolidScaled.hh"
#include "G4tgrUtils.hh"
#include "G4tgrVolume.hh"
#include "G4tgrVolumeMgr.hh"
#include "G4tgrMessenger.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrSolidScaled &sol)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4tgrSolidScaled sol 
)

Definition at line 86 of file G4tgrSolidScaled.cc.

87{
88 os << "G4tgrSolidScaled= " << sol.theName << " of type " << sol.theType
89 << " original solid: " << sol.origSolid->GetName() << " Scale x: " <<
90 sol.scale3d.xx() << " Scale y: " << sol.scale3d.yy() <<
91 " Scale z: " << sol.scale3d.zz() << G4endl;
92
93 return os;
94}
#define G4endl
Definition: G4ios.hh:57
G4tgrSolid * origSolid
G4String theType
Definition: G4tgrSolid.hh:68
const G4String & GetName() const
Definition: G4tgrSolid.hh:54
G4String theName
Definition: G4tgrSolid.hh:66
double zz() const
Definition: Transform3D.h:281
double xx() const
Definition: Transform3D.h:257
double yy() const
Definition: Transform3D.h:269