Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4tgrPlaceParameterisation.cc File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4tgrPlaceParameterisation &obj)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4tgrPlaceParameterisation obj 
)

Definition at line 83 of file G4tgrPlaceParameterisation.cc.

85{
86 os << "G4tgrPlaceParameterisation= in " << obj.theParentName
87 << " ParamTyep = " << obj.theParamType
88 << " RotMatName= " << obj.theRotMatName << " EXTRA DATA= ";
89 for(size_t ii = 0; ii < obj.theExtraData.size(); ii++)
90 {
91 os << obj.theExtraData[ii] << " ";
92 }
93 os << G4endl;
94
95 return os;
96}
#define G4endl
Definition: G4ios.hh:57
G4String theParentName
Definition: G4tgrPlace.hh:66