Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 91 of file G4tgrPlaceParameterisation.cc.

93{
94 os << "G4tgrPlaceParameterisation= in " << obj.theParentName
95 << " ParamTyep = " << obj.theParamType
96 << " RotMatName= " << obj.theRotMatName << " EXTRA DATA= ";
97 for( size_t ii = 0; ii << obj.theExtraData.size(); ii++ )
98 {
99 os << obj.theExtraData[ii] << " ";
100 }
101 os << G4endl;
102
103 return os;
104}
#define G4endl
Definition: G4ios.hh:52
G4String theParentName
Definition: G4tgrPlace.hh:72