Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VModel.cc File Reference
#include "G4VModel.hh"
#include "G4RotationMatrix.hh"
#include "G4ModelingParameters.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4VModel &model)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4VModel & model )

Definition at line 71 of file G4VModel.cc.

71 {
72 os << model.fGlobalDescription;
73 os << "\n Modeling parameters:";
74 const G4ModelingParameters* mp = model.fpMP;
75 if (mp) os << "\n " << *mp;
76 else os << " none.";
77 os << "\n Extent: " << model.fExtent;
78 return os;
79}
G4VisExtent fExtent
Definition G4VModel.hh:107
G4String fGlobalDescription
Definition G4VModel.hh:106
const G4ModelingParameters * fpMP
Definition G4VModel.hh:108