Geant4-11
Functions
G4tgrPlaceParameterisation.cc File Reference
#include "G4tgrPlaceParameterisation.hh"
#include "G4tgrUtils.hh"
#include "G4tgrVolume.hh"
#include "G4tgrMessenger.hh"

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
std::vector< G4double > theExtraData
G4String theParentName
Definition: G4tgrPlace.hh:66