Geant4 11.2.2
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 60 of file G4VModel.cc.

60 {
61 os << model.fGlobalDescription;
62 os << "\n Modeling parameters:";
63 const G4ModelingParameters* mp = model.fpMP;
64 if (mp) os << "\n " << *mp;
65 else os << " none.";
66 os << "\n Extent: " << model.fExtent;
67 return os;
68}
G4VisExtent fExtent
Definition G4VModel.hh:97
G4String fGlobalDescription
Definition G4VModel.hh:96
const G4ModelingParameters * fpMP
Definition G4VModel.hh:98