Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4VModel & |
model |
|
) |
| |
Definition at line 63 of file G4VModel.cc.
65 os <<
"\n Modeling parameters:";
67 if (mp) os <<
"\n " << *mp;
69 os <<
"\n Extent: " << model.
fExtent;
70 os <<
"\n Transformation: ";
71 os <<
"\n Rotation: ";
73 os << rotation.
thetaX() <<
", "
74 << rotation.
phiX() <<
", "
75 << rotation.
thetaY() <<
", "
76 << rotation.
phiY() <<
", "
77 << rotation.
thetaZ() <<
", "
const G4ModelingParameters * fpMP
G4String fGlobalDescription