Go to the source code of this file.
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const G4VModel & |
model |
|
) |
| |
Definition at line 63 of file G4VModel.cc.
63 {
65 os << "\n Modeling parameters:";
67 if (mp) os << "\n " << *mp;
68 else os << " none.";
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() <<
", "
80 return os;
81}
G4String fGlobalDescription
const G4ModelingParameters * fpMP