Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4tgrPlaceParameterisation.cc File Reference
Include dependency graph for G4tgrPlaceParameterisation.cc:

Go to the source code of this file.

Functions

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

Function Documentation

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 }
G4String theParentName
Definition: G4tgrPlace.hh:72
#define G4endl
Definition: G4ios.hh:61